Memory Pool Memory Pool Refreshing

10,407 transactions
3.28 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (78,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,549 829,549 0000000000000000000066977159f021b9ce858cc72c59a1cfdfe65a889fc13b 1.57 MB 2,472 44
829,548 829,548 00000000000000000000e3cdb5fe7c8691391aa934cda59caa902fbdb0bd50a5 1.64 MB 2,670 50
829,547 829,547 000000000000000000006710a5fa7e0b48a691274a369eee9878c332be27b496 1.55 MB 2,934 82
829,546 829,546 000000000000000000038dfaf852b4780d95e0a69b224d060f84e542593fed3d 1.74 MB 1,819 30
829,545 829,545 000000000000000000020a350a19eb1c5dc247ae995d940b98dc65fd43888d37 1.56 MB 2,605 53
829,544 829,544 0000000000000000000211e0b5025993c103d7af00ef396634e38f23caffb713 1.31 MB 1,168 28
829,543 829,543 00000000000000000001a4f90f5b401112c898a9bd1189408ee4d950e8f86ce6 1.57 MB 1,846 32
829,542 829,542 000000000000000000030e08e0f51ec99f456f81763cac5673eff1642a63351b 1.56 MB 2,286 39
829,541 829,541 0000000000000000000209b663229524cc424027639e7663a72473177ea7bef9 1.49 MB 1,873 27
829,540 829,540 000000000000000000024b856d231e4c02105c8420ad03ffd9f4b88f1533ce92 1.53 MB 2,037 51
829,539 829,539 00000000000000000001f04f26747f3fe3fe3f88ca3e58c40f594cef1a491bcd 1.62 MB 2,344 36
829,538 829,538 0000000000000000000350a4c6458527864cbbf9c2fe0839de4a8ee4812ec44e 1.59 MB 2,409 52
829,537 829,537 000000000000000000011d5df3fe55a226178af2f42c07722f55890f36db54b1 1.12 MB 610 24
829,536 829,536 0000000000000000000162dbc000fdc97358e966ec596aa6607cbcf7c522ed11 1.64 MB 1,860 49
829,535 829,535 00000000000000000002754e820e761be7fa240e0a2fcccd15c292787eb30611 1.75 MB 1,903 27
829,534 829,534 0000000000000000000126221d572fdc7580e837ceec0675db9b6506949ad78f 1.72 MB 2,053 33
829,533 829,533 000000000000000000037304df8e6a40724eb8eaf676cd5e6b5052f4768b9a81 1.87 MB 1,996 33
829,532 829,532 000000000000000000023bc2395ed0a29baef16a794e026ac08edf80be08d535 1.65 MB 2,418 28
829,531 829,531 000000000000000000008355936e2eec0e13a9223aba50631d2158beaf9f7448 1.61 MB 2,535 44
829,530 829,530 000000000000000000017cdf32bc8440b5461f92710e33fbbf38a231d7cc8f4d 1.64 MB 2,465 39
829,529 829,529 000000000000000000033df4f53552905b6e12f9b98c5e085d3e6383d7b6aa29 1.59 MB 2,571 67
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.