Memory Pool Memory Pool Refreshing

480 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 480 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (340,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
567,444 567,444 0000000000000000002981347d2dfaea9132179b35e0fc1de372774ea1d1d387 0.90 MB 1,944 18
567,443 567,443 0000000000000000000e0423efb24512b9fc5a0aaaef608ddfc304fe0e18007e 0.71 MB 1,624 21
567,442 567,442 0000000000000000001bdfc62d079199e370c9435980fa9b412a62a8328c1ff7 0.32 MB 480 9
567,441 567,441 0000000000000000000b23802b93c6599e708d1414f0342570e0466b87265422 0.91 MB 2,058 20
567,440 567,440 0000000000000000001e43031ba6c1c3f587083045b950ef8152b921fd9b8981 0.54 MB 1,258 21
567,439 567,439 00000000000000000010acd1be4b5470c7efac88e74587fe09b8d9f8a8ed3908 0.03 MB 47 11
567,438 567,438 0000000000000000002590c5810839b536fd783e196d690fa0f309950cfadf77 0.63 MB 1,398 20
567,437 567,437 0000000000000000001da73c47e2e949da45b42a14fb863d54060a0c50e4fd02 0.03 MB 72 15
567,436 567,436 00000000000000000001942d564990cfe018529b1e1e7ef0c10ea44d56c119dc 0.39 MB 762 16
567,435 567,435 0000000000000000000ed78cbc6ededf5b41189f1b4929635e4e8c8294db4c71 0.00 MB 10 17
567,434 567,434 00000000000000000026cb8e0e79631d9d584934ffcf59c5060714ee6042f72a 0.39 MB 706 16
567,433 567,433 0000000000000000002d687b67ca40169d823a5f1aba9c2e702b9dedff40cb94 0.04 MB 106 16
567,432 567,432 00000000000000000019a4fa4ae146fb24a7e654fa0d50e0c6586887073dd4aa 0.01 MB 31 34
567,431 567,431 00000000000000000006bd32eced43671df48c40f374320d07b723e1256b3ef7 1.06 MB 2,012 15
567,430 567,430 0000000000000000002baaad0b95bc7367b339077830f5eb67f207762894e25c 1.16 MB 2,623 20
567,429 567,429 00000000000000000010a09ae379d1f5fa2ca4c74fd16a776f4d867282a1af34 1.22 MB 2,799 23
567,428 567,428 000000000000000000154933dcd434b47c75155ffc49b2de04cc149a2783202a 0.50 MB 1,443 26
567,427 567,427 00000000000000000005ac1edd01107c4e0da9a7e7fe25e481f3d31945359f41 0.50 MB 1,205 21
567,426 567,426 00000000000000000011cfe69c7f9b00279e2cd517e46a5d1569a202287eca5e 0.62 MB 1,848 20
567,425 567,425 00000000000000000021ceefd4fe2260ac2e308fe9371d0904412f398a6d435f 0.49 MB 1,217 18
567,424 567,424 00000000000000000014bc6367e399b7ec1f469653a37489c0f5281bb2e51466 0.38 MB 1,071 22
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.