Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,846 transactions (0.54 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,035 000000000000000000022b910000000000000000000000000000000000000000 ago 0.53 vMB 1,846 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,034 (58,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,748 853,748 000000000000000000034f02b8bf975f4d5e6e318191e6634ae904d71f2e8806 1.57 MB 2,703 7
853,747 853,747 000000000000000000027996c8ea663daa715de8e93647e01bc339cf596cce35 1.55 MB 3,313 14
853,746 853,746 0000000000000000000260bd12f01ad7070d7dacaa04fb53cdb28c7d1570467b 1.78 MB 2,938 5
853,745 853,745 00000000000000000001a678f09fe13bdf02f9413abb1c0c370623034ed624db 1.57 MB 3,247 10
853,744 853,744 000000000000000000012a464f2431acffcd13c2df8a240f322fdec49386ff85 1.59 MB 3,511 16
853,743 853,743 000000000000000000002b250a5f8e500db2457a2cb3265e431464e829a36632 1.61 MB 5,828 5
853,742 853,742 00000000000000000000f0235e50becc0b3bc91231e236f67736d64b1813704b 1.77 MB 4,353 6
853,741 853,741 00000000000000000000419ab8cf7389d3823e645b3e4da845e78f184adcecf2 1.66 MB 6,976 4
853,740 853,740 00000000000000000000ceabf1956a48381ecdbe88f92479aabf60b2e3742360 1.51 MB 6,465 4
853,739 853,739 0000000000000000000010ce24113d4604d8f6e857d04fc05c402b4aca60a5a6 1.61 MB 4,134 8
853,738 853,738 00000000000000000000c5f7415a7306a0d01d70d6ca015c91aa02da17fc2cf6 1.85 MB 3,893 3
853,737 853,737 00000000000000000002152b96d63026922e36d8f4aeba5ad1441c2713e04496 1.79 MB 2,951 7
853,736 853,736 00000000000000000000db67301389cd15b62e6fd0e6eac0baa7be374e880798 1.63 MB 3,020 13
853,735 853,735 000000000000000000028f1933bcaf9a729e12074de5d28f19b76137183e7600 1.92 MB 2,447 7
853,734 853,734 0000000000000000000348e15cc44adcbc860822b5ec58e79f4121e027283010 1.76 MB 2,115 6
853,733 853,733 000000000000000000004bbe44734eab7d6b63a33f6c49b920a78daa29d2fce7 1.76 MB 3,061 15
853,732 853,732 000000000000000000013af49bd423259211f53ecf258392ce5a7e7add2f71e1 1.51 MB 2,699 8
853,731 853,731 0000000000000000000232916158627828a8fd82d2809063664cabd264cbd878 1.49 MB 3,419 7
853,730 853,730 0000000000000000000081c89c3c6e260e3207dc6b574461a3498027b391d00c 1.67 MB 3,241 11
853,729 853,729 0000000000000000000022f11436fc1d2aa23e058366d7e301b2724d2bd09c6f 1.80 MB 2,108 13
853,728 853,728 000000000000000000024f522e052c4a25f5f49a0c518c0d6d7e02fd714a738a 1.67 MB 2,458 14
Previous 10 blocks ↓
Total Size: 777.15 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,520.91 GB sent, 134.16 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.