Memory Pool Memory Pool Refreshing

11,091 transactions
4.72 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,829 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (534,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
373,685 373,685 00000000000000000049337b199883ccef1a7a418377cf7b1a3128c616923e8b 0.89 MB 808 18
373,684 373,684 0000000000000000063721d10427ff87744fdd4fe72e4cdcc6f139edbc15e0c6 0.02 MB 55 36
373,683 373,683 000000000000000010b578b821b70eed08a16f3c67ccba7bd8c8dd5a7d62896c 0.69 MB 440 11
373,682 373,682 00000000000000000b8172e61852bcf27ea24eec163395958ad377953d05ce9a 0.94 MB 772 14
373,681 373,681 000000000000000006f64fa5b6b771b5ebc290b667484643a84647289d19a976 0.97 MB 325 6
373,680 373,680 00000000000000000d556bc18cfb454128a1240bbc7690cf8580bca4ad8664c5 0.94 MB 393 9
373,679 373,679 000000000000000007089240d1eafbaab00a8b3ecc7c492409444d60126e322d 0.87 MB 624 13
373,678 373,678 000000000000000007270cf21eeedb7fe389d31a3036b54d1a96031e0588b030 0.91 MB 467 12
373,677 373,677 000000000000000007fb8de7d8f9a749be92e3a205a9d7c9ba02e50f82e59d64 0.94 MB 1,183 22
373,676 373,676 00000000000000000628196e2ca3789565a515955fe93324db711b41d1840bd8 0.74 MB 267 4
373,675 373,675 000000000000000006a8a7b6bf9a5d541b5226d39316d929aee276c7d0ab7cdd 0.72 MB 1,386 40
373,674 373,674 0000000000000000077f68ef509984708e7e5fe26ff585010d8814910b7d9bd9 0.18 MB 353 38
373,673 373,673 00000000000000000e9b728a379a22374a90a92085ce8eb9f78acbe54b92a3fe 0.36 MB 659 52
373,672 373,672 000000000000000005712a78e80540f2c0de348f4c0f6fad3f291fada3cd71c0 0.95 MB 277 5
373,671 373,671 00000000000000000138e8dae73cdb82e407a68ede9f60488b1f6afe1bd86782 0.97 MB 969 17
373,670 373,670 000000000000000012d4f9f1916d6627c0c5b7e7c71c1d32f6c07485a6d5d321 0.00 MB 2 0
373,669 373,669 00000000000000000f34ed03bdd1af021d540161cac89f3d743a5c279cbb4fcf 1.00 MB 2,425 49
373,668 373,668 00000000000000000ca73b92975341d69874b41d1d630879e4b76aa2981da7ac 0.34 MB 515 40
373,667 373,667 0000000000000000128a35946412402d7cf036a97adb0be1e10b9417d160fdf3 0.95 MB 451 9
373,666 373,666 000000000000000002a2cf8473560e3a1b1368ad2887a091eb6c5502b7d94aeb 0.99 MB 2,036 43
373,665 373,665 0000000000000000031fec7653be558e1546ff2d284d0e4b4ae2d5d00400d7d4 0.89 MB 313 7
Previous 10 blocks ↓
Total Size: 769.03 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,625.08 GB sent, 93.02 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.