Loading Tool

Explorer IconExplorer

Memory Pool

79,635 transactions
29.92 vMB
0.09975671 BTC
Random Selection Loading Transactions
Max Size: 180.64/200 MB

Candidate Block

Mining Attempt acf882b40a1b1b6188e80c49d7c7e78c21f4467eaf8f454cbf2859b2e2fe10aa
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 52a4e2d570747353f8065932061d1f577c9283cc698f94d68d9932dbd56776ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,773
Size: 1.00 vMB
Total Fees: 0.03133339 BTC
Feerates: 120.36 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (264,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,120 651,120 000000000000000000088d8e616e21a8d083e8e8a89e52c9dfd51b9f04f06dc9 3,131 1.00/1.00 vMB 113
651,119 651,119 00000000000000000006c43b82fc4afaa7bc1b2fca38ffa478ca12c3a94f9c04 1,987 1.00/1.00 vMB 38
651,118 651,118 0000000000000000000b6f2810320408e2cb6d0acd86efcfd5bce590b7310caa 2,714 1.00/1.00 vMB 72
651,117 651,117 0000000000000000000430f5aff22e01f2df0de92ab35e80b8e1ceb61ef08319 1,489 1.00/1.00 vMB 35
651,116 651,116 0000000000000000000e6884406069a3c17668e6ef330106e155be2ecd89238c 1,717 1.00/1.00 vMB 38
651,115 651,115 000000000000000000093832a4b120a9df55acd837dc8ab8608aff356792ee5a 526 1.00/1.00 vMB 7
651,114 651,114 00000000000000000008f8eb23ca8854df20703804a8ff22cfd024fac64ec70d 1,681 1.00/1.00 vMB 67
651,113 651,113 00000000000000000005342c0196b3841246002354ee62a09c43e294d7f4ceb9 2,446 1.00/1.00 vMB 41
651,112 651,112 00000000000000000008424d3ce08e94b986312368f5b1417fa25132f53a00fa 3,032 1.00/1.00 vMB 99
651,111 651,111 00000000000000000006eaab04b2ee44f2e8d543fee93c8858647433dc317f33 892 1.00/1.00 vMB 28
651,110 651,110 00000000000000000000ed0cb06e2c22978cb08ca0b118f8e20fa0cfe44c0cca 1,232 1.00/1.00 vMB 15
651,109 651,109 00000000000000000003a664e96160d0b7867c6ee0f5c4c3f8f28da17bf06a5c 2,033 1.00/1.00 vMB 40
651,108 651,108 00000000000000000004066d9562d970df0bae5c9f6e4e0d5911e4c8b455a48e 616 1.00/1.00 vMB 15
651,107 651,107 0000000000000000000b81bda28928206d7ece0beb014ea42ea2705a8468bdd9 483 1.00/1.00 vMB 13
651,106 651,106 0000000000000000000e3b7ab11200ba8a4329d5c89f8095378ef8f87d132535 2,377 1.00/1.00 vMB 59
651,105 651,105 0000000000000000000577dde3d25af948ee0c62dedd3931249956314a265815 1,361 1.00/1.00 vMB 14
651,104 651,104 00000000000000000007cd983a54a4eaf969d79961681fa2fa41eff0aba4a168 2,301 1.00/1.00 vMB 30
651,103 651,103 0000000000000000000d75030a5a79a748b9c34924e2c253796236d39afa983d 3,051 1.00/1.00 vMB 105
651,102 651,102 0000000000000000000dcfdd6d9c408ff63a4392032e25a9c304304dbb182489 2,327 1.00/1.00 vMB 21
651,101 651,101 00000000000000000001e7f2f7b159170653bf65f65a2a4e6f8b2d68ecdbca9b 2,206 1.00/1.00 vMB 14
651,100 651,100 00000000000000000004400c116ed342b3a75033d8b8eda242bff71ee41db019 2,147 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.