Memory Pool Memory Pool Refreshing

9,822 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,084 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (625,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,029 282,029 00000000000000025f9fd95287781f42097a4a30087bb4e43a92add8417ed2d2 0.10 MB 198 28
282,028 282,028 0000000000000002390c0714cff8843ed271060476405ccead9c5408aa976fb1 0.27 MB 199 17
282,027 282,027 0000000000000000b3f1db83a39b3c383f9906e9c0bb80f078f1d5d2a3a39b60 0.25 MB 583 47
282,026 282,026 000000000000000053e6d111b70c13f692255b9996fdfb24f6205bedceca2c78 0.25 MB 701 45
282,025 282,025 0000000000000001129a4f9b5f3e91ef612bbbf566288b6c2af20ea822fc5c75 0.05 MB 149 257
282,024 282,024 00000000000000005f0daed72630aa378fd1abd9e4fd81dc8ab34c02b64b0ac2 0.05 MB 123 69
282,023 282,023 00000000000000008f2e14e207df7d9720de9b07df003c460dbbe92b81efde84 0.08 MB 178 44
282,022 282,022 0000000000000001f5093a1f2c082353282e704d66916e163004ed294627531c 0.13 MB 295 63
282,021 282,021 0000000000000001fb4c714b188c0ad8c0daca407cfdfeca3f6eb9ec45640519 0.30 MB 144 2
282,020 282,020 00000000000000000212084b9175ef63fd55b345ab3a4a4783b942fc847fc000 0.26 MB 533 73
282,019 282,019 00000000000000009d809f9648a84c14b5b45a03b69d7e4eb173904bf4293e99 0.10 MB 86 23
282,018 282,018 000000000000000097138bfd86803e6a0fc18469c4ac96edc4547d6c980ce791 0.06 MB 93 28
282,017 282,017 000000000000000026872ff673aebde690d7ed3e667f2414b3beeeec71f9ac01 0.25 MB 307 33
282,016 282,016 00000000000000022a4a8f0469581a774bbe3554ce1c60233fd8001475bbff86 0.25 MB 523 69
282,015 282,015 0000000000000000c71b412f1907fff25aafa7ca8c832e8f61f33e6af16808f8 0.25 MB 479 61
282,014 282,014 0000000000000001228ed9b16c466dfdf162559544193d0343c687e109af106a 0.04 MB 44 12
282,013 282,013 00000000000000008f7b62c32f97d007f3a41be98d4db9edb97805a00bc3b978 0.07 MB 51 15
282,012 282,012 00000000000000023f0c36d26d7431edaeb4b12b7b3ac4fd69a33974e51a8693 0.03 MB 53 26
282,011 282,011 00000000000000006996a2d51c470ff19e04371f8ad858448d65d1f6e6e76ba3 0.10 MB 102 13
282,010 282,010 00000000000000021645720562dcc8f1108a2b3271db4465c86a1eb74e855015 0.11 MB 217 39
282,009 282,009 00000000000000021170a5e4ab83b189d2a3136a860153f5040a62c2cda184f2 0.05 MB 20 17
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, 114 incoming
  • Data Transfer: 1,625.66 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.