Loading Tool

Explorer IconExplorer

Memory Pool

37,051 transactions
26.33 vMB
0.06697448 BTC
Random Selection Loading Transactions
Max Size: 134.73/200 MB

Candidate Block

Mining Attempt 6a818663c92c0fcb3b129ef65508c9366e0534d2b6468ca6f0b09740946a5cdc
Version 20000000
Previous Block 00000000000000000001419fd1876bb6273a39056905abab982d31039aff56e3
Merkle Root d4fda125bf2a23a4de21e90ca3a152b5e9d25fa086054137394fb72aa1ba2a4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,683
Size: 1.00 vMB
Total Fees: 0.01815549 BTC
Feerates: 101.65 > 1.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,663 (312,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,706 601,706 0000000000000000000b750e1f16ead39c60fe82d767efc2efea10187341df9c 1,222 0.50/1.00 vMB 5
601,705 601,705 0000000000000000000c7c8cff443b6112d5c8af121ca33c7752c3d9011fa3a0 2,177 1.00/1.00 vMB 8
601,704 601,704 0000000000000000000f5ea7b96b2f6efb6459121bf83d0b9de81a8d0f08eb06 3,232 1.00/1.00 vMB 35
601,703 601,703 0000000000000000000e7aa257422c4b1ffba73e3d0978aa43de06560a6163ac 3,224 1.00/1.00 vMB 40
601,702 601,702 00000000000000000006b886958681ba068cc9399f80eb41640d0e164ec4197e 1,352 0.55/1.00 vMB 3
601,701 601,701 00000000000000000000f38021d42927cad749659f7b0cc90fde5b204dd3f262 1,718 1.00/1.00 vMB 3
601,700 601,700 0000000000000000000322d59ad65ce79eaa340a9412c3fc17f9fe202787a305 2,881 1.00/1.00 vMB 18
601,699 601,699 000000000000000000111647a44c8c7b935696753d25625d6768bcfda32a5666 2,956 1.00/1.00 vMB 27
601,698 601,698 00000000000000000000e2b0d6b54a814c2d8170e7129a2ea3f0b400b4a44216 2,846 1.00/1.00 vMB 19
601,697 601,697 000000000000000000031de4abbeb9ba3ef4c21fcb94a18a56fd711d31d61daf 3,172 1.00/1.00 vMB 18
601,696 601,696 00000000000000000003cd490156d43ad83a6d99f0872ca5b6b714d60ea86066 2,999 1.00/1.00 vMB 19
601,695 601,695 00000000000000000010ec3347cba32d72da62e32823281b380d54419ee83c4a 2,689 1.00/1.00 vMB 27
601,694 601,694 0000000000000000000b962454898c4170487e6a3742340b4b79a481e0d379aa 3,239 1.00/1.00 vMB 35
601,693 601,693 00000000000000000002b5edb69da89e37d9752ea407fe926f15ef0e25395cc3 3,376 1.00/1.00 vMB 31
601,692 601,692 0000000000000000000b5b73fa911811814fc9cc710b3aefb12bbb2f44dd8e93 2,702 1.00/1.00 vMB 15
601,691 601,691 0000000000000000000a3569adeadf4c74051b778b2f820a31ead46cfd6c1ecf 3,324 1.00/1.00 vMB 21
601,690 601,690 0000000000000000000f490934bc96a2cee7d42523871e3dc3ffb12d5be3d2c7 3,059 1.00/1.00 vMB 27
601,689 601,689 00000000000000000009598d8efb93b7626dbd1c8c00da7aa7d5a8645eaa7ee6 2,645 1.00/1.00 vMB 40
601,688 601,688 0000000000000000000719e97e229f9455d4ac5f2c6643d57aff2bf2c61fc6f1 2,514 1.00/1.00 vMB 47
601,687 601,687 0000000000000000000e4a59ab2ef229554a5bed38ada3387544ecaaee04804a 2,860 1.00/1.00 vMB 35
601,686 601,686 00000000000000000000b1e0bf07ed1ef8bc35fa208aa58514a7312ed0cf84fe 2,624 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.80 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: 634.15 GB
    • Received: 12.24 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.