Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,179 transactions (3.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,180 (874,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,736 35,736 000000004bcb132f3432d51fdbd43f6b956cfccf8c23373df5388869ac9f38c7 0.00 MB 1 0
35,735 35,735 000000008d8793451abccf8204378573d57fd2671774a5adc048b23a8f8a7816 0.00 MB 1 0
35,734 35,734 00000000465c17bd323dc520c61ab2e5eee651d2f94b6c8d931c67cab51e97fe 0.00 MB 1 0
35,733 35,733 000000003a008111b3da6bb7a13427d573178f940be04c992a685de00dde026e 0.00 MB 1 0
35,732 35,732 00000000b5d3abf53fae0e416ad64d2f0f35949373cbea28b6d4276a8e357fbe 0.00 MB 1 0
35,731 35,731 00000000047f1e5b6e7a8f33d742ea8ef72060ef4d17d06b36c700c894247ba0 0.00 MB 1 0
35,730 35,730 000000000306c716af3e01d5d8f7ef431285575fae1a19a063b24ac957441736 0.00 MB 1 0
35,729 35,729 0000000059c1827e9acd35c48684142dff2d02cb9cc56d12afb5780952042d30 0.00 MB 1 0
35,728 35,728 000000001ac4a8a43408d17927e70bbf9f6d2726f0b2d8774d4ec7caed28f504 0.00 MB 1 0
35,727 35,727 0000000038af4019915802a8236a89153e79c68989343be52b5b092de1066aed 0.00 MB 1 0
35,726 35,726 000000003bb5641b5e3769eb5b634182455a4db1a79454e01024188c573961b6 0.00 MB 1 0
35,725 35,725 00000000bafbf731272a92ed34485dcef14855c370fffdf77a11bd8918a4631a 0.00 MB 1 0
35,724 35,724 00000000479a8d8231fb06dbb9c34187882704981c75be6fb86da7f486e37444 0.00 MB 1 0
35,723 35,723 00000000138b19e8b48a2aec6051261553d711b61579e941790b0195bc9835fa 0.00 MB 1 0
35,722 35,722 000000009b386e41296844e20cc392d9e63027408b134d7b445070f1ecaf0434 0.00 MB 1 0
35,721 35,721 000000005b1613d56a846097df6b53fcc2a8bdb90131172c5398a6155f11c964 0.00 MB 1 0
35,720 35,720 00000000b18186168d3bb0d6dcaa380422907b4d8bedbbc4ed6b3f6041205e18 0.00 MB 1 0
35,719 35,719 00000000074494fb4e39517eec70fe17fc7ee7f95defdb6ffab5c3e9156a2286 0.00 MB 1 0
35,718 35,718 00000000a3c7b98321b43f63ec39f65f72e1f1b23ed36b993d5651e73a083baa 0.00 MB 1 0
35,717 35,717 00000000a4be42525a94a89aaa82656ee228c0c8c4ec07b0fa24c715cf90dc21 0.00 MB 1 0
35,716 35,716 00000000b3c10938d79833bea0a646f3a920735cd5906329da64f05999b07f71 0.00 MB 1 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, 114 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.