Loading Tool

Explorer IconExplorer

Memory Pool

42,112 transactions
26.60 vMB
0.06268841 BTC
Random Selection Loading Transactions
Max Size: 138.99/200 MB

Candidate Block

Mining Attempt 081ac530d605cedb53af7b46ee4b5601d1c9ab5a1b5cc9eb91337f932ac0475c
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 2718041b6ac87b92b5d42a42c41a0f6a364ce051a2dcb61a5fa3ccbd02f1e0a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,657
Size: 1.00 vMB
Total Fees: 0.01376602 BTC
Feerates: 47.58 > 1.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (484,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
430,482 430,482 00000000000000000197a96417cd3c5891f84c9f04ea8c78912dc95f9c04601b 756 0.48/1.00 vMB 28
430,481 430,481 0000000000000000026cb628d27890617f60cadc5fdd6e4e12bc990ec4b5ebc3 994 0.75/1.00 vMB 47
430,480 430,480 0000000000000000011731c29c0db47b169b308773f3656f31479a975dbcca72 1,955 1.00/1.00 vMB 54
430,479 430,479 00000000000000000190f49eb5679147db6df9e91d985799007ff59fab79fdfe 1,758 1.00/1.00 vMB 64
430,478 430,478 0000000000000000006709d22213e25d8726d3cc2ef2d9ed30cbf2bdc7bb21af 2,292 1.00/1.00 vMB 64
430,477 430,477 00000000000000000450935db4e4fae914a311cf1480bc8ec909e2959641e0f5 2,511 1.00/1.00 vMB 99
430,476 430,476 000000000000000003dd67154e8ca5c624bae8207cff3677c2067d4b1ba87c68 2,085 1.00/1.00 vMB 49
430,475 430,475 000000000000000002760cc4bf1646b77cfc9bb5fd9663ace352ab527de04fed 1,981 1.00/1.00 vMB 61
430,474 430,474 000000000000000004109e7f3f47f602996e7b712e16daca3a5147f6751830aa 2,596 1.00/1.00 vMB 80
430,473 430,473 000000000000000001506cfd425bb4261c455c3cee75c60e0d168d3b221bb4f8 2,622 1.00/1.00 vMB 61
430,472 430,472 000000000000000002a2cc424bd04871638b6f4211ca0d6a2592c6d05b9792e1 2,146 1.00/1.00 vMB 66
430,471 430,471 000000000000000002f50e7d14acb4aed481e660ccb1f47fd63d6fb4999c7508 1,948 1.00/1.00 vMB 75
430,470 430,470 000000000000000002226033333c6f8fdd86a619a060795a2ba616d3788253bd 2,116 1.00/1.00 vMB 94
430,469 430,469 000000000000000002feeefb0bde22cbfa459af3c974bd399bf3c35cfab97436 1,545 1.00/1.00 vMB 45
430,468 430,468 000000000000000004a48af189a2480b62690b2e54fd24d5f3d3fc8f3910beb2 2,093 1.00/1.00 vMB 51
430,467 430,467 00000000000000000154acd84f1746b0af6ed108fd42b7239e7d3308b6314a90 1,962 1.00/1.00 vMB 72
430,466 430,466 0000000000000000046fe288a1ca3036e3ef057cab22e8d77556b47c382a7e72 629 0.25/1.00 vMB 71
430,465 430,465 00000000000000000279f0acf867478a6a61d2b6f3f709f26c940b559af91292 1,404 0.78/1.00 vMB 51
430,464 430,464 00000000000000000216396e5d61538e7d562a10d2f2763cf7aca54b305384f2 1,669 1.00/1.00 vMB 42
430,463 430,463 0000000000000000042b3c4b5e62d3aac8f28d7055e6cd9e7b1d898caf90d023 2,785 1.00/1.00 vMB 79
430,462 430,462 000000000000000004cfe274a238c72cf97123c295db8be1f087af10267b2a41 2,465 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.