Loading Tool

Explorer IconExplorer

Memory Pool

81,550 transactions
29.94 vMB
0.10875357 BTC
Random Selection Loading Transactions
Max Size: 181.01/200 MB

Candidate Block

Mining Attempt ef28b109d51415872aeec22195cddbbc101d6053e96bd9604795f571eab90f63
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 786c3ea4f14fe4851266e179d394f3917055b0c29a8685f69f4f8bb12861d774
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.04213661 BTC
Feerates: 146.36 > 4.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (122,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,168 792,168 00000000000000000001b4cac2da451ecdff5ed4eb2d6dcdf1705a14735f8d0c 3,370 1.00/1.00 vMB 68
792,167 792,167 00000000000000000001003c9a85498c483b22af34426a4882e57a79f635179b 3,077 1.00/1.00 vMB 31
792,166 792,166 000000000000000000035703674ea5fad33de3ed2d2a7e0609cd18ad507663a4 2,032 1.00/1.00 vMB 29
792,165 792,165 00000000000000000002d54863eb6300fc05b4ca805b4bb2782db880ea29f61a 2,641 1.00/1.00 vMB 38
792,164 792,164 00000000000000000005aaa4a141b7a9420c8ae187f7f3c61fbb0a21843d62ff 1,878 1.00/1.00 vMB 27
792,163 792,163 00000000000000000002f7ccaf404c84b352d8a21fafb15af59cec3ceb38893f 2,633 1.00/1.00 vMB 38
792,162 792,162 000000000000000000057165ada4fd7c5ea5ac559623e6e31eb05797805af179 2,808 1.00/1.00 vMB 47
792,161 792,161 000000000000000000003b8a2cae143a9172a3a67e161c7841a100d854b90260 2,588 1.00/1.00 vMB 45
792,160 792,160 0000000000000000000141bf945bf53529881871b7eaa782296322d7492b4346 3,453 1.00/1.00 vMB 68
792,159 792,159 000000000000000000039babd259985a1a53342d2a9f14ffa9b2cc6e6e0a5c26 3,392 1.00/1.00 vMB 52
792,158 792,158 00000000000000000003a4de6a63881361ead10e1de66e6e8abe77c3299b3a0e 2,131 1.00/1.00 vMB 47
792,157 792,157 00000000000000000001c60f7da2b23461e806faca60d3fdab3d3e14c1ad8a94 3,248 1.00/1.00 vMB 56
792,156 792,156 00000000000000000005723bc9bf17a6975a69252899614ff65f85379c5f9fce 2,826 1.00/1.00 vMB 57
792,155 792,155 000000000000000000052d59c0eea4766f432c5a6195675a6092fcc1c4585e1d 2,555 1.00/1.00 vMB 60
792,154 792,154 00000000000000000005539d966a2c5f3dfc458c3e68a9b5b79deb5a214dc47f 2,226 1.00/1.00 vMB 52
792,153 792,153 00000000000000000004d332b8c09180f3e80d0a677e2c217c631660e752c722 4,305 1.00/1.00 vMB 61
792,152 792,152 0000000000000000000461b2c8193382b4701f47e5c9a6650d23b76e6266b76a 3,656 1.00/1.00 vMB 84
792,151 792,151 00000000000000000003bb0c49be4cdbad2b39d24cea2ace794bc0f8f69bfd2c 4,466 1.00/1.00 vMB 69
792,150 792,150 00000000000000000005326c691757abb5ef8f6e4bd9a2949f051c26d064a3c6 3,711 1.00/1.00 vMB 79
792,149 792,149 000000000000000000042601aa49a79c11bfc8b5e4f5fc427f236798199719e1 3,307 1.00/1.00 vMB 93
792,148 792,148 000000000000000000044cad57c08f804f591784104f91454dad3a6089287dc1 3,392 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.