Memory Pool Memory Pool Refreshing

5,615 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,821 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (227,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
680,302 680,302 0000000000000000000996b489b730ffb22b4dfb157089312ca4057ff2f94ce6 1.63 MB 1,395 266
680,301 680,301 00000000000000000005d5fca8de0491c0bf8fc408709d30398f2193c2f09903 1.33 MB 2,565 239
680,300 680,300 00000000000000000009267fac0111c0e2feef71d001229e11e88c0c77e4d9a3 1.38 MB 2,631 237
680,299 680,299 000000000000000000094674eed0be792073ee89eaadbd0c1b38f7bff9df7185 1.15 MB 1,092 251
680,298 680,298 000000000000000000047e1f7cdd415d73cf3d5b81856fb20bcb03318d04a44b 1.50 MB 2,015 260
680,297 680,297 00000000000000000009a0871a21e5c58ccee23596ff72adea96871c763e962c 1.58 MB 2,594 282
680,296 680,296 000000000000000000076ff17d9319d3a6b5ef338ca150e2e0127daf6525754a 1.42 MB 2,520 129
680,295 680,295 0000000000000000000112d8e4522f37ad65b36181163d41a297b4090c064a17 1.33 MB 2,663 212
680,294 680,294 000000000000000000011af6357436350ef035b760b3776c011e6ee9518b8d2d 1.26 MB 2,539 158
680,293 680,293 00000000000000000001bea44d8640f05da0793c75448bb334d3242bcc0b91f7 1.19 MB 2,012 127
680,292 680,292 00000000000000000001909d4cb7173068eafaae627261b6fb6c16150ad417ea 1.39 MB 2,360 160
680,291 680,291 00000000000000000007629aec7e98bc225b5ccdde970b518d7af6e60bd6aa5a 1.29 MB 2,428 135
680,290 680,290 00000000000000000006ac2a80d76c253febbdfa22fa50c960e09dba770a8672 1.26 MB 2,260 152
680,289 680,289 000000000000000000053cddb5273c8896bfa3369f0ba59cef6528523f16bc64 1.22 MB 2,460 144
680,288 680,288 00000000000000000009f9988b2ad18aff932461b7896be489d585d285f12b58 1.16 MB 1,751 106
680,287 680,287 00000000000000000000f4591d5813d5f719a94ea6afe1697842d25e49150321 1.41 MB 2,475 157
680,286 680,286 00000000000000000006a24ae1a2b8ce58e451cf26f097b3ace4281b451e093c 1.34 MB 2,569 163
680,285 680,285 00000000000000000001800aaa05bb6dee0d3d17353991e1de2bf67d951f94b5 1.35 MB 2,346 195
680,284 680,284 000000000000000000041d317b8fd9961d0d185c7ff9ae8a03906b38393f7b17 1.36 MB 1,689 106
680,283 680,283 0000000000000000000a75f55924bf92f5e1b43220c7ab1b56ce759231c5b5ca 1.21 MB 2,080 169
680,282 680,282 00000000000000000008d6cfaa4a0aa63eb863796959a6544ec3e8a12b0913a1 1.39 MB 2,586 216
Previous 10 blocks ↓
Total Size: 769.31 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,642.77 GB sent, 94.49 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.