Memory Pool Memory Pool Refreshing

11,091 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,232 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (291,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
616,527 616,527 0000000000000000000c152404e3c349285dcd53a8101229a10dd5ac50bceb70 1.26 MB 2,570 34
616,526 616,526 0000000000000000000560107ca1d2a10130279779d5fc3b35e7ec8a0ac7996a 1.28 MB 3,060 18
616,525 616,525 000000000000000000009e6ec482186d589b0385ec7de4e38f4c6f45a16f4d26 1.27 MB 2,860 18
616,524 616,524 0000000000000000000a0f0384807745efe4991a3133ea2478cf162eb055970e 0.80 MB 2,114 11
616,523 616,523 000000000000000000047512448b3a0119f0e9e9ee018d6fbf506251e5603e73 1.27 MB 2,909 20
616,522 616,522 00000000000000000003d27cb2eab8f48944719d8e9393c750e0625f8d94c672 0.39 MB 1,136 17
616,521 616,521 0000000000000000000e5c9e930e250911aa399c9a54d8125587fbb8a6bd4e06 1.05 MB 2,204 10
616,520 616,520 00000000000000000011b1dc9e606a34dd639aeb34a9a02e7c925ecc79b768c9 1.11 MB 1,771 9
616,519 616,519 0000000000000000000191a916e86165a38831571326dd06aaa2c1958490124b 1.21 MB 2,294 22
616,518 616,518 00000000000000000004247a4ea09776567516d07449b5d1a282b189678b0ca9 1.12 MB 1,865 18
616,517 616,517 0000000000000000000a8989e41395d8c23174bf3260d9de55531c2fe2fbf11f 1.07 MB 1,426 23
616,516 616,516 00000000000000000004337965f509b8864de261a2ddb86f029675dbae632ce8 1.01 MB 893 66
616,515 616,515 00000000000000000002cb63f876edd034c4e962fd25546942be02f23bc0397a 0.04 MB 140 12
616,514 616,514 0000000000000000000a080848760799d10aa07ab36bc5b6f243d6ab76d97696 0.74 MB 1,666 28
616,513 616,513 000000000000000000003864bd6e97f0c392b5a596e2d5e100d4073e74ae91fb 1.07 MB 2,483 17
616,512 616,512 00000000000000000008a43295da40092e88e4575673bac840be83602dba0b11 1.20 MB 2,966 6
616,511 616,511 000000000000000000042c77d7b3e339e0bb49dedb87a9051cdf2242cd9aeb23 1.28 MB 2,920 27
616,510 616,510 000000000000000000033cbf9236b40e97d298ea62474a1a7379a16e9b9ca5c1 1.32 MB 2,850 26
616,509 616,509 000000000000000000110f7fbd6521a4ba3546da5fb43614ffbdc7f3081d47fb 0.93 MB 2,537 8
616,508 616,508 0000000000000000000407c7b772e4ebba464986b304c2dac1f4d0b7930716d8 1.26 MB 2,184 21
616,507 616,507 0000000000000000000d15ea69fdd89fdcaec5cef948a8a03e497937ccfb448f 0.25 MB 645 14
Previous 10 blocks ↓
Total Size: 769.29 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.50 GB sent, 94.38 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.