Loading Tool

Explorer IconExplorer

Memory Pool

45,594 transactions
28.51 vMB
0.07115079 BTC
Random Selection Loading Transactions
Max Size: 151.42/200 MB

Candidate Block

Mining Attempt fb97258166cff1a5e03681da753ee2002c7ee690de1b622539c5d89949ad2924
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 872f9a183708529aa507b1eae3a0835ef663259c408a2f6c3074f08106a5af98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.01720950 BTC
Feerates: 361.66 > 1.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (520,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,478 394,478 000000000000000004ed00199059a116f9e1dc3a820372d3e74eb6ac7f3297c1 1,084 0.93/1.00 vMB 23
394,477 394,477 000000000000000004608fcb0fa05cc9890b7b235c11ea0a1c802f4e09deb257 1 0.00/1.00 vMB 0
394,476 394,476 0000000000000000080330414615356ebe99028d607c184c07584c9d6ded2cac 1,390 1.00/1.00 vMB 24
394,475 394,475 000000000000000006358fc73ac34150e120c6914d2f9b2e1cc1d108bd3747bd 1 0.00/1.00 vMB 0
394,474 394,474 0000000000000000065796f3b8c97c8928e4799c47cb5940fcf3d85a06fa3d82 107 0.09/1.00 vMB 18
394,473 394,473 00000000000000000875a9e4836e41264000f40423ea4112e3395586406e33c1 1,833 0.95/1.00 vMB 31
394,472 394,472 000000000000000000e97f4c2cbb6fffff731a116dab6f0560ce163572f101aa 2,790 0.93/1.00 vMB 69
394,471 394,471 0000000000000000056018ef1620bebbc7c817c178e684e5f268ffc9d0b2c83f 1,993 1.00/1.00 vMB 32
394,470 394,470 00000000000000000028a9fb3048cff1ab6b52812bbc827febe0bd588b3166fa 3,133 0.99/1.00 vMB 66
394,469 394,469 000000000000000007576a6df5a7f409bf06f26755e04b70eeb5b5c7f53d7eee 1 0.00/1.00 vMB 0
394,468 394,468 000000000000000006d995fcdea16bb9f2ca0ed9f724dd68766e76700c8fa3fe 65 0.05/1.00 vMB 0
394,467 394,467 000000000000000001b2eabb703cc0ade5b5b77f06d96e5852b225940ef710ed 1,951 0.95/1.00 vMB 36
394,466 394,466 0000000000000000048d79a818d25ab75ef6447cbb5e72ac35159adf7bfbe46a 2,858 0.95/1.00 vMB 73
394,465 394,465 00000000000000000965db5ab60d807cc0621e0c6a69d3714e4481a3e5bd5c13 1,048 1.00/1.00 vMB 20
394,464 394,464 000000000000000007263182830d4111fb5c51bc4487cc2d9dd962e31471a65e 2,435 0.95/1.00 vMB 56
394,463 394,463 000000000000000006b31b6ff2e53bb20b7b7ad7af1dbbf3e1c2b40465ff20ba 3,106 0.95/1.00 vMB 85
394,462 394,462 00000000000000000872f565cd1751d47115ba6bcc2bf253f54e2c0f8006f65b 1,861 1.00/1.00 vMB 35
394,461 394,461 000000000000000007dc5fa93bc11bc2afe0c9c23bd83699cc17843f0902f908 2,395 0.95/1.00 vMB 54
394,460 394,460 00000000000000000205c3ac128f7f09a9a897eb8a790250516cff21496ba9c7 1,522 0.93/1.00 vMB 26
394,459 394,459 000000000000000000901a385b0f7a1a6ec91885fc5b4900df6d80776f1334df 2,174 1.00/1.00 vMB 35
394,458 394,458 000000000000000001f046c9df0f4afd0642a871506ce1927b5efdb0df2f182a 2,468 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.