Memory Pool Memory Pool Refreshing

3,803 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (627,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,593 280,593 0000000000000001a2dfef91764894fe79dfcff93ecac8c8d68184bef98627ea 0.12 MB 271 48
280,592 280,592 0000000000000001294a0bae4b9bcb5223f29a78ad8dbe5c9517f9461dfdb192 0.44 MB 865 45
280,591 280,591 00000000000000020b0603396d2c2f201cb036af897d2db3fee0e3b3be0181b3 0.02 MB 45 55
280,590 280,590 00000000000000025c5db94aa6484cc87ee13ef323026952bd2047d7a793c6ff 0.07 MB 194 51
280,589 280,589 0000000000000000b94fd4f56c76e7dcf535dedee34fd3c6e22928275f787314 0.10 MB 277 44
280,588 280,588 00000000000000001d4555bfcf54fe96f2731c0081661684ab18413f06356676 0.10 MB 100 12
280,587 280,587 00000000000000018953e86ae8cd5b991d720e87771f2d80e461fdd166b0224d 0.24 MB 404 42
280,586 280,586 0000000000000000aaf1d381d0dd851b1938cc258a7884fb86f2c96a5a41bd58 0.23 MB 546 71
280,585 280,585 00000000000000003f56797d96c4af806babebff587acaa58db4a6f98a9f8681 0.12 MB 275 44
280,584 280,584 000000000000000243bf55ad685c82a685702cbe54ecc0c81742d4fbdcc134ce 0.12 MB 194 26
280,583 280,583 0000000000000002505bc0399ced979fd4a6d212b1686b0e203d185af5573b6e 0.10 MB 174 28
280,582 280,582 0000000000000000c228309bca3abb84bb4af67512d3fb9f900cf54985af656a 0.03 MB 59 39
280,581 280,581 000000000000000105f95b4115ebadd910f47d55463c6b10ee05cf686f266fe5 0.22 MB 360 25
280,580 280,580 0000000000000001b3135e5a470414b4e11d736adc03e5a76479b2aef1fc4c6a 0.03 MB 114 50
280,579 280,579 0000000000000000c811512b7ccff1ceddb843b6c55c6d5b657607c2c93e5d0f 0.03 MB 112 89
280,578 280,578 00000000000000015bd97435771fc11b7b541da5441c82e50c4dad8c387d04cd 0.03 MB 89 155
280,577 280,577 0000000000000000c54e45114a569b721d7c5950669d48ab7b9b67a84c6ffc0c 0.32 MB 160 14
280,576 280,576 0000000000000001927640143917d654dd4a9f0e46c12da70583e1381bc5d65a 0.01 MB 28 32
280,575 280,575 0000000000000000698f14c6d580827a79949abc65d9dd14874a462af502fa08 0.02 MB 40 18
280,574 280,574 0000000000000002169f7273d182416c849b93bd57f0ad12c4c762ff1aef7117 0.14 MB 346 58
280,573 280,573 00000000000000019bcd5b57a2059fc4bf8381561fa8170252872d8dd9d39354 0.18 MB 386 43
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.