Loading Tool

Explorer IconExplorer

Memory Pool

75,533 transactions
27.80 vMB
0.08103907 BTC
Random Selection Loading Transactions
Max Size: 169.69/200 MB

Candidate Block

Mining Attempt 82098838fd182d4d5b1c33f8ce3496a1789c84d01e17e1722ec987080654a8c4
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 2cdb44958651b1b02544db9f15dc5db4d9901ef713b8c5570e75c870296ce387
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,729
Size: 1.00 vMB
Total Fees: 0.02152515 BTC
Feerates: 106.68 > 2.16 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (329,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,245 586,245 00000000000000000018bd2d709b85933e017ae01ffd51c1c8fde3896d4721f2 558 0.26/1.00 vMB 47
586,244 586,244 000000000000000000159e4dd3dd21e60e7afcee2084d9ea16439a3bf4bcbf3f 2,465 0.82/1.00 vMB 37
586,243 586,243 00000000000000000000e19aa662c52394eee1c64e374dbc76b6b1e0c4af7f09 2,794 1.00/1.00 vMB 48
586,242 586,242 0000000000000000000ab79f9cc7df156f57d342aef9fdf6737251fd32a80504 2,076 0.71/1.00 vMB 28
586,241 586,241 00000000000000000000261bf1e5b6d0768f47a06476fd55974ef76937284e97 298 0.21/1.00 vMB 8
586,240 586,240 0000000000000000001a5ff6fda5362fe93aa40cc63300d0211528c5ed2a4a08 2,473 1.00/1.00 vMB 7
586,239 586,239 0000000000000000000cfedf01d24a177387a631e94a75bbdc76daf90e86eca3 1,707 1.00/1.00 vMB 8
586,238 586,238 00000000000000000019d5b04d9c7654843f4d10bc5ab9e7f87c74399123f067 1,627 1.00/1.00 vMB 12
586,237 586,237 000000000000000000052c28b26236315feeb1a52411f52af87f7bb94739c57b 3,177 1.00/1.00 vMB 73
586,236 586,236 000000000000000000156bebd1f399d63e506c5d1ef1305a92e1db944efc6e47 2,275 1.00/1.00 vMB 36
586,235 586,235 000000000000000000064829f4eb5dabb71f734a471f4d611120cd5590ce508c 2,442 1.00/1.00 vMB 42
586,234 586,234 000000000000000000005333226037a4c501a0a9608c53a60ca555744a4aa333 869 1.00/1.00 vMB 6
586,233 586,233 0000000000000000001131806b96afd69a63ea86787f31b4ce09d386ac4f432c 2,209 1.00/1.00 vMB 30
586,232 586,232 0000000000000000001ef199f5fd09897a8f7f33c3b283eee746a57e02c11297 2,926 1.00/1.00 vMB 74
586,231 586,231 000000000000000000169382ae5a359992630566b88fcfd3db44c1df9f2aa94d 1,956 1.00/1.00 vMB 33
586,230 586,230 000000000000000000166087562ded7c3a08dcbfc22d0624c1db3ee33302d20e 2,797 1.00/1.00 vMB 49
586,229 586,229 00000000000000000011f188b7a1992d01e6b1f0499bc6944d788d0f7b9dde40 3,192 1.00/1.00 vMB 71
586,228 586,228 0000000000000000001dfe0955ff40c84907ff159bd5b53d34371a1accd07b5f 1,595 1.00/1.00 vMB 23
586,227 586,227 00000000000000000017c586fdeab6d7e618180bba49697bbcbbf44892763186 2,508 1.00/1.00 vMB 37
586,226 586,226 0000000000000000001ca17a1b8e4db4918290af6079ab395de1ec15fe195e1a 1,774 1.00/1.00 vMB 29
586,225 586,225 000000000000000000082013bfa257e3dbd1ce2fb4ebc7653f096ffd3ce84c8a 1,148 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.50 GB
    • Received: 17.17 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.