Loading Tool

Explorer IconExplorer

Memory Pool

52,597 transactions
31.58 vMB
0.11512581 BTC
Random Selection Loading Transactions
Max Size: 168.94/200 MB

Candidate Block

Mining Attempt 98e559e9dd497c631a23ba01c49585a61e347923717019c5f413fea512eaf236
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root ed6127e16b7d57d31aec3d5131f5e6905364f87d896ea6d4aaa3a18aca07e86f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,818
Size: 1.00 vMB
Total Fees: 0.02364558 BTC
Feerates: 32.88 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (136,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,175 778,175 00000000000000000005c39a2670a916dc4075afaaf8fe30e495c13ba323e141 2,513 1.00/1.00 vMB 28
778,174 778,174 00000000000000000003b80c61f014682e4cddc5cde562f9b358b542097c636b 2,877 1.00/1.00 vMB 8
778,173 778,173 000000000000000000067d2837a0c7b64b80cb485671f7b8d65e946718f4314c 2,343 1.00/1.00 vMB 16
778,172 778,172 00000000000000000004185006d06c386b024cc9d91895d2f72be55c3fc364bd 1,831 1.00/1.00 vMB 15
778,171 778,171 00000000000000000002f5bd2bfc4e3cae4842a76585877d288e5b855be01c92 2,193 1.00/1.00 vMB 20
778,170 778,170 000000000000000000032d6c63debaf65eb41475cbabde80e9e09897520e3abc 1,594 1.00/1.00 vMB 28
778,169 778,169 0000000000000000000508f7b52e813eee04fd3fbdda795607da721da15aca42 2,240 1.00/1.00 vMB 8
778,168 778,168 000000000000000000045914ca8dc5c4a71eaa7e94a14b8ed6f59d7b0046d4ff 3,088 1.00/1.00 vMB 24
778,167 778,167 000000000000000000000696ca3d92a93de56eac99a3f6310e79ce41359e8c81 3,471 1.00/1.00 vMB 9
778,166 778,166 00000000000000000002e069500819020ac54b7f714e9e45cc00a6665c121bdd 3,086 1.00/1.00 vMB 17
778,165 778,165 00000000000000000002a278e7490b6f939dd3093a49bfd3f83a493d0ab06dbe 2,628 1.00/1.00 vMB 8
778,164 778,164 0000000000000000000590f956a517f07b6b3013af299a7eadcb0601ada67d88 2,954 1.00/1.00 vMB 19
778,163 778,163 00000000000000000002d62db6bff508e2cc1a3d74d77297d6db31f0e4f17254 2,823 1.00/1.00 vMB 17
778,162 778,162 0000000000000000000392c36a92ccc84c9b3c0bcdfb91c44f5082b1ccad49d4 2,837 1.00/1.00 vMB 28
778,161 778,161 00000000000000000001c8497379a898f9ef78731b34cdc2d9548b99b6b362ea 1,648 1.00/1.00 vMB 14
778,160 778,160 00000000000000000003e44bcef431e2dacf1cb0b339f327c5ace1fee4eb6c9e 2,647 1.00/1.00 vMB 22
778,159 778,159 00000000000000000003743433a0f6739ed973cd7cc976bc0333f5b057014f74 2,980 1.00/1.00 vMB 19
778,158 778,158 000000000000000000044925358b0a02327278168c6ce84066e8fe9c4845d747 2,320 1.00/1.00 vMB 14
778,157 778,157 000000000000000000054f56dceda9a8e3c6c81196e551511c1c5b5ab60c0c66 3,120 1.00/1.00 vMB 14
778,156 778,156 00000000000000000003083e6770c88c8b98d2b376d86e1529385aa0b7abecac 3,338 1.00/1.00 vMB 19
778,155 778,155 00000000000000000001e0f7a0a9f9947033ad6bc708c85117d6c2c51aaa42e2 2,908 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.07 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.22 GB
    • Received: 13.49 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.