Loading Tool

Explorer IconExplorer

Memory Pool

72,457 transactions
27.88 vMB
0.05907777 BTC
Random Selection Loading Transactions
Max Size: 165.59/200 MB

Candidate Block

Mining Attempt 56d63372e8bae8fb52061fea9229a512dbcb71d77ef89bef20d9ab01afb7b983
Version 20000000
Previous Block 00000000000000000000e0c459f13ddf02d73e8b60894ea83c46113e0f3e25a9
Merkle Root 2ca3a41d58d4718c1dc7728d917d7b57dd11a13e8756d01f7efadbc00f5f8e08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,772
Size: 1.00 vMB
Total Fees: 0.00346413 BTC
Feerates: 12.53 > 0.35 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,067 (109,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,691 805,691 00000000000000000002eaa4346c1bd4d60259700ab215f92205b9bb04393d0d 2,424 1.00/1.00 vMB 16
805,690 805,690 00000000000000000003be2c846d1bffad407c4212f005d862f940cfde202183 3,865 1.00/1.00 vMB 9
805,689 805,689 00000000000000000004d4f46969d450a1030831f24680e1516980bf485abcdd 2,196 1.00/1.00 vMB 15
805,688 805,688 000000000000000000021373368779484096fb217dc42d8615316cfd5978ed7a 1,283 1.00/1.00 vMB 14
805,687 805,687 00000000000000000001d8ec478f2387d16ac30e55728378316e39b3b664dfa8 3,249 1.00/1.00 vMB 20
805,686 805,686 000000000000000000019ade217c10f9e51369943608f04917ba1fd6fda0e5c6 3,402 1.00/1.00 vMB 10
805,685 805,685 00000000000000000003e7771d752c9e159a9510c689d578e0a69a755a179c1e 2,155 1.00/1.00 vMB 19
805,684 805,684 00000000000000000002a8a02182352b93aa001a0a8cdb5c36c4f7c9480d41b1 4,329 1.00/1.00 vMB 9
805,683 805,683 000000000000000000038ef614eaa444330332831ab444837af2e3056c1526df 3,030 1.00/1.00 vMB 18
805,682 805,682 00000000000000000005029fe8d3b20710e722d0317212a1a17f91a26a8a789d 4,905 1.00/1.00 vMB 9
805,681 805,681 000000000000000000007fbccd59d51b893ef6d3f3bf4e3ab29ef0eb15032c2d 5,539 1.00/1.00 vMB 11
805,680 805,680 0000000000000000000339aa724bd8085af45fe280f4edb46813a77f288b8f4f 5,575 1.00/1.00 vMB 13
805,679 805,679 000000000000000000021a48300014a6fa97a94ca028f151c64c374d33f16d45 2,345 1.00/1.00 vMB 12
805,678 805,678 00000000000000000002f8eb4d9f450dc3fde84e2677c1a81ac070c6b080f8ee 4,048 1.00/1.00 vMB 10
805,677 805,677 0000000000000000000034dd2daec375371800da441b17651459b2220cbc1a6e 2,004 1.00/1.00 vMB 8
805,676 805,676 000000000000000000019f479b4e3c778273160ec6e4ade0509f13fc714214bb 4,136 1.00/1.00 vMB 13
805,675 805,675 000000000000000000035be1f1ae12f9d3b6df221ebd4bb80cc6b1530c7b5c34 3,830 1.00/1.00 vMB 12
805,674 805,674 00000000000000000002ec7d136a7f78826a51c87e3b8c3c64d07560db579966 3,160 1.00/1.00 vMB 10
805,673 805,673 0000000000000000000031c9f658c54ef7b604f4128b92707371eb1349f9b63f 3,405 1.00/1.00 vMB 12
805,672 805,672 000000000000000000026e35ee81df9049ffd03667b6be5b3328b3b7753968d6 2,131 1.00/1.00 vMB 11
805,671 805,671 00000000000000000000b6b293b8b0488feeb8c659803785d06ed378a22ace0e 5,188 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.51 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: 668.60 GB
    • Received: 15.54 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.