Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,112 transactions (0.63 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,575 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.63 vMB 2,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,574 (879,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,770 30,770 00000000db0b90be694c233ae38856cb128ac424ac9621e3cc040b0e3ae56747 0.00 MB 1 0
30,769 30,769 000000002a35ef3a54087cf974e352abb6b8b2abb45604956daa8285ff588257 0.00 MB 1 0
30,768 30,768 00000000156cb6fb5481cf7c5c2d71946880eb1064481e835e9829c32aa24494 0.00 MB 2 0
30,767 30,767 00000000856223f6afdc8a93c83f3646689b37afe24a949757ee1afc670db628 0.00 MB 1 0
30,766 30,766 000000005dc82c16e31a41d01e67334bb2853efa0b9045df34cbe223c4738a6c 0.00 MB 1 0
30,765 30,765 00000000f5162915f84f49a04a7032ef92024b27563de50eb26d08177f321284 0.00 MB 1 0
30,764 30,764 000000004613ba8eb63e8349f5181a4d026ce758b594e20e6dcff08156b7e113 0.00 MB 1 0
30,763 30,763 000000003fc5d6a6cefbda0917907be85707f02765da38e9d5a212ddb98fd162 0.00 MB 1 0
30,762 30,762 00000000713f61ef6c7c979f028c4e9e19f5701e4417844383634295d77a903b 0.00 MB 1 0
30,761 30,761 00000000264324e4c91ad8dca235243475f88bb2df957db73eaf7378a5d797bc 0.00 MB 1 0
30,760 30,760 000000008c1a4416e5de4bcb43c1a67854c15333da630667fbba55fc803a65d7 0.00 MB 1 0
30,759 30,759 0000000077b0bfe89d02ccc00713d11ba39f92e63a7e1a8d466c7351bcbc61be 0.00 MB 1 0
30,758 30,758 0000000087398b6a538c9e044f1a495e0b6d302b5178c2c1d35853b807af44b2 0.00 MB 1 0
30,757 30,757 00000000062b55c8adf12894112248ea8a5aecf2c68e78f061ec935298079868 0.00 MB 1 0
30,756 30,756 00000000d8b68fa0e2617a35cdd4938bbcc1c40bd458137df22aa953ab6ae2c3 0.00 MB 1 0
30,755 30,755 00000000eb693e18c69ca7794b6adea55a7c27198a8dd3257638e9dcfce3b545 0.00 MB 1 0
30,754 30,754 00000000d40a221dd906f7704c75de553da7369006ffe57657e43b5443ee1a0b 0.00 MB 1 0
30,753 30,753 00000000f1e6031670919bafceb73f724af0d853cf0546654ccd2c3bc1e7e6b1 0.00 MB 1 0
30,752 30,752 0000000051a4afb7a9093650cf0d9ba8510a7f39f1f7727bdd29c17a74f59710 0.00 MB 1 0
30,751 30,751 000000004630fa06a9754ed25f0cdd7d2f42c38214a1459dd76a97ed7981f684 0.00 MB 1 0
30,750 30,750 00000000ac6a936f7df8dc4efb182909484eafa89fc1d11efccb4f7951036255 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.44 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,253.05 GB sent, 120.76 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.