Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,672 transactions (2.23 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,246 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,143 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (849,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,737 59,737 00000000006394451e890978b8abadd9b0e8044f7e8dcd2e2f81b5b11c61be69 0.00 MB 1 0
59,736 59,736 0000000007360b40d5f9cdc23e1398f1c2db9de11bf87230465674abda32e224 0.00 MB 1 0
59,735 59,735 00000000077eade11888ae6b4337d4afde94f7737e149a46218c8742bc67cee4 0.00 MB 1 0
59,734 59,734 00000000015af55865c981cb8964482dcd33ae182dc21c3843204bda4b0dcf05 0.00 MB 1 0
59,733 59,733 000000000e627e46143b0f6cb2caa36185b119f0efc02939dee2e315b4aac33c 0.00 MB 1 0
59,732 59,732 000000000910aa79a36652cfafefbb85de439593e9bdbf9ff05a72c998a50cc1 0.00 MB 1 0
59,731 59,731 000000000b1cd0078fe63dfd6f10439470a37329bdcd4b6b0d5cc845fa5403a4 0.00 MB 1 0
59,730 59,730 000000000510b8b3ca8936461203e0aee8612c13380b4d85b320bf018ee24f07 0.00 MB 1 0
59,729 59,729 0000000000b5d84f540c9d6c0ec0bd7a4f5fcf64a5a2883b76cc7b70b8649c8e 0.00 MB 2 0
59,728 59,728 00000000098ae2570e5b7f168ce2f216506943c25f38e3a5667cbdcd06351de0 0.00 MB 1 0
59,727 59,727 0000000007ef725320bd46ae1114fc3b3291f163189cf6593b00984dc323720f 0.00 MB 1 0
59,726 59,726 000000000cc4d3bc87e7592baf9ccc3d90517eed32260d39cadb90ab4fa443e9 0.00 MB 1 0
59,725 59,725 0000000004a20821eaba8d4eceac14cff427e646094a0e92f0008bffabcc6010 0.00 MB 3 0
59,724 59,724 00000000042ea610155668b18b3f04040d03fe23311da4031ef4d926aa797a89 0.00 MB 1 0
59,723 59,723 0000000004c240452e6b67b9c57c74d92312c5fdbd59834eddc10b99eea7a1f2 0.00 MB 1 0
59,722 59,722 000000000b317decbfb312cbb26d8fefaa0d05451f4d16ec421b83516fba9a31 0.00 MB 1 0
59,721 59,721 000000000551e9c233699738437e10c508e2bd58b2c7f7e74893a1d8cd7f2fd7 0.00 MB 1 0
59,720 59,720 000000000ada8cfb5c33c9e471a91a69ac1844abb01d3e21229e1782e0bad827 0.00 MB 1 0
59,719 59,719 000000000dfb367a124fd4e273cbd2ac85b4b79acdd809a45b10b0dfae4b17e4 0.00 MB 1 0
59,718 59,718 000000000afa69d5c68667c1abbbed8c00bd13c58780c69e00af4e25655e9b58 0.00 MB 1 0
59,717 59,717 00000000012728f26d50f4f63d5bf4c32d50d585ca17c5823cc2d82b14b364d7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,022.67 GB sent, 107.92 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.