Loading Tool

Explorer IconExplorer

Memory Pool

76,753 transactions
28.69 vMB
0.11365956 BTC
Random Selection Loading Transactions
Max Size: 173.58/200 MB

Candidate Block

Mining Attempt ad65f0b5710f536b8e96232c0271fd6938276c9e39e4b399e389d8c79996ba5a
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root d87655cec02d9956e194e52fb735ebfa8a386bbece99725dc16c4290c1c32c51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,036
Size: 1.00 vMB
Total Fees: 0.05406222 BTC
Feerates: 101.65 > 5.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (108,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,446 806,446 00000000000000000000a9a99e78e63b25c2c6baa667737300644ebfb0bf8c32 4,325 1.00/1.00 vMB 20
806,445 806,445 000000000000000000008377fa6243a87d85c56853b8329d49e2dfb382dbf437 6,316 1.00/1.00 vMB 18
806,444 806,444 00000000000000000004df4f60c945c36e8a97b5f28d7f9aa5cf16220a55a4d0 3,849 1.00/1.00 vMB 24
806,443 806,443 00000000000000000004806456856ba959bda6509e1dd984e19abfe8dcc340d6 6,725 1.00/1.00 vMB 17
806,442 806,442 00000000000000000003ed805316c93fcbf7b9db944790acbf3925402c6ecc2c 2,803 1.00/1.00 vMB 21
806,441 806,441 0000000000000000000068bc6e1fe70c35247dadec385c0e60879d31ca68ba0f 3,250 1.00/1.00 vMB 29
806,440 806,440 000000000000000000019de8fb95619913818e04bc4b44c29419a64a898843d0 5,899 1.00/1.00 vMB 16
806,439 806,439 000000000000000000007100d58b943db7c7a252bcafbd7e0efc238a933e1721 3,328 1.00/1.00 vMB 19
806,438 806,438 000000000000000000035a5bc7c0c4c8d7cfbb2b61107ffaecf18c6299a07284 2,151 1.00/1.00 vMB 20
806,437 806,437 00000000000000000001dcbe4dd037f1527368b796a1ff2124aeb38b15f2ddd5 3,385 1.00/1.00 vMB 27
806,436 806,436 00000000000000000000283403ebbfb2b3748a90edf7096596204bd147351dfa 2,404 1.00/1.00 vMB 23
806,435 806,435 0000000000000000000264ea9df32a36b9f7832e861078ecc414be590e6184cc 4,763 1.00/1.00 vMB 18
806,434 806,434 000000000000000000050588eff92fd24221c86e29c18d7395758924866f7ded 4,345 1.00/1.00 vMB 23
806,433 806,433 000000000000000000048f112d5a4f9db47a4ebde2ebe8a0e4b6add95b262472 3,343 1.00/1.00 vMB 19
806,432 806,432 00000000000000000000ee2963f593c20f8910310ae74c4e4507381c93d4f883 4,513 1.00/1.00 vMB 19
806,431 806,431 0000000000000000000424dcb506645c9b88f5da3b0dba4eb8deddc7f6b36e3b 4,633 1.00/1.00 vMB 19
806,430 806,430 00000000000000000000f815af6439f2055cc587f20962321739d0c7f6be108a 4,457 1.00/1.00 vMB 21
806,429 806,429 000000000000000000044ec6bd37c9b1890b4ae8dfed5e65b4cc5d518b0aa8ca 1 0.00/1.00 vMB 0
806,428 806,428 0000000000000000000520108c99f65ce672c381aa25912b2a9be2e9dc1cdcbf 4,870 1.00/1.00 vMB 20
806,427 806,427 00000000000000000003e8465d55741955a442db3331cdc09cea080332f84df9 2,142 1.00/1.00 vMB 21
806,426 806,426 00000000000000000002090de0f6979b15668a00fd7fb456010a8919f67d5f8e 4,457 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.59 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.52 GB
    • Received: 15.95 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.