Loading Tool

Explorer IconExplorer

Memory Pool

81,549 transactions
30.00 vMB
0.09007212 BTC
Random Selection Loading Transactions
Max Size: 181.14/200 MB

Candidate Block

Mining Attempt 7d4e27cd7e702d97eee8d7bb433bfce86ed6e488677e9f8a3284d04788c3c437
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 3deff545f1e047ebb26d1edbcadd1bd2fd42d041c7b17ad8d593da5d7ab92b7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,401
Size: 1.00 vMB
Total Fees: 0.02879759 BTC
Feerates: 502.62 > 2.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (113,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,130 801,130 0000000000000000000395d1ab23eb60c4b48a9010439ed5060ca88e81c81e8e 3,342 1.00/1.00 vMB 23
801,129 801,129 00000000000000000004ab535bfa900f2dd3e13b483dedb219b524c61201b055 2,817 1.00/1.00 vMB 9
801,128 801,128 00000000000000000005154eec806d2c05cd732ff00429a522b6f498cc24f9b1 2,264 1.00/1.00 vMB 13
801,127 801,127 00000000000000000002aba67420f61a2b78746182f4324958f571d859363b44 2,639 1.00/1.00 vMB 16
801,126 801,126 00000000000000000003dcd1ccb91f537f13663c299188128de5f49885e8d6ba 2,401 1.00/1.00 vMB 11
801,125 801,125 000000000000000000003ac2d5b588bc97a5479d25e403cffd90bd60c9680cfc 2,428 1.00/1.00 vMB 12
801,124 801,124 000000000000000000017b562519ccd5636568e189af21d098715cc7f0c727ea 1,488 1.00/1.00 vMB 16
801,123 801,123 0000000000000000000443111e0a4fe31884e920a77b20d6e1c131c06adcd8ef 3,590 1.00/1.00 vMB 12
801,122 801,122 000000000000000000055837c187ab1553935831e9060a9446d4a12f0854ace5 3,647 1.00/1.00 vMB 18
801,121 801,121 00000000000000000003e781e050bd7ea6753f0553eefe86f0ea1258b51e5c31 2,918 1.00/1.00 vMB 23
801,120 801,120 00000000000000000004042882b191f8187478adb44665cfadd5e913c7396106 3,173 1.00/1.00 vMB 12
801,119 801,119 00000000000000000000b6cf602adae2fac91221d6cd13199ab453036ac32c96 2,192 1.00/1.00 vMB 13
801,118 801,118 00000000000000000001e02b2619f426f91c3e1bca3ba08559323ba540edcff8 2,419 1.00/1.00 vMB 12
801,117 801,117 000000000000000000050e47249644aee0cc06846f1a04e8f8d6ba3016b70bd4 2,865 1.00/1.00 vMB 22
801,116 801,116 000000000000000000042612cbba2b1522b252a2ae84d2d19c51f56839263fc8 3,182 1.00/1.00 vMB 27
801,115 801,115 00000000000000000001d3d94611e3519c1c51df411a9ecd251c77f47a51b0ae 4,842 1.00/1.00 vMB 10
801,114 801,114 00000000000000000000a133ea16f28d7404d7427a45167c4f8e3cd19d2650a2 3,169 1.00/1.00 vMB 7
801,113 801,113 000000000000000000007607b9ecd2d61eb6cd0847cd9c4bad32fdb234ed4bfd 4,399 1.00/1.00 vMB 8
801,112 801,112 00000000000000000004c604fef38a3ae69fea25aa50d95c0db521ad4fd5fd58 3,263 1.00/1.00 vMB 16
801,111 801,111 00000000000000000002c7deb44fbae7acf5c8bd048fab04b4dc7885bc25284e 2,730 1.00/1.00 vMB 14
801,110 801,110 0000000000000000000042ab59ff1541f03c5b5ea6b53f70841ebe369adb5307 3,421 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.