Memory Pool Memory Pool Refreshing

1,442 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,658 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,414 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,657 (822,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,693 85,693 0000000000093c1eba062bb8f375f3c9f76ec8f3d15c5b82d2af153dc54860b4 0.00 MB 1 0
85,692 85,692 000000000008f30e031182af7fc0fc54f525ecaf0610ede7dcb1133d7fe8aee5 0.00 MB 3 0
85,691 85,691 000000000018b52a546c95a8dfbea49f90b339598aedc2c371ac0482034f246f 0.00 MB 2 0
85,690 85,690 00000000002565b43f43aa927df420ef77e8a6b0b76ff2bdc37cc20186b11642 0.00 MB 1 0
85,689 85,689 000000000027676ed2d34a6e0f1b11c6f53b890934cf887d6ce3b90c54028904 0.00 MB 1 0
85,688 85,688 00000000001c82356e82caf5716ed7754bc76231eee0521fca8d7c9337f59156 0.00 MB 4 0
85,687 85,687 0000000000109081f0ab9e37790777c030fec122f7b79d7147f20de4be2c8dc2 0.00 MB 1 0
85,686 85,686 000000000017a7554ee2b125447b18e94e9b433eb08660190cb9c24de4c598cb 0.00 MB 2 0
85,685 85,685 000000000013c4dde39bbef4f1ad180fa7bd8a5fdfe48b02b31454000222ed13 0.00 MB 2 0
85,684 85,684 00000000000e69eca6c996547af6bbb62ba3d14c72055dbd92c3be8bdcedaf3d 0.00 MB 1 0
85,683 85,683 000000000021b123ee073e26cbc776c785fea966f6f9628cb0dad60c259fe40c 0.00 MB 1 0
85,682 85,682 00000000000e695256319b5f5ef9d9989d8c539affd3c6b09371603f53965751 0.00 MB 2 0
85,681 85,681 00000000001ac9453919067d278010af636a44d29222bda2d5b91f810b2f8e95 0.00 MB 2 0
85,680 85,680 00000000002e4eacf2a7999f4a0a74b0dd5d6788ad1f870849a9572de4b9d804 0.00 MB 3 0
85,679 85,679 00000000001b1a14a7c7d95fad5d88dcf5147db717b60c5ce48f96323ab8bcda 0.00 MB 1 0
85,678 85,678 00000000002190ab8cf5156d996d90a4a3d67bb322b8df78460ccd14bd915505 0.00 MB 1 0
85,677 85,677 00000000001b92405859013958d0e0fb33c1b72258966fbfd798ab83172d3452 0.00 MB 3 0
85,676 85,676 00000000002314561e3544ec76ed2fd7bb9c8bb1b8ce52507ab543c9484007be 0.00 MB 2 0
85,675 85,675 00000000000e82e1c92b04d395513a0b4081c8809d87ef14d719d7c11c070d6a 0.00 MB 1 0
85,674 85,674 000000000018630f11e9b7b1d2a44fcb0d2291d914e353eea65027fbd3f3f5fd 0.00 MB 1 0
85,673 85,673 00000000002ac972adc0436305c18b9d0364b568aaf5916bb7f1273bad3ecfe7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.92 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,851.84 GB sent, 101.54 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.