Memory Pool Memory Pool Refreshing

5,686 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (697,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,747 209,747 00000000000003f873d22aa5c6243c8c45ac980156c6aee57b7b45e94c0ea8f4 0.04 MB 67 156
209,746 209,746 00000000000001c3c593eecb69644dd704dcae52d243a9253d6a7954bc24981f 0.15 MB 326 145
209,745 209,745 0000000000000266c6e6059130471aa5f17608c63bd81b48215cf4db62bffef0 0.06 MB 129 150
209,744 209,744 000000000000030cb1ef2a3e09ff567ea4d34908665b20d4d4d1d37d6d3f3df6 0.08 MB 234 146
209,743 209,743 00000000000002059a96de2692f69dcbee5356ae042f235f975a7622b7bc23bc 0.17 MB 507 208
209,742 209,742 000000000000010d8ea0267c9fc796c1ac315c4cdd2192d2eeab3b8200ed8ab6 0.19 MB 478 160
209,741 209,741 00000000000000b05c42e01e572d49130537b1e77759a13978aa7137c3ffbdf4 0.24 MB 560 168
209,740 209,740 00000000000003ac5d2d816bebaced945204f8a3ad5dad21ac3e029f0dd9c28d 0.25 MB 671 222
209,739 209,739 0000000000000254da60e62ba2563c8a2e01f6153dc7384eac2847833b6db8ec 0.05 MB 146 203
209,738 209,738 000000000000032aebf1c386dc1757db6c07eab2a33e4d6829aba0ce71e2de52 0.12 MB 195 121
209,737 209,737 00000000000003c430d6b676de03e06726983204e87bf64359b3fcf93972ed4c 0.00 MB 11 507
209,736 209,736 00000000000002411906c6d34af0c9bc8137e54899d8d3faab808a9296a29678 0.06 MB 147 91
209,735 209,735 0000000000000289ef01a66256c53c0160746c2fcb8987f288f4b1f802ba8dcd 0.02 MB 54 205
209,734 209,734 00000000000002b634dd6f27a00a29fdf80d7accb2c99633b888754fb68dbfe2 0.07 MB 146 97
209,733 209,733 0000000000000367c7916cd4c89dd98bf69052aa3fb25722ae4498428e710b45 0.02 MB 35 101
209,732 209,732 000000000000047bd7829bc8752f91a02fa95d2d9d124e2eebc08b2f4a4f91f6 0.23 MB 498 188
209,731 209,731 0000000000000307555d7c314894e12800002139abbb5f07322c8803c9b1adc2 0.04 MB 80 156
209,730 209,730 00000000000002505583285d1c5b809ac1897082a6338d82a3edb8819908b9e6 0.07 MB 134 149
209,729 209,729 00000000000002f3c527821643f3a2008024a950b17c60c6362e4aaa4d43daec 0.08 MB 162 121
209,728 209,728 00000000000003eb94899dce0b21f1133fffb2aebf4e6ab04380a3b492ac8dd5 0.11 MB 170 114
209,727 209,727 00000000000003a71a652a21b12b1f3aa512955e2863d63a645236d0219a399e 0.13 MB 365 204
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.