Memory Pool Memory Pool Refreshing

7,706 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (288,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
619,434 619,434 00000000000000000008a5fde40dd775866c11649c7876f50a628e9d5af2d698 1.34 MB 3,085 18
619,433 619,433 00000000000000000009cc583d550045c4479ef3d69c9cedb56c56a888031af0 1.32 MB 2,850 19
619,432 619,432 0000000000000000000a02c7e62b73ac12b1077644a80b0c5a16f76a8a0aca2e 1.47 MB 3,152 27
619,431 619,431 0000000000000000000218e6cf775c97dfb0483c99a828e266ba08a1481b6173 1.06 MB 2,980 17
619,430 619,430 0000000000000000000ad3fb230b291731adc1e0b611db698c246cbb9b4fd6f8 1.08 MB 2,609 15
619,429 619,429 0000000000000000000e3387dc68919c5ccac5cd4310af541106b497d8f08801 1.31 MB 3,119 16
619,428 619,428 00000000000000000011b64a0003f236cad1178c85b612230b8802785ca892cb 0.53 MB 1,335 22
619,427 619,427 000000000000000000010e5b61608dbc351b8f9d9d5937ebeaaa1f34bc9da418 1.30 MB 3,578 16
619,426 619,426 000000000000000000008dcbb33dc515af80381b39ba51d5ae8dca916a4195ae 1.22 MB 2,577 9
619,425 619,425 00000000000000000003f09cdc84809a4eeee148281a59c1e3e4e1220a4f3d9d 1.17 MB 2,568 7
619,424 619,424 00000000000000000000c77731d38efec6b77437c3a182e42ad9adaf9b3db7a3 1.36 MB 2,701 21
619,423 619,423 0000000000000000000a3a398bff570edcd41507d3671b2ee0f8b5663bbfefff 1.70 MB 2,437 21
619,422 619,422 000000000000000000072ba1b474d8a5e5cad4c64d5b0c46fac0997d3db704cb 1.39 MB 2,280 33
619,421 619,421 00000000000000000002472a667695923a737e5e43598fab9a9a28bd2d98f2bb 0.07 MB 201 20
619,420 619,420 000000000000000000114fde3cd8c4a17b88d271729596c04698671c73649a98 0.18 MB 567 7
619,419 619,419 000000000000000000021867d1f7842da1f6fed9224341b290c7ca02076ffea7 1.31 MB 2,811 9
619,418 619,418 00000000000000000006e23a2503456a7deb3fa012953bc077e307a0e57cb411 1.42 MB 3,089 26
619,417 619,417 0000000000000000000ef197661b373c4f4aefd30a03b8792283ce33e495e592 0.31 MB 856 16
619,416 619,416 0000000000000000000bcc24c142c79f364f04d248fb56127cda906d0f920884 1.06 MB 2,038 15
619,415 619,415 00000000000000000010fe10c4123eefda3ca022820e1c6982170ac4da609429 0.27 MB 594 16
619,414 619,414 00000000000000000011c91235232728c9dd9930d4aaf448639bf426c63260d7 0.54 MB 1,340 11
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.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.