Loading Tool

Explorer IconExplorer

Memory Pool

82,443 transactions
31.13 vMB
0.12547042 BTC
Random Selection Loading Transactions
Max Size: 187.04/200 MB

Candidate Block

Mining Attempt 21dd7aeaa373a36b6389b6a76d27be0f7b8b1accc1f9158f8451a453d0e03dfd
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 2955bfc938fe685e8a2be98c3a7476e73ed766cd01bcadf76fa932fa0d092477
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,099
Size: 1.00 vMB
Total Fees: 0.05440689 BTC
Feerates: 180.34 > 5.45 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (427,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,070 488,070 000000000000000000a6a659fa3d6977a2f3233ee022763db29f389b1a222f93 1,164 1.00/1.00 vMB 6
488,069 488,069 0000000000000000003d2e0400772b8a93cb6153508438c812b64f4d2cdcccf7 1,724 0.99/1.00 vMB 60
488,068 488,068 00000000000000000005ee3b3ac1255e2777a2d872b2a58ef80a7f5ed46c327e 1,694 1.00/1.00 vMB 57
488,067 488,067 0000000000000000006c4aaded04ce0597a5f4d7c55b02ad1f6a86e7d4ce2cba 2,432 1.00/1.00 vMB 147
488,066 488,066 0000000000000000007fb205f01d6bcb2b85dfd10717dda6d0446e2b796d3362 1,829 1.00/1.00 vMB 29
488,065 488,065 00000000000000000096b6d1a91cfe80a942f8a1b63e4899e2b62173329a2ebf 1,365 1.00/1.00 vMB 65
488,064 488,064 000000000000000000bbfc201e18cc559df820c276e87cf7ed97532f9bd81fbf 1,989 1.00/1.00 vMB 80
488,063 488,063 0000000000000000006abf617d6c39919f770f6b9955ae30a57b12d00fb0bcf2 1,162 1.00/1.00 vMB 69
488,062 488,062 00000000000000000088085181ccdaa3ce4043536146c9522e29b7ecd1d5a9bc 1,994 1.00/1.00 vMB 78
488,061 488,061 0000000000000000000a1f30f01d93812281f4c52f41ce26044d3531d28ef0aa 1,733 1.00/1.00 vMB 72
488,060 488,060 0000000000000000000e62342ea5e4015e441e45ab1b2ed700df8677f79014ce 1,470 0.97/1.00 vMB 97
488,059 488,059 0000000000000000009aa58534593b22365746174a69eca1007ab109aad61359 774 0.98/1.00 vMB 91
488,058 488,058 00000000000000000032e92620a0918e863ed2d3f824a69fef1289b3368b780e 1,513 0.96/1.00 vMB 121
488,057 488,057 0000000000000000005da02c26aaf926eaa2bedefb05495b380a9b02262362e6 499 1.00/1.00 vMB 81
488,056 488,056 000000000000000000df3ef7edee9dca94d2e0dd9ef2d2beff27859ebd7f077b 894 1.00/1.00 vMB 98
488,055 488,055 00000000000000000095025bdb28ca1cb854a5e18c947af283a064210b83ee90 894 1.00/1.00 vMB 92
488,054 488,054 000000000000000000c076252cfb060f25ecfa3e85d82cfe4c6ae8ead152bf86 490 0.99/1.00 vMB 87
488,053 488,053 00000000000000000033d165fbeca1e56e6da963cb38060d817ce1007cc9096e 1,097 1.00/1.00 vMB 107
488,052 488,052 0000000000000000008a2f691f110f6c07a8b2b8e449777a1df5442225c444e5 2,144 1.00/1.00 vMB 119
488,051 488,051 000000000000000000086b2c739bdf482b9fc54eb6d24ff2cd1c261be05936af 375 0.16/1.00 vMB 144
488,050 488,050 0000000000000000004136a4da7573e43f89b36756f38549a2f076f23aace6d8 2,398 0.97/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.