Loading Tool

Explorer IconExplorer

Memory Pool

31,917 transactions
25.00 vMB
0.04916783 BTC
Random Selection Loading Transactions
Max Size: 125.52/200 MB

Candidate Block

Mining Attempt 4030dd9d64e59dd11dd0e213c5d2edd0277b96c755357aec2b46e83cd74e783b
Version 20000000
Previous Block 000000000000000000019dd1c564ae94c30db263064959627df766509c104535
Merkle Root 1ecf27eb262991b6477118e53b774b2f4251ab50dce518e531cfb0a9b62a57bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,610
Size: 1.00 vMB
Total Fees: 0.00409611 BTC
Feerates: 80.43 > 0.41 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,698 (447,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,324 467,324 0000000000000000000f6d42cb6af2f8de65f0248f45ec9665734b53e32a7698 2,754 1.00/1.00 vMB 276
467,323 467,323 0000000000000000018eafafb2fa9a00e9043c4e0f17122d70949c1a9b2356e1 2,911 1.00/1.00 vMB 403
467,322 467,322 000000000000000001c10b8b53e63d0a89ef165872a8baa969d4d39f8c24236e 2,457 0.99/1.00 vMB 229
467,321 467,321 000000000000000000558fa8f7b73c35997b09c585a92841c0ddac504fb118f0 2,784 1.00/1.00 vMB 382
467,320 467,320 000000000000000000bb603303625e7db0c579abee9edbc3ff60b3219738fea2 2,882 1.00/1.00 vMB 171
467,319 467,319 0000000000000000012e14d7c342b5575d0aadeb7ef32ed65f8eefde8c6150e3 3,312 1.00/1.00 vMB 185
467,318 467,318 000000000000000001a09818b99aca0afb00069d6ad5f465a5d44d1c42b97c0f 3,793 1.00/1.00 vMB 148
467,317 467,317 0000000000000000012028f3153ac7bee7a770ed557d4d094e5000d2258859b9 2,867 1.00/1.00 vMB 184
467,316 467,316 0000000000000000000a0a831ddee5368bf3c3afbd07078b3cd4b587b632444b 1,224 1.00/1.00 vMB 166
467,315 467,315 00000000000000000040ce2576f1f9db5e4f59b24e732f4e27cad97e4d1f531d 2,566 1.00/1.00 vMB 171
467,314 467,314 000000000000000000c7a26e0557187a8b64c22ee71f2f3fb39a4f0663c08541 2,433 1.00/1.00 vMB 164
467,313 467,313 0000000000000000018dad5d1fefa78a34b715a65a47f176454f0e814fd37db8 1 0.00/1.00 vMB 0
467,312 467,312 00000000000000000119ff4d895b2812911cbdfdc6e4dd53d3913f8fc909b0f4 1,889 1.00/1.00 vMB 241
467,311 467,311 00000000000000000136d25fc8e14d5a44027f7ba7f7e847ea33f69130527b6a 1,782 1.00/1.00 vMB 284
467,310 467,310 000000000000000001914ed9ac618f2fc96a35a2a81b94266c2901dcef21049a 2,180 1.00/1.00 vMB 182
467,309 467,309 000000000000000001dda6cc1d03b4281148128c2f0bb048a87921a3270a5712 2,317 1.00/1.00 vMB 247
467,308 467,308 00000000000000000172624febbc1162c68b0fd800604b51aa860ce7e317fc59 2,665 1.00/1.00 vMB 382
467,307 467,307 000000000000000000f64b7fd8b830bafd331a217fb629f671d8cb485207c4df 3,116 1.00/1.00 vMB 342
467,306 467,306 0000000000000000013bc6d807059e404ba94024cc4589b586631021600806dd 2,262 1.00/1.00 vMB 227
467,305 467,305 00000000000000000113ca221d3dee5808e246fabbef4af96a9cfa2d9235333a 2,907 1.00/1.00 vMB 304
467,304 467,304 000000000000000000021a7669d66eaf3d58111eaef786e5e8de677be5317051 2,015 1.00/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 781.85 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: 638.88 GB
    • Received: 12.50 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.