Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,453 transactions (1.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,204 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,179 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,203 (821,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
89,142 89,142 00000000000243d9506fc040df31b70398bda8fd494eb9080dd330b711446d2f 0.00 MB 2 0
89,141 89,141 0000000000072bdfbd9e055ad0369e169e7b8163e79afb7ea047fb50f920156f 0.00 MB 1 0
89,140 89,140 000000000014f1c3e7b1e6a115754d984746c214fbd48aef4b9e750dd63d032a 0.00 MB 3 0
89,139 89,139 000000000000deb33228cc638e7ac92daa0c4d7746d8c8e9d612e1899b1e2bab 0.00 MB 1 0
89,138 89,138 0000000000036b874e2cdad8b28f7df5a964e69c03f8d480c5147f6abaab11f7 0.00 MB 2 0
89,137 89,137 000000000005af5e72c4cd820dd414f5ceaffe558c38bccf90b94a5ac7e80989 0.00 MB 2 0
89,136 89,136 000000000002be1ce8265366ea1fab080ddd03c6094b9acbc6e68d0391e47d2f 0.00 MB 2 0
89,135 89,135 000000000007f4b49943b8dd16586da3e7e78337ba1822bdf9e4ca867989e251 0.00 MB 1 0
89,134 89,134 000000000009609c12500917e79f71df6079f9bad078c26c16bc2bac59bca7b9 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.77 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,195.87 GB sent, 117.44 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.