Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,970 transactions (2.41 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 3 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
911,241 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,885 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,240 (819,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
91,349 91,349 00000000000cb467944490e945039ebb0b3bffeb3777d3b8972c1e13e76feb2c 0.00 MB 6 0
91,348 91,348 0000000000064389643701178f1a48e4a9128e2c6aff6c37ea382a849d724ee7 0.00 MB 3 0
91,347 91,347 00000000000b1d6e13ef2f2767aa37bddc6238602bc4cc60da0646138552aa37 0.00 MB 1 0
91,346 91,346 0000000000073652b5875e90c009054178df824ebe597e214ef918c4542d3a3f 0.00 MB 1 0
91,345 91,345 000000000006c2c83c0db226a25ed4e36d2a188bcb89bcbc3f3f41421140978a 0.00 MB 1 0
91,344 91,344 0000000000008ba51a058f442dc8b1a091e7da54d8f9b0564292908eafd79d41 0.00 MB 3 0
91,343 91,343 000000000001c8add6e03fd5c757ffe1aae669c139c5138d535b3a8c78a18301 0.00 MB 1 0
91,342 91,342 000000000007384141ca551978dc5463edc5eaacd641a3a3399985d2d76a13f2 0.00 MB 1 0
91,341 91,341 000000000007927ef44a136e076ece21ba835df5f44f46ac4e3c46345d348788 0.00 MB 1 0
91,340 91,340 0000000000018b8478c038b39c025e3731952393339b5ce4fe1107fbe0215b37 0.00 MB 2 0
91,339 91,339 000000000008d8fa154ef217a64d9dddbbd53a945b6255f101e48a220c16827c 0.00 MB 2 0
91,338 91,338 000000000008c1b3c9bec1c3e44b3bd2a433b2ea386f92104a40ed952974800f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.69 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,382.16 GB sent, 127.32 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.