Loading Tool

Explorer IconExplorer

Memory Pool

46,205 transactions
28.65 vMB
0.06934062 BTC
Random Selection Loading Transactions
Max Size: 152.68/200 MB

Candidate Block

Mining Attempt b6deeae88a50b3c2d4ff442ee2d8af94aacfb50d9aec8d307426903b6e2a5693
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root f4698694f3e43a513968129ad068a66b5a50e2f917b41ed57e289d2137519220
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.01498383 BTC
Feerates: 73.20 > 1.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (208,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,907 705,907 0000000000000000000307f14c97d8cdb7bd5d1701abba5db612d26d5aef2d70 1,220 1.00/1.00 vMB 11
705,906 705,906 0000000000000000000d4bcd2e18bbe5ae652c4886b3b59c2a6ad3a8c4452737 2,612 1.00/1.00 vMB 16
705,905 705,905 000000000000000000050ac521bfcecf3823d6cad98773796b82061709a726f0 3,311 1.00/1.00 vMB 29
705,904 705,904 0000000000000000000a86573a2e658e07781a7e45edf8f00a92238137f3c3dc 957 1.00/1.00 vMB 10
705,903 705,903 0000000000000000000dfab814c031be0ca38589daf33c9e94a6da0c56b5bbfc 3,362 1.00/1.00 vMB 22
705,902 705,902 0000000000000000000d424a00840b4a9413c41522794bdbcb690ea390d77665 2,193 1.00/1.00 vMB 15
705,901 705,901 000000000000000000039bc6a5383ea3d3b0b61dd9cdc959229ea46c1541c759 2,997 1.00/1.00 vMB 14
705,900 705,900 00000000000000000002e19f2a77186fbe5b2dbc70541d4ca711e1f3f3dd83e6 2,218 1.00/1.00 vMB 18
705,899 705,899 0000000000000000000d1977a81ee33c758fd66546c6c3cfe98abbd97d69c730 2,371 1.00/1.00 vMB 12
705,898 705,898 00000000000000000009963a42726da17349047e13b1bf0df5882bfbb6a2fc38 2,978 1.00/1.00 vMB 16
705,897 705,897 0000000000000000000b511f9d234c4ef64d2dca951f5199609bc363d42da2c0 3,048 1.00/1.00 vMB 33
705,896 705,896 0000000000000000000971ffa6bc3df911514651d8f8ce65cff058fb081244f9 1,193 1.00/1.00 vMB 12
705,895 705,895 000000000000000000080482ebb776068d8f7b00e4e943ef5d78f0224004ee9a 1,929 1.00/1.00 vMB 11
705,894 705,894 00000000000000000005363a0cbf9472cfd7e395c52ec7c82e398f5af39084dc 3,118 1.00/1.00 vMB 22
705,893 705,893 0000000000000000000b7483f8308a0b0e2b56d7ed0d377703a245452be8a058 2,504 1.00/1.00 vMB 17
705,892 705,892 00000000000000000009ddd108ec22ccd68b51fbb9de9b5ed7f513d11f45e31e 2,960 1.00/1.00 vMB 11
705,891 705,891 000000000000000000039a99ba9b945dcd818bb6a5646279c9b3a2a12bccbdfe 3,266 1.00/1.00 vMB 19
705,890 705,890 00000000000000000003b200c0dae9a8c69e9df9dee5d9d75e4341439af08179 1,021 1.00/1.00 vMB 17
705,889 705,889 00000000000000000008f1275f052a10efb5b1c40b2b39b694467916ada2b3d7 3,128 1.00/1.00 vMB 25
705,888 705,888 000000000000000000016844f145453b2fabd4b95dee22bfe0122464eb67113f 1,555 1.00/1.00 vMB 16
705,887 705,887 0000000000000000000aed7db7fab75f0a37b42d252c1fad9372349d89993f19 2,517 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.