Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,805 transactions (2.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,669 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,831 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,668 (874,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,989 35,989 000000000f2d3de5dd18585cc99858e124e29bc1c6fa78e3efd0a1b36be02106 0.00 MB 1 0
35,988 35,988 000000006cfebe08408f8ab44b13a7711d72026467371e755a90e3e343ea24f6 0.00 MB 1 0
35,987 35,987 00000000576c09068c0d2434d68331df95a93edc8406dd9472a56016bbe7f6ea 0.00 MB 1 0
35,986 35,986 000000004c8b92f1217bd36533e8e858ce70270f3275bbc30c831c51d89f9b38 0.00 MB 1 0
35,985 35,985 00000000a9d97a46ab7c647c35c171183c3cc54fb68a1bfca49f2b7f36fbd1b4 0.00 MB 1 0
35,984 35,984 0000000035108717c307c2dd4be1a6c2ec76506579418d19f2ce524ddd927bf2 0.00 MB 1 0
35,983 35,983 00000000ac5152f4507c8903d9c768145ab67ad26cffb2a6064fd7095491a36f 0.00 MB 1 0
35,982 35,982 000000002998036e406c18e0f11eec1d0a2b46258a89beda5a16bddfa0da9862 0.00 MB 1 0
35,981 35,981 000000007fff89b6332abd12b6a3221f01c2ec35c0139e83a5767d492e895602 0.00 MB 1 0
35,980 35,980 0000000023bf5029df58692965f038539649e46426bf66773f89037e51cf95a3 0.00 MB 1 0
35,979 35,979 00000000957b8d5b015f175bd8fbdad6866e376b365944343a0a0b86aa9947cf 0.00 MB 1 0
35,978 35,978 00000000bf695dec58c165f94efb55260c3599350d6c57ff9a0b088d644e8792 0.00 MB 1 0
35,977 35,977 00000000b313215b4558c4a2bf28015331bc1744a757ed514c0eda05b7c983b4 0.00 MB 1 0
35,976 35,976 00000000b1690aae6fa609ecdd400a23e5e69bb03a43e11fd5ccefb5246d139a 0.00 MB 1 0
35,975 35,975 000000004804289257ff15bb08a11c97e89dc86dfdd563170ad7ba490436c1a6 0.00 MB 1 0
35,974 35,974 0000000097e52e77accb442c4d4ece3d38c2c119ca67aab74c4105536b4bc9a2 0.00 MB 1 0
35,973 35,973 0000000002b004584b9b0c2d4503a494e3d3c5f4c91bf25bd018f17215ece201 0.00 MB 1 0
35,972 35,972 0000000089e741d1342fdcaf1f75932af0d35a3feedf0e8c1a1d689443f50301 0.00 MB 1 0
35,971 35,971 0000000010200e1ea890a79400031d378db82ce803dd1a6a1a3e8f80fad7784d 0.00 MB 1 0
35,970 35,970 00000000b4cf9214409a80365b98a968c37a415fa1cff4976462d270fd23ddb3 0.00 MB 1 0
35,969 35,969 0000000067d559617ae76524ba6194bfbd75138b31a13f4a25c8cc307d709cc9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.61 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,285.68 GB sent, 121.70 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.