Loading Tool

Explorer IconExplorer

Memory Pool

43,616 transactions
28.03 vMB
0.10099041 BTC
Random Selection Loading Transactions
Max Size: 145.07/200 MB

Candidate Block

Mining Attempt 1c7d2b2904a1281bf081e10d74ba7f3bad9420b103819fbcc0816116eeb2995f
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root d39d7e228acf779cdb846202db865d0c9231efe9bbef9c074178c0931ca3b8c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,965
Size: 1.00 vMB
Total Fees: 0.04113022 BTC
Feerates: 180.94 > 4.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (459,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,657 455,657 0000000000000000013e0f901175d389998ef6948b438688170c310b4daf30df 2,427 1.00/1.00 vMB 141
455,656 455,656 000000000000000000041947bc1b1d3afd2cd73a2fd977ee23f090f399eab296 2,016 1.00/1.00 vMB 112
455,655 455,655 000000000000000001929992cc02763430a3103bcbcd33b4730985217e304f04 2,160 1.00/1.00 vMB 159
455,654 455,654 0000000000000000010171387b14bd3655231c1f3d65804967f4a5bdfe9921d2 1,977 1.00/1.00 vMB 200
455,653 455,653 000000000000000000a4251636b9763f0814dcd1716706dd23eab3dbb2c094ff 2,690 1.00/1.00 vMB 192
455,652 455,652 00000000000000000067dfa295f91886ac3c4d25dae566f55d819f1fb6045e76 1,979 1.00/1.00 vMB 143
455,651 455,651 000000000000000001779a148a26f39368e3da26984240c98bb1280d7c43d234 2,334 1.00/1.00 vMB 157
455,650 455,650 000000000000000001f5cdc3d05fd37e07ec80c0f2585fd961bbe87ecfa32f08 2,062 1.00/1.00 vMB 126
455,649 455,649 0000000000000000002210147b1e6a6999c828c96588a1f201dcb74624ebc248 2,297 1.00/1.00 vMB 156
455,648 455,648 000000000000000000a61e3bc87d28a7245fa75956ddbce8c54b8cb49d5dd2a9 2,560 1.00/1.00 vMB 190
455,647 455,647 00000000000000000078d3af51b5fe50c2192c2bc00e3c4ea336e9f578caa734 1,907 1.00/1.00 vMB 145
455,646 455,646 00000000000000000070901358da864f2e99b6b9b8e362584279873dbd1cfdea 2,112 1.00/1.00 vMB 171
455,645 455,645 000000000000000000be611571fa3f7f3cdd703fc292805419397a07be021e29 2,692 1.00/1.00 vMB 205
455,644 455,644 000000000000000000bc43caa067e8aeec0692691ba89ec617dacc8bbc1baab6 1,059 1.00/1.00 vMB 122
455,643 455,643 000000000000000001c1902a545f45325f991a27c7df30d96ad4c7a42abb0775 2,546 1.00/1.00 vMB 100
455,642 455,642 0000000000000000018f93cb5e9fbd798759fc538fa626fcd48a2f07aa2c7978 1,828 1.00/1.00 vMB 107
455,641 455,641 0000000000000000000f8dca8d2d27a570e17fa210c6a4c659b91b10b06f7e2d 1,936 1.00/1.00 vMB 135
455,640 455,640 00000000000000000222168977ac5a6ce25a9c798488fa0e1f334a1b7882e2b0 2,157 1.00/1.00 vMB 146
455,639 455,639 00000000000000000038b4ac38b24e422dbedeb4e3291e05482771c0a337e872 2,048 1.00/1.00 vMB 139
455,638 455,638 000000000000000001f52048448bf6d50ec5b1187fa1fd7bae0fed9d1d9051c8 2,518 1.00/1.00 vMB 188
455,637 455,637 0000000000000000011c27dd59e7cd7b9e6cb1b721a990a481f5c172ee33983d 2,396 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 781.79 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: 633.85 GB
    • Received: 12.22 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.