Memory Pool Memory Pool Refreshing

7,012 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (618,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,572 289,572 000000000000000038f7697901c8ace58b447f42a489f138874c85e26ae079f6 0.83 MB 1,011 24
289,571 289,571 00000000000000006b5f5139b6bf019c621c2c12b86fd54de6bd2d9c94592c5d 0.35 MB 779 37
289,570 289,570 0000000000000000ecae7f07bae0a2cf11076a83945a9cbf36a4dfa2e879e8e9 0.35 MB 686 32
289,569 289,569 0000000000000000ec9555d72ffd77bd019ddd7a99b46e70ada33987659dcc39 0.35 MB 1,058 57
289,568 289,568 000000000000000112fb7ca5e0fd3e2c0be0c17618c86b4b62d48bc215759ad6 0.06 MB 128 30
289,567 289,567 0000000000000000eaf3e7cbcb4436602e2961ceef4e88e639886dbab68efb7a 0.21 MB 275 38
289,566 289,566 0000000000000000c931bc03dc29e59a99fdf704241fcacd684659c31da7bc50 0.07 MB 100 27
289,565 289,565 00000000000000000fed31de593b755bb60930524d2d3ebea2d811ef9adbc056 0.18 MB 283 31
289,564 289,564 000000000000000043eea95075eb02254895f9f544df01e67293f030751211aa 0.23 MB 319 33
289,563 289,563 000000000000000076c42110f9269d7ae618f5315b0b53a0cb462dd9eb86fc68 0.20 MB 384 37
289,562 289,562 00000000000000005a8a257f9e6fb8f25824993e46e9f2450d7558bb796c2803 0.10 MB 153 10
289,561 289,561 0000000000000000246f9be29064659e0ea7a0f01ed7c2dab9e84e8437c53b17 0.07 MB 128 39
289,560 289,560 0000000000000000636fddee6ec689d128808686330b136629d8c22bd0a2c686 0.24 MB 440 32
289,559 289,559 0000000000000000964cf9b69d92efa133ce12c2d98ef133cbf7b803bb831707 0.00 MB 1 0
289,558 289,558 0000000000000000b06e8e9f39f2132583a3ab928995d6cc034234f55da6c7f0 0.13 MB 228 19
289,557 289,557 00000000000000010c3d378681f4b40d4ba1bf0a7bd5b444a47d3a8053c9ffa5 0.26 MB 547 51
289,556 289,556 000000000000000087d7d54ecba6b77516bf12413f90df8c7759f53dbd381cf6 0.17 MB 387 26
289,555 289,555 0000000000000000bd6ae642ec692532b5b426c49fde39d824bc804c87864861 0.31 MB 389 20
289,554 289,554 00000000000000008630c6ddda04f157c23969507516231fb1d0e8c1f833f925 0.35 MB 864 49
289,553 289,553 00000000000000007d64d5564e1399248a408ae27a8f1dcdee602034297c4599 0.20 MB 512 51
289,552 289,552 0000000000000000ef546f44d5c82aaa52fe6512c8611817633d038571262401 0.09 MB 182 39
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.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.