Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,932 transactions (4.89 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 7 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,696 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,156 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,695 (879,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,055 30,055 0000000027e0d1b799063d7981f54dd23df0eae61da61730c5fb82265472b60d 0.00 MB 1 0
30,054 30,054 000000006d0cda48ddde9fce952197848dbb0a8e7cc8d7b6b085732d39fb25ed 0.00 MB 1 0
30,053 30,053 000000005e143df0e70684f3f3df8c1996483786ad537521d989703c86c48838 0.00 MB 1 0
30,052 30,052 0000000025455e39150b09e13383bca12082992518cc46e333127f1a24abd7c4 0.00 MB 1 0
30,051 30,051 00000000939389ebc738ac7317fde0dc32c8254fbb52f1cd1bf458923f0ec6ef 0.00 MB 1 0
30,050 30,050 0000000048d10ecd9f4f9097aba994a2fd8a7bfd1bc16cf7b8e573d2407382da 0.00 MB 1 0
30,049 30,049 00000000f41d3e40c3a9d2c8fdab2cb5ff458e2cf8fefafe2c5bde2de9291850 0.00 MB 1 0
30,048 30,048 00000000ca220757bf73f8c7fd2d7d7f0f65a774dfcf1aaa5c82fe6cafbba648 0.00 MB 1 0
30,047 30,047 000000000aca6536b119867fc605bdcd4a1eea7e4451aaa7e29a3776d91b9565 0.00 MB 1 0
30,046 30,046 000000006d7bb8177f1386964d28a0850c708afd60ffa7f2b365ee32cea1d6dd 0.00 MB 1 0
30,045 30,045 00000000f07848ad5d1424f9e0330d8284737f9100722ee3742d021bf93fd403 0.00 MB 1 0
30,044 30,044 00000000dccdfa17b2d427ae21d9de61038dab90cf834a11c0ad447127a187fc 0.00 MB 1 0
30,043 30,043 00000000ce82d0ce55bab68e47ad165d8c3621361f2a4a18d3dc522600759593 0.00 MB 1 0
30,042 30,042 00000000ef885391f731addc804a0cbb1012af2dba609436d3e106199602c40d 0.00 MB 1 0
30,041 30,041 00000000e10a30d27bf9d372177fc3cf3bcc41dd6ff96643cd5839467a016385 0.00 MB 1 0
30,040 30,040 00000000ee2511d98d2811fdbbd928d95b65297dee8389297c510ad5ddd86a33 0.00 MB 1 0
30,039 30,039 000000005344a735d1bbfd6dd134698f5c4310f2c98ae36841b87cc4522bda52 0.00 MB 1 0
30,038 30,038 000000007a29143423551eeeb1ea4cc0ce3e0049dcd639cc24afd506a4a0fc3d 0.00 MB 1 0
30,037 30,037 000000003ebc38e7b7d0a1041272bdf509b78d842cd414baf6bbf94835a73857 0.00 MB 1 0
30,036 30,036 000000007d1428312f7ea00c7deec0f8c89ca19441be5defa799ed03fb448b8c 0.00 MB 1 0
30,035 30,035 00000000e375dd4449d71f19383127abc97959925f6debde0287da883e969f99 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,154.47 GB sent, 112.60 GB received

Notes

  • This page updates every 5 seconds.
  • 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.