Memory Pool Memory Pool Refreshing

33,080 transactions
29.20 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,467 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,668 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,466 (488,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
373,664 373,664 0000000000000000115220a9e3d1937ec3409c740907da005e55bb8ee50f1d27 0.04 MB 95 51
373,663 373,663 000000000000000008e370a0ab01b12b4755a1c72e3d9883655aed3450d10099 0.97 MB 272 6
373,662 373,662 00000000000000000d7be9ce867da6c5ede09ccadc12b66f1d05affefd1bc516 0.48 MB 1,016 40
373,661 373,661 000000000000000009f248b3392d67cf9e977df3c5c8c78d2c025ea91389d9e9 0.98 MB 546 11
373,660 373,660 00000000000000000d0eed938d99e715885f51d4740408fe8323b5d5348d0b48 0.39 MB 754 43
Previous 10 blocks ↓
Total Size: 685.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,370.22 GB sent, 105.65 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.