Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

427 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,616 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 427 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,615 (878,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,682 30,682 000000000b6afe49d9b6d42f071d065115d397eda3aac74b6597deed6d32d713 0.00 MB 1 0
30,681 30,681 00000000634349bfd6ba9f68bab2cb78b4be92f445ce2f64b9402a190e72226b 0.00 MB 1 0
30,680 30,680 000000001b521ad9a974f872b146b01ea948d427b2a0a387d2df86b642260614 0.00 MB 1 0
30,679 30,679 000000006f1db6a634e7c73ae6028555056616df5458138e002946700d1515a6 0.00 MB 1 0
30,678 30,678 00000000242766e90cfa6008f4c06787cab8886bb757ca62850f6f3883a734e4 0.00 MB 1 0
30,677 30,677 00000000ad714a9d7f2220b86a315cd59a68a440448e24d8ef2474fb4c468429 0.00 MB 1 0
30,676 30,676 00000000052bcd9225e74c495cc2da560ec6e2db33e842a497cbc13e5e383b1c 0.00 MB 1 0
30,675 30,675 000000000288fd114a15cc9e7b5d43eb733193f59204a63aa7be3295930c559f 0.00 MB 1 0
30,674 30,674 000000008620d3568969b2af541ba954faf5fb1f0fcb51391c8b28ae3c20c718 0.00 MB 1 0
30,673 30,673 00000000a2f719c18f35099f26cb56429e7577028fcd1c033eb982f20332caf9 0.00 MB 1 0
30,672 30,672 00000000bc3e380e216c4a6171009d33d2eb0f7bc24a9db5aa12e5c2a22ef5f2 0.00 MB 1 0
30,671 30,671 00000000c314fa5c1b2db0838cab45bf6c01332f73a833f389bd925bb20099a8 0.00 MB 1 0
30,670 30,670 00000000f0815724e15d9f69ea6450dd53e1e72365d402baad37e4a6a7231351 0.00 MB 1 0
30,669 30,669 000000000c7babea1a1dc1a95c606fd4966a5fb80f140e4557de8c1ad2f92b80 0.00 MB 1 0
30,668 30,668 0000000098c183acaab3b8c3e11f2a77dea3ecd6cce710113508a5dc93cd8189 0.00 MB 1 0
30,667 30,667 0000000025d172983010a16f173fb453ca923baf036e783a461137debcb9d989 0.00 MB 1 0
30,666 30,666 00000000f7947cffba0bf4347118e94406f459336032fc160584d81d7d33b193 0.00 MB 1 0
30,665 30,665 000000003ea06e396c82624d9857c91413d91ac8f08c25e2f8b82ead009b6f5a 0.00 MB 1 0
30,664 30,664 00000000606c53f2c9a98c3ef19a3c7ad6736a9df71015a34458e25ef16b579f 0.00 MB 1 0
30,663 30,663 00000000711b33645d7e833da1fdb5c011f3345150a572ae0ea059aa6fc0ee7f 0.00 MB 1 0
30,662 30,662 00000000e1549b3150ea1ec9cbcaeb967824d70d9cf2a5458562efaf636fece2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.70 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,101.97 GB sent, 111.78 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.