Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,094 transactions (0.64 vMB)

Priority:

  • 1 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
910,624 000000000000000000022cb30000000000000000000000000000000000000000 0.64 vMB 2,078 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (874,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,809 35,809 000000008a9e35b37400a7741f829a1f49d3f0794c8d4ab15d106b177e179cf4 0.00 MB 1 0
35,808 35,808 0000000041e38eb40030c9d4b7bd98cc53607687579b3211dd4b31503418c718 0.00 MB 1 0
35,807 35,807 000000003e2ac1547afa7a56345263507fa98dca44bcef3c7b0a74583f9ec042 0.00 MB 1 0
35,806 35,806 000000003c96e29385fb6d5d2fcf1907936d94ecda8345f2d0209efb0715c418 0.00 MB 1 0
35,805 35,805 000000005e6639c949c3be0159237ca20a2c6e6b596cdbbc0a1c8cbdadc142c9 0.00 MB 1 0
35,804 35,804 0000000010b6d81f18d373f37a9c8e45eddeb6c6c91d57086629bca144d2c58f 0.00 MB 1 0
35,803 35,803 000000009d3db8efb3dfde3442ae4e21947f33e457d9d6ea85c6500182dad710 0.00 MB 1 0
35,802 35,802 0000000077ce8a8384e7d2fdecd04a6329b00bef4d6fc4bb36c2a8fc8c0a7eb7 0.00 MB 1 0
35,801 35,801 000000000a07dd8c94aeeb8017e1d6c696e6e9399de41f45f5fd9daf24f46330 0.00 MB 1 0
35,800 35,800 00000000493746ce4e99f3d4288fb8f8cfb605964dc35cd7ad89c3412b4d7ee6 0.00 MB 1 0
35,799 35,799 0000000040e47d492173a8e6eb7d9182bf56641c774b4a98a91711e8e6b4b519 0.00 MB 1 0
35,798 35,798 0000000038c9785c8151e04042eecd54cfabefdae69c6f2832fc26727cd9fcee 0.00 MB 1 0
35,797 35,797 0000000099b6db67b75af395d9df846e94ee8ab853e99c087935158afb078f2f 0.00 MB 1 0
35,796 35,796 0000000065ff23080068b642c2b86cd57d2897c829ef947eb9a7ee7603ca0e1e 0.00 MB 1 0
35,795 35,795 00000000838e70608a52460b30b3a6906bfcd955bb414e1d513021e3e1d5bebb 0.00 MB 1 0
35,794 35,794 00000000b1e156958ed5d2706ef8ae84b15e91f3b4f9387b8cc3a75226fd8520 0.00 MB 2 0
35,793 35,793 000000007a93c0e16e08009fd6b329825c61bf6134b76e0a9f813a89504d7bb2 0.00 MB 1 0
35,792 35,792 0000000072f6692a0c00e763287b06acc24aed831cd6210963db7350c3918b09 0.00 MB 1 0
35,791 35,791 000000003ceab1ce6629f04bf79859a185ee0f0637f4d5f37bac7efaf1b5955d 0.00 MB 1 0
35,790 35,790 000000002d03c88d4d2e01b8c368d6cbc1a2bb08f22e151322bf11ed47ad3cf0 0.00 MB 1 0
35,789 35,789 00000000911159e3af12c6c5c174bdc6747a454d3358fead5a1bc50f2cddf331 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.89 GB sent, 121.17 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.