Memory Pool Memory Pool Refreshing

5,152 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,898 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (42,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
865,596 865,596 000000000000000000008ebe3c5861b7e23a3891ed034702c3ec8964a2f09e59 1.60 MB 5,179 24
865,595 865,595 00000000000000000002414bef0cd5605f8dca34c6233d0c9d0d8860362503b4 1.52 MB 5,252 26
865,594 865,594 0000000000000000000025f3b0f83d1e6b0422df31e7af386d3e618d053fe004 1.51 MB 4,754 33
865,593 865,593 00000000000000000000a280f818d452c56344a2a0a259524b6ed1a8db0abb2d 1.52 MB 6,148 29
865,592 865,592 0000000000000000000083a70d3a3aa71c643db93c7a5818b85a9764ed8e5b8a 1.49 MB 6,543 35
865,591 865,591 00000000000000000001e24d2643a5f54f72a3125e41e2c63d91b34f6b573538 1.50 MB 6,551 33
865,590 865,590 000000000000000000024f46811428b565325980ebee9217d72aed04c657b05c 1.48 MB 6,618 24
865,589 865,589 00000000000000000001189c69d0b5135dafb4d1e515b17ab33c5db172f04708 1.51 MB 6,676 18
865,588 865,588 00000000000000000000b8935682b384b5ff7476db73c9eceb05ba6cfb2a89e6 1.55 MB 5,738 19
865,587 865,587 0000000000000000000037684826e2a3be914c132e21c3fe2c56c194c0245ce4 1.62 MB 3,388 12
865,586 865,586 00000000000000000002c1b23b1419c88b3c765859c5c1996a6f337a7a8edac0 1.67 MB 5,363 4
865,585 865,585 000000000000000000007d5344eb377aa7da53d6572bc2be666b21769ccae4c0 1.56 MB 3,478 11
865,584 865,584 000000000000000000014f253f50372ee47cc2ab232bbda2dd467d6a4adea881 1.52 MB 3,166 15
865,583 865,583 00000000000000000001e5d183e917b3d178542e4b162ddc5c41e879cf2fefbe 1.69 MB 3,564 6
865,582 865,582 000000000000000000013ed1d8681c687b68e487930cb4f5d8052efa7ee9306e 1.76 MB 3,162 9
865,581 865,581 000000000000000000010a45f04e04e063d387e305f9b9aad5bc8ea4e0beb870 1.62 MB 3,756 15
865,580 865,580 0000000000000000000289ea2cfbca3103dfc744907a339f3b96667203f8f998 1.62 MB 3,188 16
865,579 865,579 000000000000000000017e98db2c7097fa18dfc315407a24a692aa82555e1803 1.62 MB 3,805 23
865,578 865,578 00000000000000000002490b5129f79c9f829292ff94955406db590751715633 1.55 MB 3,401 14
865,577 865,577 00000000000000000000cbf8fb0bdd8b60cfe8a7d73fc1d9f4297fbfe51762dd 1.49 MB 2,859 15
865,576 865,576 00000000000000000001c45a64fcb0642dfa79c5eea4cdf446fcbd3e69ae0521 1.61 MB 4,021 24
Previous 10 blocks ↓
Total Size: 769.21 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,634.51 GB sent, 94.00 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.