Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,920 transactions (1.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,392 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,768 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,391 (897,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,975 11,975 00000000a86d3bbfd497f5ebbb4fa90ddd23377676cfa4ebe3e0645b10c2df60 0.00 MB 1 0
11,974 11,974 00000000bafb5a2a95abf89440d49eb515c8a946befd26945b4c66c288a6d976 0.00 MB 1 0
11,973 11,973 00000000832e9ecfe06ca2836d688fed2cf2b43716bc0bdd2a13768f89eeb2e8 0.00 MB 1 0
11,972 11,972 000000000b2958527f9ec26ea7572d012c18154f44f8603f429de50d25062308 0.00 MB 1 0
11,971 11,971 00000000d5d07b508c9302d2c71556a02203d260fd07319a22fdedb32a32b63e 0.00 MB 1 0
11,970 11,970 0000000035982bede5cd0ca285e0c18aeaeb75b724c26ea54544e9211ce03e0a 0.00 MB 1 0
11,969 11,969 00000000ceba416fcaf5f7cf2140e2022dde91d702ac7116f047c33ef83deea3 0.00 MB 1 0
11,968 11,968 00000000a0690c8d31184c36f97c747033155a3d8e38827f3f77ad11e8158eae 0.00 MB 1 0
11,967 11,967 00000000288478c55b10588a65bce6948e32e096862f196c617fff9095d0b9f4 0.00 MB 1 0
11,966 11,966 00000000b6e560049fb607dac3b5fc12cdfbbc38f3da35936770e47df9617383 0.00 MB 1 0
11,965 11,965 00000000a52d50acf0448afbd2b9bbeab486282a28d0355f2fc3e52c1353622b 0.00 MB 1 0
11,964 11,964 0000000078d2d3825e6f12f22009d615954b3f59e42a29a18e922a374080021f 0.00 MB 1 0
11,963 11,963 000000007a75787c2a4ea3811064628f1fbc774e75233bfa457e88c842aee030 0.00 MB 1 0
11,962 11,962 00000000b2c9b91d495b4e3eadefb0913a1942d87e0af0964d7c15cfe5429e91 0.00 MB 1 0
11,961 11,961 00000000a7f177c75338b6d9fe1cb928f482cb5f6a6ac8fb16f9d199fb982309 0.00 MB 1 0
11,960 11,960 000000002b8450a9bf119766279b6b235ee976fbd9743d55f52ea08ccaa91c0d 0.00 MB 1 0
11,959 11,959 0000000089f6bbf68f0d6b595f9691cb335953d315a54f057c9e9326a34dc550 0.00 MB 1 0
11,958 11,958 0000000033d363494d0c045b0aca7b793212397f688bfb337ddbc8a14b171fcf 0.00 MB 1 0
11,957 11,957 0000000044c695e899e1529a44bf6e56ba256385e83f7d82e488e5c7600a9190 0.00 MB 1 0
11,956 11,956 0000000098f58e0a69a2fda875bc35f8f7ab1f2670aa76384c22fe1dc1b7f443 0.00 MB 1 0
11,955 11,955 00000000346e05ca3b39c33e173ed3399debd10c2867a92ef3529cbfd9f57cf8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.27 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,069.67 GB sent, 109.47 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.