Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,185 transactions (2.70 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,635 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,280 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,634 (874,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,817 35,817 0000000044f9200bbecbb323dfcf7a29022eaeb309c3b9f8a855b15529c91fc0 0.00 MB 1 0
35,816 35,816 000000003f62d762ae17fa1a48e34f3e9f1ed5417f71742ef2e6b84bcad55b1b 0.00 MB 1 0
35,815 35,815 00000000167b4667c39fa4bd95ee1d3c06500f2b39b20836616db93909623ac4 0.00 MB 1 0
35,814 35,814 0000000029fc8f63be599e027fe568ee6527a5867ca119346ae282e3c5dd82be 0.00 MB 1 0
35,813 35,813 000000001893d4a5b275d3e84d667110563924b151692e2b6cf54ecebb894c48 0.00 MB 1 0
35,812 35,812 00000000b30bcddc7af71b381064231492be31bdbeb360758b9e87cb06b56c85 0.00 MB 1 0
35,811 35,811 00000000075c1fd6dcdd0797028a06cb5cb33e114fdf7d70ef642c591b449bca 0.00 MB 1 0
35,810 35,810 000000006e534840dcd40c05f8bd1b95f2a8086187af8bfcc4dafd2e4e19d2cf 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.55 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,271.27 GB sent, 121.34 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.