Memory Pool Memory Pool Refreshing

10,370 transactions
7.60 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
6 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,189 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,197 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,188 (801,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,431 106,431 00000000000106700a3fb803d5e54ddf437ce6031f9762ac37107c2b584c4506 0.00 MB 8 0
106,430 106,430 0000000000010d23b3d97d61d9ff5a96876aa6fe38ec9e666f3fe9bc95b60151 0.00 MB 13 0
106,429 106,429 000000000000ed2f7d720948cdee9f523fe75f678488c27a0e195c07322eb635 0.00 MB 11 348
106,428 106,428 000000000002460551592b1a63fea1a295c04f777085c2b19c6356098f80ae81 0.00 MB 4 1,152
106,427 106,427 00000000000018cf119be227dcf0d7403b20dc9b8fa0c3d6bc9022c65baf9a39 0.00 MB 8 0
106,426 106,426 00000000000257bde0f956c5ba8212057aaa267a39fb189b36289e3948722953 0.01 MB 27 0
106,425 106,425 000000000001c4084500859078a9f61aa4d25a7dbee0a7c42b93cc6acf86ffee 0.00 MB 3 0
106,424 106,424 000000000000553742423210774b232c975e08a8372f07b260cefd3a23b3e292 0.00 MB 1 0
106,423 106,423 000000000002d9a9043fc992c5d3e1b3c373012b6f4c0dc0902e1ec306a3c286 0.00 MB 3 0
106,422 106,422 000000000002909268b48ce0865cc351c45ec470ee01a4664907d590938d7c6b 0.00 MB 5 0
106,421 106,421 0000000000003a242a50a0be75b83307ef4ba471351986d268cfc140efe8af63 0.01 MB 23 0
106,420 106,420 000000000002d6c11a735866e6eead802fcd890ed3de766f153054d5afff1555 0.00 MB 1 0
106,419 106,419 000000000001380b8944721c4c32b0e55e0a79994d96fe05c57cbe8fa498ac20 0.00 MB 2 0
106,418 106,418 0000000000028080551a6d1b0f55caab68984f6598d7a0677ca24a48d555e6d9 0.00 MB 1 0
106,417 106,417 0000000000000d08ee366d691c68435b7fba87127ef01d3a75d070387ec8e7da 0.00 MB 1 0
106,416 106,416 0000000000028661084fb651d53277c6adaa82031339ca9b89ea24e905cf1b5f 0.00 MB 1 0
106,415 106,415 00000000000230195e6f94458e993285023284022c221d04c41228e4805d7b88 0.00 MB 1 0
106,414 106,414 00000000000185bf5d6a929ceeab86fdd2d4cdf058d8245fad3a6d70b9cce96c 0.00 MB 2 0
106,413 106,413 000000000000054b6ef5646da91a689004890a32637f27d4eedc0782d5867347 0.00 MB 2 0
106,412 106,412 000000000000cc4e9a751b86453482e0f2e85da5d381803ff54daea4a6d654d3 0.00 MB 2 0
106,411 106,411 00000000000187e9de4f9980cc3d7306fb3c28cd8de3ef7a800105ff2c2d0166 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.92 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,681.89 GB sent, 97.43 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.