Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,311 transactions (1.72 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,068 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,476 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,067 (883,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,606 27,606 000000001b19d05dd654d14d00bac544118416d77dd80f908f2acb7238f1c7bc 0.00 MB 1 0
27,605 27,605 000000002147ef41c46301d79154a60db63ed6e750bd5b400809376c12a9813d 0.00 MB 1 0
27,604 27,604 00000000d2a57dcc000647be4db04a662c90aa43260e3c0580120b628fb84856 0.00 MB 1 0
27,603 27,603 0000000041ef101430313f8dffab761ac8efd953edad2567d50beb3e15e4cfe0 0.00 MB 1 0
27,602 27,602 00000000137504b69608502382313b81b9744fc3ab82613b31c3211e8ac10036 0.00 MB 1 0
27,601 27,601 00000000a8d17f6d9812d123944126c671536294a0af7b116f8c8680e77eb343 0.00 MB 1 0
27,600 27,600 00000000fa903a39973a966ed582c4eeb7119e87e2d784ef401eb46c65770b06 0.00 MB 1 0
27,599 27,599 0000000039624d1e67c1a24bc1cfb4d07d7fc493f762ab682e99f6c007bce380 0.00 MB 1 0
27,598 27,598 000000000ac55efde175a25446b93f1493b1ca49f0c1efd45e8417ac1f8f77fc 0.00 MB 1 0
27,597 27,597 00000000fac18126ff3895623c4cb64b8c292eadd9d8ba1b0ccc0fcfa99c16fd 0.00 MB 1 0
27,596 27,596 00000000e89943ee79b559a2bdfcbe2225f92a0c99a947fdb2353a5c256a5e80 0.00 MB 1 0
27,595 27,595 00000000785230f5ffd992aad6a798144f0b4603e1085973d496d2f00f90d07f 0.00 MB 1 0
27,594 27,594 000000005dfe923b91676d2c1a3e80354ed4f97990c2476f9f261ae6b47b50ad 0.00 MB 1 0
27,593 27,593 00000000f24db7197829696f9cf06df9ff56cd8bd72fb992599caf73833d095d 0.00 MB 1 0
27,592 27,592 0000000067c389fac4ab2b4ac88d2481a035dfedc11edf0136842026fc58be27 0.00 MB 1 0
27,591 27,591 000000000dd7ed73efb62c867a8b92f332f678664aa4b76c2d2f1a43735e2864 0.00 MB 1 0
27,590 27,590 000000003565a4397c9b3a21690d444fccc4cf62501783ba52f107f9ee4d0aec 0.00 MB 1 0
27,589 27,589 00000000befa5370d6ceacc2d79b0a833df0c2cc0303e6e9af1c6cd6a3ffaaf8 0.00 MB 1 0
27,588 27,588 00000000f975ce4017efa0006eadb03d524b6afa3016a65f5176a551a06f5e31 0.00 MB 1 0
27,587 27,587 000000007627e6a148cbbf6e03a1b01ecea7074a5d2cac33a084f644dfaf890e 0.00 MB 1 0
27,586 27,586 000000002e8a6c2641ca6d447827b0c2b7d73295a5dcf2bee51ce97cc914550f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.37 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,367.51 GB sent, 125.63 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.