Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,795 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,221 000000000000000000022cb30000000000000000000000000000000000000000 0.86 vMB 2,762 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,220 (819,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,370 91,370 000000000009eadf4003311bbdea6805b854cf3e652613e3458f8ad3057c8409 0.00 MB 2 0
91,369 91,369 00000000000d04e85c6fa94ac2da607185924050aa35c2ea199ac8f920d30903 0.00 MB 4 0
91,368 91,368 00000000000188fbbe623e2697d62786d422c347c9278265a6ebd2999b73abc0 0.00 MB 1 0
91,367 91,367 00000000000c46c72bd6038d15bbe0ff4b8197d4df4b1753c987bf0a971981f5 0.00 MB 1 0
91,366 91,366 00000000000a924d62404d3f9dd5e93a60ef7f88495713e380e010279905b9a9 0.00 MB 1 0
91,365 91,365 00000000000a2fee4875ea5766dfa73d9e69f59d4e130d310a9890c7a1b0084d 0.00 MB 1 0
91,364 91,364 00000000000db060849d77fe65b415af66f48c4b4ef36083050796e47dae9492 0.00 MB 5 0
91,363 91,363 0000000000021d712fa3606cf852ce0a2280244a03288ae5be78943060ccd936 0.00 MB 3 0
91,362 91,362 00000000000cf2575961f6de22afd66da0ad1173a0af6041813caa426b31c2fc 0.00 MB 5 0
91,361 91,361 00000000000c5a1bf6d2cb141e9186dab30cfb5cce4e21eb8d162cec720c5162 0.00 MB 2 0
91,360 91,360 00000000000627c53b8b2faaaed1c9f74651fb764602dd88c78b24963c715280 0.00 MB 1 0
91,359 91,359 000000000003f26a9018e3dccf79422910b49363cf61a0d2d1c992a028b987bd 0.00 MB 3 0
91,358 91,358 00000000000700810c481267f580654266bce6d1b510fa15f506dfeb7694e2a3 0.00 MB 3 0
91,357 91,357 0000000000029e4b0dc49c2700e1c124d7a8970cf27d14199dfb30ecd920df19 0.00 MB 1 0
91,356 91,356 00000000000b09ea0385c0bff145cfbc6e7c89ca62ebf501f8e6f805fa7ef430 0.00 MB 2 0
91,355 91,355 000000000003e4ccb89d2e02f2c45ec3ac83a1940fcd4df1b0269f737df45c66 0.00 MB 2 0
91,354 91,354 00000000000df9b5cc8e12eed6363eb18388af09dfd6d2e60d95c848703644a7 0.00 MB 1 0
91,353 91,353 00000000000b21c328eb6c768b499fceea75f2f314d7a3ed52ae642d6c331842 0.00 MB 1 0
91,352 91,352 0000000000085548370a69a47d9487c060caa14d360d52f001edfdd5cbb5d01f 0.00 MB 1 0
91,351 91,351 000000000005b1aa49420c6904ecb9f17690a345625b475813860ccaa87fa9e4 0.00 MB 1 0
91,350 91,350 00000000000bca45894d82ba912b8bb01d18c2ff68f83ce51bfcdab1847b7e04 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.66 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,378.90 GB sent, 127.09 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.