Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,671 transactions (4.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,279 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,251 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,278 (840,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,289 68,289 00000000054cf1f61beb99fb099fc7ff841f195ba7307f297fa736b4f5c7fb01 0.00 MB 4 0
68,288 68,288 0000000002f6d741bb8079384e1cf4d6a1df66ae153e4f4d0f8a12547eff14de 0.00 MB 3 0
68,287 68,287 00000000025ae3b650e3b1b58de147d2828cb00a4a26b399e7972c6c88da60cf 0.00 MB 3 0
68,286 68,286 00000000035e91b44b9a5cf5e2b9d25de61e979a7097a18a869e9d5607947a3e 0.00 MB 2 0
68,285 68,285 00000000025866781cbf6cf40681db310c057e4bb97815242c928d36233b9527 0.00 MB 2 0
68,284 68,284 0000000005575902c500328e2227ce99acd137b6f879ac11bdc4a30d868562e8 0.00 MB 2 0
68,283 68,283 0000000001d41fb98f7cdc334d94222d17b12f7310060b056afe9fd565ae9531 0.00 MB 1 0
68,282 68,282 000000000456aee56c0ab8faa7f3acef2ac75548239532fabe5742df296f3e31 0.00 MB 3 0
68,281 68,281 000000000285efe4f18641e5389b7763c430edddef7058dee496b6fe61c28f91 0.00 MB 2 0
68,280 68,280 0000000002ef5a42996aa1bacd8b07758a88d20325c99511e380c9c1980dd97a 0.00 MB 3 0
68,279 68,279 0000000000d72711c10db2b863cefbce8f648cd75364325ab69da087024be5ef 0.00 MB 1 0
68,278 68,278 0000000004c41506f5379fe4ee2969ab8b45769596f7f715040e2d5ec70366f9 0.00 MB 5 0
68,277 68,277 00000000028caaf46a48ddf5dda9e3d6309704254f760e6e804714ce01d40f0c 0.00 MB 3 0
68,276 68,276 0000000000aa54b6b6278c153870ea8012ef4f80cd08433201fe6e58b1d1dbe9 0.00 MB 1 0
68,275 68,275 0000000002d94f0a93ae3986573957667fdcd7bdb4641c192e5b3ee50db787e5 0.00 MB 1 0
68,274 68,274 000000000252e54b312128c2589e27949c76afb53f1f0110794a1edf062b9f9c 0.00 MB 2 0
68,273 68,273 000000000202937b33a4e3df21935654d5f7f381c76272629698d04ae0a3277d 0.00 MB 1 0
68,272 68,272 000000000327bcdd1b3f61b338d5d471cac360a1062b82779775c7dac09967a0 0.00 MB 3 0
68,271 68,271 00000000007d26a7a83802486f3430fa7fee9323434ac710ad2a730c5387363c 0.00 MB 1 0
68,270 68,270 00000000022673e952636d9e50534790b1b47ba1163bc4e2b0f20a74dd113be6 0.00 MB 1 0
68,269 68,269 00000000024b28070a5024798a6dfd4b7d965782d8567cb410c425e9e5f97142 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.75 GB sent, 108.34 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.