Memory Pool Memory Pool Refreshing

20,396 transactions (4.94 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,154 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,245 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,153 (825,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,456 83,456 00000000002151a0e8a89265ed37cc88d662166ae5cea41125428103112a63db 0.00 MB 1 0
83,455 83,455 000000000000ea641fae848600ad02b55492b187e46f40efc440a133279162a8 0.00 MB 4 0
83,454 83,454 00000000000224d3cb6c39f97efdfbf75bece71da7529459ad69a191e8d0ed9c 0.00 MB 3 0
83,453 83,453 00000000002b29db3b0603bae7bf25403312374db2dd24dba0aeaa5b08d6e175 0.00 MB 5 0
83,452 83,452 00000000002176e4a25db73f56ff760460defb4378f77493004149c15459433a 0.00 MB 2 0
83,451 83,451 00000000001c04fd112c91414fb613ed5eefdf9447d11b73aeb5110a515e9fae 0.00 MB 1 0
83,450 83,450 0000000000262cc5b86476fb0f9651806bb8c1f2cbd52b959fe6bab6125fcb78 0.00 MB 3 0
83,449 83,449 00000000002c6bff1fa9e69e07b62c3dcd6693e75eaab42c094ee2e1cd8bdb98 0.00 MB 1 0
83,448 83,448 00000000001a3458e07380c6dfcd92a07124560d4acd6ca7c12299bb0a255c45 0.00 MB 1 0
83,447 83,447 00000000000d4fb27fa8aa52c547e196bf3e02b898e2678a08fce21a5cdae55a 0.00 MB 2 0
83,446 83,446 00000000001058325fc6e766be3f809bd40b4188e31b4c2b50c2e3ea6e36afac 0.00 MB 1 0
83,445 83,445 000000000016cb5e898179ae3fef75946cc9e07f974cf08902c5f5fff0b3d2d0 0.00 MB 2 0
83,444 83,444 000000000011671738cc8ec81ffa277be0e05254b2e260038d29f03ebe840702 0.00 MB 2 0
83,443 83,443 0000000000102dbd4470ec1250e20db785007a55edd16a73b0cff0e12eab4465 0.00 MB 6 0
83,442 83,442 00000000002e05808aad9d3fcc1d925fd5265b7a32200f331f2197c6ae1ba907 0.00 MB 2 0
83,441 83,441 0000000000294aafa59f1aa669c762aa5d899200eab739ccf9a27ed0e0cf9d8b 0.00 MB 1 0
83,440 83,440 000000000023b5a6d81c3ce200a60ac311faa394818983093ec1475457962793 0.00 MB 1 0
83,439 83,439 00000000002451335983d819d757ac3794e0aa45f61491974e78b92f2abf6080 0.00 MB 1 0
83,438 83,438 0000000000030f5534d3de8e4cb31be367f4283b66a9e93bbae6ce4518433d19 0.00 MB 4 0
83,437 83,437 000000000027119de68841e978b58d56f11471f65f2f135ec9f6568112db08fb 0.00 MB 4 0
83,436 83,436 000000000025b52bbca2ea13a3e57737f1e78c158cb00a913151731425c58b9b 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.83 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: 1,965.72 GB sent, 106.79 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.