Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,055 transactions (0.44 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,948 000000000000000000022b910000000000000000000000000000000000000000 0.43 vMB 1,021 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,947 (53,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,082 858,082 00000000000000000002d299b0d60ce15129da066fb9ee8e7fed68dae9ec2478 1.49 MB 3,384 18
858,081 858,081 00000000000000000001be3ea4fcce29b288967de813d13cd629cd2ab1613506 1.60 MB 3,472 8
858,080 858,080 00000000000000000001e08b90beb8164726f00e02edbaf0fe307998756ff64a 1.57 MB 3,993 6
858,079 858,079 0000000000000000000101156131d62d99cdfb024b56701f450ddcd58dad508b 1.71 MB 2,580 5
858,078 858,078 0000000000000000000070b2eedf9ff14bdd2f95e807c4b503c6362f12e0f7e9 1.60 MB 3,457 6
858,077 858,077 0000000000000000000084a077ee0d3309033698f5a310f211f312c156444508 1.60 MB 3,712 11
858,076 858,076 000000000000000000029a383324e5f6ce2d288959d6d088d829782584af90e3 1.74 MB 3,567 4
858,075 858,075 00000000000000000000f828fb32ef2a382f542e6be7960335f57fde79964aaa 1.66 MB 3,343 7
858,074 858,074 000000000000000000033d47f041d2da95fe1d2537bb3b86b6b982e9889cd629 1.52 MB 5,576 4
858,073 858,073 000000000000000000007b70c22f56116423d32907aca17dd64d3b8b651b4245 1.74 MB 1,926 3
858,072 858,072 000000000000000000030215760a507464386dcd818f63027752b027d48f0355 1.59 MB 5,983 4
858,071 858,071 00000000000000000002eedf93ec4596619f491a6ec08acdd7f8ce1b06b040a6 1.62 MB 5,215 5
858,070 858,070 00000000000000000000c9c9d50c26bb953577d741073aa8dd39a21872b02cb1 1.74 MB 3,088 3
858,069 858,069 0000000000000000000208e778b63368497c252170b0120449a7a636e419abc1 1.72 MB 5,078 3
858,068 858,068 00000000000000000000f73c307eb3d0ea37e471c1a9adb92419eaded1d66f16 1.59 MB 4,732 8
858,067 858,067 00000000000000000002af8c366c8dee7082c5a596f99465e6ed8f9ca75be562 1.79 MB 2,242 8
858,066 858,066 00000000000000000000157ce0213dd0133cdf97db78ae849374562d3bc3b5fb 1.64 MB 7,153 4
858,065 858,065 00000000000000000002461327556953ba7996a9e3c234f110d442a766757e90 1.65 MB 7,197 3
858,064 858,064 00000000000000000000a7c13056e78bc35bae0eb0d51d7ae6534bacf901b466 1.63 MB 6,632 5
858,063 858,063 00000000000000000002c43aac0576501f2310154b067e95f895bdcdac8caebc 1.67 MB 4,241 6
858,062 858,062 0000000000000000000169466988e4787c0e58819a8e30bef4c3940d3f8117cb 1.63 MB 4,491 7
Previous 10 blocks ↓
Total Size: 776.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,494.17 GB sent, 133.41 GB received

Notes

  • This page updates every 5 seconds.
  • 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.