Memory Pool Memory Pool Refreshing

8,235 transactions
4.23 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,081 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (400,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
506,847 506,847 00000000000000000033fce05ad2a84f9950bd3c15deec72f316a7eb05d17a27 1.05 MB 1,635 106
506,846 506,846 00000000000000000052e08d2b0a2aa056e9dff003ccf7cddb41f7b8c5ee3e5e 1.03 MB 610 18
506,845 506,845 0000000000000000001c39b9f78409a6860b1c4db945b22727649892a5bdf7d2 1.10 MB 2,136 148
506,844 506,844 00000000000000000066fad313137a19e3304cc8461918f90ab0188b156e6a8b 1.03 MB 716 48
506,843 506,843 00000000000000000069bc0607e24892f54e9eaf121f3697cfe90ff5fe16c027 1.03 MB 747 50
506,842 506,842 0000000000000000000dbed1f9c876f20b686eaae44925bd4849b43af2b2646d 1.02 MB 710 9
506,841 506,841 000000000000000000104c04d2d2097b5bceaf9b2259e5cd6d8ea6b432078283 1.07 MB 2,206 164
506,840 506,840 0000000000000000005e767a97c1a91e6b203156616c28843ca256d3b8d6a0ef 0.00 MB 1 0
506,839 506,839 0000000000000000000fd82b0cba97d00d25db11cb3368309b20ac8dcd05c7f3 1.02 MB 548 29
506,838 506,838 0000000000000000004213a580456341bb2d264685bc678a6af5aee98efaa1cd 1.26 MB 1,003 44
506,837 506,837 0000000000000000001c54cdbb874163fc4c9d3f74c19719d4fdef651f7a7993 1.00 MB 1,956 101
506,836 506,836 0000000000000000000381011ca97436d1e4f0943f49b81f9af126fa7c8052b8 1.08 MB 1,027 96
506,835 506,835 00000000000000000060a65c7603f56758bda96f53cc27d68d3274f3fd8d2300 1.07 MB 1,331 16
506,834 506,834 0000000000000000000e82e2b31028d97719518cb8f25aff97406ebb26ea9358 1.39 MB 905 71
506,833 506,833 00000000000000000065e8141960cf5688491266e0e4bea51218ae870eec776a 1.06 MB 1,208 131
506,832 506,832 00000000000000000001b263e142032c00574d4145cd3d1000925241a0cc8944 1.04 MB 1,864 174
506,831 506,831 00000000000000000032c1794dccb35453131b11c028a7483465a32226de388e 1.07 MB 1,683 110
506,830 506,830 00000000000000000007bf7da1740667f2b6abc3abe3d4929c64b3fc70625d12 1.04 MB 1,286 63
506,829 506,829 00000000000000000053743f59285558297ae0298bf7052f2fa314cf11e96bf1 1.02 MB 1,096 123
506,828 506,828 000000000000000000373c5722c35c9b0bff64899eb78922ac6dc67b673492e5 1.04 MB 941 61
506,827 506,827 0000000000000000005708baa6341d909ffd979a38b2ccc0e28c925559b4fff2 1.05 MB 1,632 88
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, 113 incoming
  • Data Transfer: 1,625.81 GB sent, 93.04 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.