Memory Pool Memory Pool Refreshing

4,692 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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
907,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,847 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (337,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
570,409 570,409 00000000000000000026b958586b2a4b8341dffb1f09218275e8ac5be86968a0 1.13 MB 2,656 43
570,408 570,408 0000000000000000001ab0191b2766d47f6678d964631d190d02d8dbffe34ac9 1.08 MB 390 2
570,407 570,407 00000000000000000009aa53771d9445242890f05d91a5758760406940003c00 1.05 MB 3,241 20
570,406 570,406 0000000000000000000f1fec5ba1e19ca9e795bd58c094e37510e5f365574cb9 1.15 MB 3,507 44
570,405 570,405 0000000000000000001f1ec2111aef2066e6ddc7575f43ff58b962f2f5b78014 1.25 MB 2,676 100
570,404 570,404 0000000000000000001426ad1e9e6eb38219a2c7e93b05b0bc0cfec116bd5460 1.12 MB 1,019 5
570,403 570,403 00000000000000000013ba8959e8024506e8c36a4c25b22c25059c5ec8c93e09 1.04 MB 1,102 11
570,402 570,402 00000000000000000005a6f2ce8ac74730165ac54cd503fcf008a1a4372fe11c 1.33 MB 1,112 8
570,401 570,401 000000000000000000146ae8e976152dca44f61fd3dbcf750e3f95ea8d498f14 1.13 MB 1,759 8
570,400 570,400 00000000000000000012a816826423794f2e08dc8b8a53a235646d6788bffb45 1.05 MB 1,441 20
570,399 570,399 00000000000000000011180b771abc8c29c2fc4fe1013be8f1c032e2e5df8709 1.21 MB 1,757 20
570,398 570,398 0000000000000000000570a6b92c68637b294d5a478ded8de238fa1eae1d1888 1.01 MB 2,924 4
570,397 570,397 0000000000000000002b01da43019246dfbef046021f88d6fe207dafea851d50 1.21 MB 2,997 73
570,396 570,396 0000000000000000002950a7d3a6981e8f4349e7cee26100fc8595f6ee9f38a2 1.06 MB 3,179 22
570,395 570,395 00000000000000000029d9efbbd9511f79e7253ad17dc10648a6650aa22b0abf 1.03 MB 3,456 12
570,394 570,394 00000000000000000011a5de458097c614b357cd7cf5c52c19d759e2765eafd9 1.27 MB 3,494 89
570,393 570,393 0000000000000000000761189d0bcc17305cb8517bf5a45d141da8837e4abd0f 1.19 MB 1,911 101
570,392 570,392 0000000000000000002a2b3f1251611cb8d59ff8a597681d277c619c66118169 1.11 MB 2,891 40
570,391 570,391 0000000000000000001d0a4b63a4ebbdf72691622426c3734385df991d9673af 1.30 MB 3,164 75
570,390 570,390 0000000000000000001438a005c14029a431614ecdac2c18ed7e329e3f877e36 1.11 MB 3,467 32
570,389 570,389 0000000000000000001ae0977f58cea938071c79e97b3e453cc4efe6af9dfc3e 1.19 MB 3,384 54
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.