Memory Pool Memory Pool Refreshing

5,637 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (588,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,302 319,302 000000000000000017b650fa0e15e44e0bc7a03ae56fc4647a364308089cd10c 0.34 MB 542 25
319,301 319,301 00000000000000000a626fa7eaaaae46d3380a2efbd8101ddcca5f168591cb64 0.05 MB 128 53
319,300 319,300 000000000000000026e5d46b61c29dc446b1054b0fb9727fc71863a7413222a8 0.10 MB 256 37
319,299 319,299 00000000000000001ad2a94b53b1cc818a7dc013ab966461177a13170224c5ab 0.33 MB 478 22
319,298 319,298 000000000000000024bfba57e5882dcf784776e77f0ddac03353ee0cace390a1 0.04 MB 60 27
319,297 319,297 00000000000000000bc8f8e5e730d4b264b620d00d414c0b539b16de3b85617e 0.11 MB 152 21
319,296 319,296 000000000000000006edb871f383050eb308528605331bc2ee8f81dc47636f3c 0.02 MB 37 34
319,295 319,295 00000000000000000494846a6c0d40491b41f9cc113857fb9fd4e4d2321254e2 0.35 MB 348 12
319,294 319,294 000000000000000023d58842a2832901ee00e9323546c06618d34848dbbccd3a 0.33 MB 556 28
319,293 319,293 00000000000000000193639e67e98fb1cad143d420a11ecc01dfa49a664fd014 0.39 MB 470 23
319,292 319,292 000000000000000022d12eb88931be01fb6466e228313f9e0d808549a453f9e3 0.14 MB 239 29
319,291 319,291 000000000000000015ad8d12712f202e2c75f955c80d08c99b740b7d8f9981d7 0.00 MB 1 0
319,290 319,290 000000000000000011bf5bc9251ae4bd14ed6b41c30e8fb20e1a7bfac9c357ef 0.07 MB 148 29
319,289 319,289 0000000000000000233fc4dc614bf195bb9e44161188f621b40dbbd21e22cf64 0.68 MB 1,280 29
319,288 319,288 000000000000000017c537c75d352fbae4a1049fd8c2c17d0fade0cd8ae4cb38 0.40 MB 411 16
319,287 319,287 00000000000000001e6b7c4bc9e7b6de4b8d9280e10007e517fc75c09ccb3f1f 0.50 MB 1,210 35
319,286 319,286 0000000000000000213e16ecf3fb4abf576074bd5d6c658392eff068692b8790 0.71 MB 1,407 28
319,285 319,285 0000000000000000014513fcd5c8751c2dfd0119beb3f158b61e82e5d5a251f8 0.27 MB 529 30
319,284 319,284 000000000000000012ee400de32ca42dde6d7e5df550d27cb525764cb8194968 0.28 MB 576 30
319,283 319,283 000000000000000005f1de978cd5c0f8d547c8be8b6e49b026a5f37f4b6f1d59 0.20 MB 279 24
319,282 319,282 0000000000000000126bc5855012156f7c75b7a50f9d08ecfa30f9cabb52aa12 0.16 MB 270 27
Previous 10 blocks ↓
Total Size: 769.40 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,644.74 GB sent, 94.97 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.