Loading Tool

Explorer IconExplorer

Memory Pool

36,250 transactions
25.80 vMB
0.08445206 BTC
Random Selection Loading Transactions
Max Size: 132.09/200 MB

Candidate Block

Mining Attempt 9d5fc1976d0f0c0b35229c9c55845996192f42541aad52e0824a8f747f592e4f
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 292b50f324bbf0947512038ce111717e8ce9d89dd7ae7dd8ff108f945e81c80e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,111
Size: 1.00 vMB
Total Fees: 0.03722231 BTC
Feerates: 171.09 > 3.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (142,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
771,991 771,991 000000000000000000036f10e8709547149e20beba8254c8a807bfdb1bc31802 496 0.87/1.00 vMB 2
771,990 771,990 00000000000000000005b832ba72b1d41ee482213902aa206f60d84c2b81ebed 1,682 0.96/1.00 vMB 8
771,989 771,989 00000000000000000007067886f5f4ff9d141ad75dd93f2af3d06d87081df076 1,950 1.00/1.00 vMB 7
771,988 771,988 000000000000000000024f8e99add2358a809a0cce19851b094ec0ea19ddff96 1,208 0.48/1.00 vMB 8
771,987 771,987 000000000000000000022027011bb832edcbc9b5566f9259531a6d97f4c1f037 386 0.11/1.00 vMB 10
771,986 771,986 0000000000000000000563f04ea16751fe24e704bb957b530a7d8c993713a31b 311 0.11/1.00 vMB 9
771,985 771,985 000000000000000000050a254cf222cd3174224f365d8ddc59b64512411e701d 174 0.06/1.00 vMB 9
771,984 771,984 00000000000000000004128f26b0df606b5f5370e53faa0a7ed5f884ba6768d6 1,482 0.58/1.00 vMB 6
771,983 771,983 00000000000000000000441a20faa76b2fd18249148ef67f8b26152e02992222 3,033 1.00/1.00 vMB 11
771,982 771,982 0000000000000000000146140c9fc04604169e3227fa72eee1432c51f3ee95ca 10 0.02/1.00 vMB 3
771,981 771,981 0000000000000000000090484603d143880715d160d79e740f017e1f22c1a707 908 0.25/1.00 vMB 9
771,980 771,980 00000000000000000003f035058f5d1785a19fcfa8bfbe626c8ffc5762047cf9 518 0.15/1.00 vMB 9
771,979 771,979 0000000000000000000195c985b55ebe9858480f19727bf819943a3cac167e28 1,573 0.51/1.00 vMB 9
771,978 771,978 000000000000000000039df0ca1d10035b8631e6ee58c03ea09a50817e6f9089 2,583 0.81/1.00 vMB 9
771,977 771,977 000000000000000000022af8dc84cc945498151750a5cff1156b746a35d87c64 1,177 0.41/1.00 vMB 9
771,976 771,976 00000000000000000006caaea8d2f20274ba887f11720bcdf1475da3fc66deb1 775 0.21/1.00 vMB 8
771,975 771,975 000000000000000000046aa9b0392cdc683c350be6f551e7aeb66921e889624f 3,468 1.00/1.00 vMB 11
771,974 771,974 00000000000000000000cf75acab13eef1338be979929d31841478176f19690d 646 0.23/1.00 vMB 8
771,973 771,973 00000000000000000003281ea237d5bb36ca8af46892cdf906ba4637ba381cb6 2,139 0.99/1.00 vMB 6
771,972 771,972 00000000000000000006252df82971b29e49dc1fe1c69d54c3f501d7bb1b6aa3 629 0.27/1.00 vMB 7
771,971 771,971 00000000000000000007c20acc56a7b5612c04f0c554059ccc44e8d8154b1952 2,207 0.94/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.