Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,459 transactions (3.58 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,181 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,668 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,180 (821,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,163 89,163 00000000000fd9b954a7c37eab303f574dbc8be4219858508276f28e8a2036e7 0.00 MB 1 0
89,162 89,162 00000000000991999f73a1abe56593c4ebdced23c81aa32bec121f88c8062e64 0.00 MB 1 0
89,161 89,161 00000000000eb3c967e0538aff6df9b54a660b8f23630241cf97916090a3cbb9 0.00 MB 1 0
89,160 89,160 000000000010f2a7d8abe258c5486f74f1f4a145158be6963b7ddbc137492a67 0.00 MB 1 0
89,159 89,159 000000000005226725592fd8010977ccade84c1e3adbbabb9affd4d446753b4d 0.00 MB 1 0
89,158 89,158 000000000003ad2206b8d8a25513dd7540a272df63831229a9cdf54902ef31d1 0.00 MB 2 0
89,157 89,157 00000000000923e2500b92964fa8d074a9dfb48d77f31a202d2c3cb1007fc4c7 0.00 MB 1 0
89,156 89,156 00000000000efd5747e98a010c76a0c93270905c728efe0b2cdd7b0a6143ce82 0.00 MB 1 0
89,155 89,155 000000000007f8ab55f342b47ea658c73a020ae0b1fde4fd45a97507a6c3a639 0.00 MB 2 0
89,154 89,154 00000000000af5de15edef93f1c711cbc32cd33b6b25c8de3cfd91f2509b4b31 0.00 MB 2 0
89,153 89,153 00000000000526fd3d38ed45f54854c5202197778b93c5b2f68bea7cf071463d 0.00 MB 1 0
89,152 89,152 0000000000046eab532f795a82132b055f1f6e35ab4ae1dcc44ccf8e9c71a574 0.00 MB 1 0
89,151 89,151 00000000000e684ac7f5076fd71f0c618a91b981b45210762664d923de27fdf1 0.00 MB 2 0
89,150 89,150 0000000000007e738ba34bb2e5fbc7a0bbf2c90dd3dcc450f84f5d62b1b1116b 0.00 MB 1 0
89,149 89,149 00000000000aef25e31e5cab39bddfe9d4ae6f4c19b8606fea4bd6f1a3c68e26 0.00 MB 1 0
89,148 89,148 000000000010fd99e28fffc79c4b7fc1d177d5059596b1abdceb293e81e17bdc 0.00 MB 3 0
89,147 89,147 00000000000e8857fa0d65572ef3d565621dec568fa559d852f6dfb1733891ff 0.00 MB 1 0
89,146 89,146 00000000000a03a7e352c57b2a2b01e9d356598d29628799b5905eb664f18d14 0.00 MB 3 0
89,145 89,145 000000000000e02943db61e745b9c51c10e5155f574285752d39494e32279276 0.00 MB 1 0
89,144 89,144 000000000009ace84958e0ceff973984a564455a8d5fe636c93a06f4fe0c404e 0.00 MB 1 0
89,143 89,143 00000000000d70b8de592a60178c515702519969b1cc12e48800bfea8474bb5b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,194.92 GB sent, 117.22 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.