Loading Tool

Explorer IconExplorer

Memory Pool

80,694 transactions
29.77 vMB
0.07098465 BTC
Random Selection Loading Transactions
Max Size: 179.67/200 MB

Candidate Block

Mining Attempt 5351208bdf3b8ff67b6013ca317182723dba626f445eb4390a445feb610c955f
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 5469853cd1de2f8bc2272a954b4e94ed1183a83f6137c4450456b9ac3dfcb0fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,777
Size: 1.00 vMB
Total Fees: 0.01031329 BTC
Feerates: 100.36 > 1.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (242,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,469 672,469 0000000000000000000081562e321c0528643d92508555707f02e702b3846578 2,832 1.00/1.00 vMB 145
672,468 672,468 00000000000000000004c423a33586a0d8dbbd2d4f1122d16cfe11742181b688 2,501 1.00/1.00 vMB 89
672,467 672,467 000000000000000000090ef0d38c6a5a8b7bf9348dbcb3dc801a0289fcd9bd29 1,422 1.00/1.00 vMB 113
672,466 672,466 00000000000000000003563a63eaa804414c182eef2127fe4aae9e61f5a2138d 1,288 1.00/1.00 vMB 100
672,465 672,465 0000000000000000000a8b4b4ebd9e3ec670fc99e3b86c7951590745d8fc645b 1,180 1.00/1.00 vMB 26
672,464 672,464 000000000000000000072237d3be5dd3f46837ee86542802a0ebb21e6c6968f6 2,364 1.00/1.00 vMB 101
672,463 672,463 00000000000000000001cf0b8d58903d6bba81c93a1def6596f6ca78d81447c1 2,270 1.00/1.00 vMB 58
672,462 672,462 00000000000000000005ee92a6f587ff582dccdf717c7f5a8db1086c0da3d5fa 2,514 1.00/1.00 vMB 27
672,461 672,461 00000000000000000008a3c9f745769d9a58ba321dc32c0a5ca54ae652c9f6aa 1,976 1.00/1.00 vMB 35
672,460 672,460 00000000000000000008f4f145b65396f92cea6bb500b0d922ec94c1730dad83 2,689 1.00/1.00 vMB 66
672,459 672,459 00000000000000000009b4a455271f63b53624b6f590a86ac6565e80e1c7e9be 2,954 1.00/1.00 vMB 33
672,458 672,458 000000000000000000031dd30757501a8cd7374bec9a6edb2824c17aff5b4340 2,586 1.00/1.00 vMB 140
672,457 672,457 0000000000000000000a853826cbab7fd1d283b074449f863b98700bc8580625 2,462 1.00/1.00 vMB 62
672,456 672,456 00000000000000000000450cba6f5a4fabb3cf5294c63592c145adc2238722cf 2,721 1.00/1.00 vMB 112
672,455 672,455 000000000000000000049f53a64e4f30e5c7ae180ee6ff5f91a65c01340dc79e 1,918 1.00/1.00 vMB 136
672,454 672,454 00000000000000000000564444c8b005b5bb6942e6023844842b81a10bc8bf4b 1,567 1.00/1.00 vMB 145
672,453 672,453 00000000000000000008e2b41bf3415514e4e1a5d741971f38e75443d88046ee 2,800 1.00/1.00 vMB 28
672,452 672,452 0000000000000000000176846df01f5408c1a14dcbf1de4617241a564b7d7b20 2,980 1.00/1.00 vMB 17
672,451 672,451 0000000000000000000399a3a78db31c8f15c3cbbdfb9b6b5383ff456e5d4f05 2,177 1.00/1.00 vMB 46
672,450 672,450 00000000000000000004590d5a35ebe7ffeed0f8f0d2932a3d0cc3565746b14d 3,073 1.00/1.00 vMB 70
672,449 672,449 000000000000000000077c63fba308dd2714e7da5ef9238305cd3139d7986841 2,452 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.