Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,990 transactions (0.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,635 000000000000000000022cb30000000000000000000000000000000000000000 0.77 vMB 1,980 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,634 (866,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,738 42,738 000000000fe28329e8b8492d6110a8b0fd86b7e392af536714680276a926f34e 0.00 MB 1 0
42,737 42,737 000000000d2e7ebc4a16daadaffdffea9840a6e57f74ee2717b21e82648374bb 0.00 MB 1 0
42,736 42,736 00000000324adb3fefd0cdd8548d8f3bd5a9d0a36ecf6491ad870efcaccec426 0.00 MB 1 0
42,735 42,735 000000000d4d9e5054baaf14d865eda49cdfbc4956b11e5be9f6e2f021999a7a 0.00 MB 1 0
42,734 42,734 000000002dcbc19d1bb69e65ff8df576950e6c56f84f3d085272af749dca2994 0.00 MB 1 0
42,733 42,733 0000000020e70b7e3e2b465297c526e73a2e55a2b868f383e946eb95126cd607 0.00 MB 1 0
42,732 42,732 00000000338836c69e6d26a8d723a6f0ebd316b16b35401c2ba4457b74b2a06b 0.00 MB 1 0
42,731 42,731 0000000024efd94405359c625a8eb38e4c2d4dc434d4283172d370d6beee335e 0.00 MB 1 0
42,730 42,730 0000000002b8505bb788d550df2ca654f0ee5134897fa373ed587b315a166912 0.00 MB 1 0
42,729 42,729 000000000f0912d9174aa4eec64e5251b2983ffd94e735a73d4229970dc92e78 0.00 MB 1 0
42,728 42,728 0000000022457a6eca4ae5b046bf4cf81d886ac19dc5fb174ffa3faa52028694 0.00 MB 1 0
42,727 42,727 000000003f63ace24c9c84f402722caecef746b99e1300881493195c290d9814 0.00 MB 1 0
42,726 42,726 0000000026a853207572c96e899fb65d07df51f435d9ed3335f77533352eddcc 0.00 MB 1 0
42,725 42,725 00000000051272d8e42d2a895b8900f96a18868d77423742d2eeb135014a69f4 0.00 MB 1 0
42,724 42,724 000000002e830bae0446c8d7cad9610c1dab0176dceea6720f50a306e3b24f16 0.00 MB 1 0
42,723 42,723 000000001e2a373f857f33b222bf85055b2a19e8920a2bed6e1f8228ba63b114 0.00 MB 1 0
42,722 42,722 000000000b0bdae3b1d1ef5bfb1ddddea8c8cca4e3b393fcc7c7958eccd24ab7 0.00 MB 1 0
42,721 42,721 000000001b948c5dae00047604608b745f0fadcd1a91e7e6003af166070014ce 0.00 MB 1 0
42,720 42,720 0000000029d469b5d9fcf91c1d6fa3223d5f01f6b6b245788cfae38372e3d1df 0.00 MB 1 0
42,719 42,719 000000003a69da4547e2ca9758057ebe9b83a8ba03de9956ceea1fc0266f5829 0.00 MB 1 0
42,718 42,718 000000002a3bed65339f26326f2875b30a6596b273cdb904f435e7c4ff8b8c7f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.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,114.12 GB sent, 111.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.