Memory Pool Memory Pool Refreshing

5,825 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,936 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (611,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,601 296,601 0000000000000000389e5c7c64425ebe31b678105c62d515a692630f1cde2149 0.05 MB 91 31
296,600 296,600 0000000000000000035910c23968d95c52501169c012ca4fe298dab94dd4e420 0.24 MB 441 33
296,599 296,599 00000000000000005c7469c7518236bb3c5d36f0c242fb8d92282fa2bd8cdeff 0.18 MB 269 30
296,598 296,598 000000000000000084949b0a4678ea927fc6cfb85e1c1192a7829cbc3c7229d2 0.04 MB 45 14
296,597 296,597 0000000000000000469ff1bfb6ab9db7392f821ceae4cf0c5f0dea568e062c5a 0.11 MB 194 29
296,596 296,596 000000000000000016c536784b6ce906f8caa36c0f0275ce2c89b8ae9a328e23 0.01 MB 31 30
296,595 296,595 000000000000000043f68e27ef447f06e9d4d0220f0f77fa088a785ccf58b2d7 0.24 MB 282 31
296,594 296,594 000000000000000041fceaa647d8c279044d944b5abefd7f3af8862d67758466 0.14 MB 231 50
296,593 296,593 00000000000000000035d3d448fcfdab7c349e2d277ba0d8ad50fccdef7306b9 0.22 MB 518 54
296,592 296,592 0000000000000000200a223f71efc0fbc50024c78b9a181c776de2d39850e465 0.19 MB 341 36
296,591 296,591 0000000000000000611a42a35cb8b141cd7fef1359f392914bf2771cc2d1ddb3 0.10 MB 172 30
296,590 296,590 00000000000000004bd815db42e4bf2ac79759086e431a5e1a8cb27a02f8e904 0.08 MB 134 85
296,589 296,589 00000000000000000c3c55328822ab9a540235b80f21cd30e4953a5b38f27e5d 0.44 MB 880 33
296,588 296,588 000000000000000044daad657a29aab00e69511da38a7f4351cfaf021e33f874 0.61 MB 940 36
296,587 296,587 00000000000000005348ad57cbcbc92a74d7ee84210521f3fa82d52d1da9d164 0.16 MB 512 81
296,586 296,586 00000000000000006775cea90e5dddcb630d88926f4a8298a0e649f922ea3ca0 0.23 MB 272 19
296,585 296,585 000000000000000023c247cb408b68be60425206d1cdf8ee844f72b9ea8e5129 0.35 MB 767 54
296,584 296,584 0000000000000000173bfa668670df66a81e94d5ef6b68316b0d392a7ac5b0b3 0.05 MB 114 31
296,583 296,583 0000000000000000397eef7324f6d6c888273264a6814d55f1a814260f4f7fb8 0.05 MB 115 36
296,582 296,582 000000000000000032ec11c7f92b6efc35d23f49922bc15b86de0998b0ab2e94 0.12 MB 208 34
296,581 296,581 00000000000000002d5390bca8de2908dfb1329410be33ea29e8899e0e24ae53 0.39 MB 363 19
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.