Memory Pool Memory Pool Refreshing

4,616 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (396,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
511,716 511,716 0000000000000000003e2a625a7bab1474e4e1028b0dd51d1a0e5ccefa5d9091 1.03 MB 510 12
511,715 511,715 0000000000000000001cca8a0f8925e6b6d542e31454a3e16bfe1fd7f571b1d0 0.11 MB 315 55
511,714 511,714 0000000000000000001c1bacd557f8158fd91676b55da4e8a95357871a8b5f19 1.00 MB 158 2
511,713 511,713 0000000000000000001b22c3b42a00ff460c968da7a0d3e94a71bc8f6213c70e 1.02 MB 461 8
511,712 511,712 0000000000000000002ddd6bf1f1ee768a42c8c1d365c36ccc8368a4f7981f0a 1.00 MB 199 4
511,711 511,711 0000000000000000001fe8b3bf26fa6917652d468fef6e66ffcdbc891325dbb7 1.01 MB 267 4
511,710 511,710 00000000000000000009c43955ebf535df0d4c1d1c57a3d135948a21cdeb664f 1.04 MB 392 4
511,709 511,709 00000000000000000034a3db4b5402ec381870a3b715f957ae1e7c7850e7f5e0 1.08 MB 1,878 38
511,708 511,708 000000000000000000317e7cdae8d889ceb8af3b3b1fff8850ed6b4eff409cda 1.05 MB 340 3
511,707 511,707 0000000000000000003bcc47adc0659e299b1d3b643702cc492b4a96f7734f1d 1.11 MB 1,775 27
511,706 511,706 0000000000000000001526bbdcfcc41850fe3a51b768350824770a5b1b51b75e 1.10 MB 1,975 41
511,705 511,705 0000000000000000003c6813a76a709cb538ab9f2651f49720eacaa9e4b803eb 1.01 MB 234 3
511,704 511,704 000000000000000000240075f68adda594a1a0ce1f37557ab6b524c79612897b 1.09 MB 2,068 32
511,703 511,703 0000000000000000002915f5244780934423a32d8f97d795a1606d964586849a 1.05 MB 1,134 15
511,702 511,702 000000000000000000253f4c28e25d97f689c2e654ec830c44e3f2cab83cf822 1.00 MB 204 2
511,701 511,701 0000000000000000000a06599bdd8bdf7ef65b23f19c0f858e26c1aa52d6f7e5 1.02 MB 603 9
511,700 511,700 0000000000000000005b3bbb15bad8db1d3e12c1c20d1a4124e148e6982fe6c7 1.07 MB 1,028 18
511,699 511,699 0000000000000000005089d3375442c8d1e49705a7216178c6e8f1b91fd720bf 0.08 MB 239 54
511,698 511,698 0000000000000000000c63606000ecc0cf2a5312d3af362d483bfe4aadcdb1da 1.14 MB 380 6
511,697 511,697 00000000000000000038e311d7d1cfe3521ba5837dbc36aaca6db73dfeade311 1.10 MB 2,057 35
511,696 511,696 000000000000000000534b8eeb074eebb6caaf0d7bac2f7149c82fa1820c96f0 1.01 MB 157 3
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.