Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,029 transactions (3.00 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,250 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,071 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,249 (840,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
68,268 68,268 000000000119db8ae82b63d6c2272e9cbc6be7e46ca3538da4d323a53d9cdd38 0.00 MB 2 0
68,267 68,267 0000000003ac43e0dc7e0f82aa46ac4156108fa822f8841346268b85a3333fad 0.00 MB 1 0
68,266 68,266 0000000003cf3d98e2053647a176a9deb9584c17e951542d16ec6bcc8f5a92e4 0.00 MB 2 0
68,265 68,265 00000000047ae79ac6b8f6f1ef83783ff0d898ae8e7aa434c9eb7ce8d8fd611a 0.00 MB 2 0
68,264 68,264 00000000049cf9152bebb8900381253a5ec492ff36550317570b4f4eef8d4d8a 0.00 MB 4 0
68,263 68,263 00000000012e7adebc50d44e9ee04656fdb06d96212c20e8c71fb03a04ee473b 0.00 MB 2 0
68,262 68,262 000000000285258fb6a7bdf52e73b756665ce88aed2499bf34ab26a7001f4988 0.00 MB 2 0
68,261 68,261 00000000001afdefe0435a0a24b4b3d5f9e1be6c0ecf6e8a11d7c7f369b1bca5 0.00 MB 2 0
68,260 68,260 00000000018935d87aca460c060f7cc23c0ca00daef4b4e2deee0d073a406989 0.00 MB 3 0
68,259 68,259 0000000001df92604e6e8918eb10d576897e81bdd1faedaa52a0365e7dafa8fd 0.00 MB 2 0
68,258 68,258 00000000020965252eaa7605f8675310cbb965aecf2140ccc8699f46e43d8d8d 0.00 MB 3 0
68,257 68,257 0000000002f6e1f25ecd3835685ad3973544d62f319b40dd1f3ed2de9eadb9c1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.00 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,029.44 GB sent, 107.98 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.