Memory Pool Memory Pool Refreshing

6,706 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (217,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,110 690,110 00000000000000000009f601739df8101355473a129c443068cd09ddaa6c90d7 1.23 MB 2,039 29
690,109 690,109 00000000000000000004908d54eeb77a043aea46e97c93bd7c92677cde83691b 1.12 MB 1,519 27
690,108 690,108 00000000000000000003a5fd9ee73143fb57f606088d3052b3f17fb024784495 0.15 MB 184 28
690,107 690,107 0000000000000000000247b9d5e869b8f097e57aad28c075c26b60e445cf1b11 0.98 MB 2,138 8
690,106 690,106 000000000000000000117fb4e84e35d515aa2a80ce17973af7b12c17075a71c6 1.41 MB 1,367 15
690,105 690,105 0000000000000000000fc47136a50cc80fa557ec9107281edc2083b27faf9032 1.41 MB 2,393 40
690,104 690,104 0000000000000000000a62754313342518f55dde66fe3c9ea7d3551c7836b1b9 1.38 MB 2,556 50
690,103 690,103 000000000000000000066e5b3d310dbc44a1e092c1d666d581429a1bded4dbc6 1.36 MB 2,425 37
690,102 690,102 00000000000000000011fc5a15453685034bd82d052467989df260e3296fa764 0.03 MB 69 38
690,101 690,101 000000000000000000069579d031c9cf27a024549512d0599c4cb89694970c5a 0.65 MB 1,085 31
690,100 690,100 00000000000000000013825a2e7d5da4f3f003ed6a7c05e0bcff3328a0366927 0.32 MB 552 30
690,099 690,099 0000000000000000000a276fc7641724fe5ad132f598c96eff403958e76667e2 0.01 MB 32 26
690,098 690,098 000000000000000000051d08578c5869136ba1fedc857c79c244846d3f988cf1 0.63 MB 1,044 31
690,097 690,097 00000000000000000002f926333ae7c0b046f7f0cd8eb61044e4bd03a82e06bf 0.69 MB 1,022 25
690,096 690,096 0000000000000000000aa573a2207c998f98c3ff6f6ad5646d0a5ca774542a8f 1.24 MB 1,487 33
690,095 690,095 00000000000000000000c3d610361f256ada52ee3a6a2ebe0e98db440b8ebf12 0.06 MB 141 35
690,094 690,094 000000000000000000113b22cedac8d6c3e117dae2a6cb2a688150b7f4750180 0.96 MB 1,796 31
690,093 690,093 000000000000000000084ece655c24cbb3dbf35b1da469429436f9b613cdee8d 1.10 MB 2,054 30
690,092 690,092 000000000000000000090b0ecf87ca37e54bcf7a92d26f887928a51ef0c07d9a 0.84 MB 1,367 32
690,091 690,091 00000000000000000010fda651bc574dec982fcb99a53052870e9b1a043ed1b0 0.02 MB 59 51
690,090 690,090 000000000000000000061ba928f2d60af659cc4d5cf5404156132e1ed31bacdf 0.35 MB 253 13
Previous 10 blocks ↓
Total Size: 769.26 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.22 GB sent, 94.20 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.