Loading Tool

Explorer IconExplorer

Memory Pool

49,503 transactions
29.85 vMB
0.07661261 BTC
Random Selection Loading Transactions
Max Size: 159.81/200 MB

Candidate Block

Mining Attempt 28bdb6b0a0822e01f27fc31e7f001f231c7a9d763824f73617862ae7da4da661
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 8a04dafb86554c7e89833a2efe8672352c6a1fc1b1b1a71d37113f1001e2c2f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,554
Size: 1.00 vMB
Total Fees: 0.01461143 BTC
Feerates: 117.91 > 1.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (730,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
184,700 184,700 00000000000004e2dbfeef0699e12bfb90ae4c3a639e5364bc23263609e2fcbb 134 0.05/1.00 vMB 185
184,699 184,699 00000000000005c9637ba7575ffda246936c67941d685292b86e4d0d82764fc3 132 0.05/1.00 vMB 33
184,698 184,698 000000000000063503d6e9706e41d67e908c5173deea807526c7b0aa84458551 406 0.26/1.00 vMB 105
184,697 184,697 00000000000008f23c33921f2dd820f01ef6d3a88773b51e389ac9d058795be3 158 0.06/1.00 vMB 95
184,696 184,696 0000000000000717255e2d60cf4fcb5434f18c8ba53addce8c339a3b91f5f9b1 4 0.00/1.00 vMB 149
184,695 184,695 000000000000042c0c232e0e4288a84c10a6a8d1fd74b55d4a3d0e44e03e06ff 9 0.00/1.00 vMB 0
184,694 184,694 0000000000000111311d97e408a612fcb046dea414c6b11bf2236e139ef5bd4b 8 0.00/1.00 vMB 302
184,693 184,693 0000000000000097b2cfd23eb15ba9325248e21e34492757d39aee50031a0718 512 0.18/1.00 vMB 178
184,692 184,692 000000000000043941fad9d9d7d39c13127de821f9b359a6056b8fb71b5b52ac 485 0.25/1.00 vMB 125
184,691 184,691 000000000000029b1f74559ec416c56cef5b25ea21ae22644e95b83ab3211f02 1 0.00/1.00 vMB 0
184,690 184,690 0000000000000085ea727ee53848d3c57e940af78d1116b33f315f244b5d9e04 133 0.05/1.00 vMB 158
184,689 184,689 00000000000002f891004bb87eac46b6461043d144a86ef7cc27aeb637a08bc3 274 0.09/1.00 vMB 22
184,688 184,688 000000000000052894e3598abcb1af85d4a157c3d6723e35d5592c3e6f38159e 11 0.00/1.00 vMB 0
184,687 184,687 000000000000006691824d6ba4949e2fd146846d56841b5acceed6366b1fef96 512 0.35/1.00 vMB 105
184,686 184,686 0000000000000639d3441552cf8e3cbd365cd89f59e829585ae1a759c1dff7bf 123 0.05/1.00 vMB 27
184,685 184,685 0000000000000601b829be04a990d1274f83bc92eebc22ab1a1092e309a16816 623 0.25/1.00 vMB 173
184,684 184,684 00000000000000384a3ef850d05a936aeeffd54c0e13c594d7900fd5b0ebc7e4 7 0.00/1.00 vMB 0
184,683 184,683 00000000000000917d586f4fd14b6da9851d894a586dd53a3c51cc83a8f7147a 118 0.05/1.00 vMB 168
184,682 184,682 000000000000001e8036a8b70feb4be9d4f367d862d1234df1c4f6ba7f5d0a1c 256 0.25/1.00 vMB 86
184,681 184,681 0000000000000376886200af47bbd20f8a18998b2f7996146c581aa24c5429dd 136 0.05/1.00 vMB 100
184,680 184,680 000000000000044de40b4dc47b225464a9daad232e762840d648978b271ad6ad 6 0.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.