Memory Pool Memory Pool Refreshing

10,093 transactions
4.62 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,156 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (25,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,732 881,732 00000000000000000001805dbb86e67bdb4331e98290db4f5773f8694033b504 2.04 MB 3,844 1
881,731 881,731 000000000000000000022200d1e93e1c81282b943ed9c3f495faadb5614671eb 1.54 MB 2,836 4
881,730 881,730 00000000000000000000027ebf6f425f857e17a4d5d2611b4b394d2ca4dbb89c 2.06 MB 1,511 1
881,729 881,729 00000000000000000000542da7415b1d4a17ec10608920c95a2b246e9a9ffa19 1.95 MB 4,302 2
881,728 881,728 000000000000000000022dbe4b9a71ff1c9f99ad8a64cbf4a0d92a211459e5a3 1.62 MB 3,428 4
881,727 881,727 00000000000000000000fd9d71b2ec93c85738ab8c35ac79a0e06cbb5716abf2 2.18 MB 1,685 1
881,726 881,726 0000000000000000000232c6dc68d033d4d8ec5e28caaf971050c6a68b32abec 1.42 MB 2,509 4
881,725 881,725 000000000000000000015504538bdb490ab87d79d29f8bb26598295615b5a0c1 1.99 MB 1,384 2
881,724 881,724 00000000000000000000a8c04be16419da791422b72b3e93965dc9a4b2bb0229 1.87 MB 1,133 2
881,723 881,723 000000000000000000016a4e165a1217ea28b5a262e9333054ebac9b64349022 2.05 MB 1,224 2
881,722 881,722 000000000000000000005729d97e15ba225aee43d9e0b4d4f3171703dedebd6c 2.78 MB 2,157 1
881,721 881,721 00000000000000000000979561dfade27cc4829ab4ab34efabb1b0606700753e 2.17 MB 74 1
881,720 881,720 000000000000000000016b5b9fd1518dd4218fac811f3c85aee8051b69dd18e1 1.92 MB 2,233 2
881,719 881,719 0000000000000000000162a2bf11638f8ff725cf3fa6da45a6b71fc1e8443e33 2.03 MB 1,102 1
881,718 881,718 000000000000000000021aadf8e2fa65afa16e443e6c9323d3e822571c82b03a 1.85 MB 1,474 3
881,717 881,717 00000000000000000001492d5a9e1e83fb51ab9d6f9914b0badafe4dea891b6a 1.98 MB 1,108 1
881,716 881,716 0000000000000000000166a2e2c94cf1482901b20ff1fd0ea6bdd19bf783a066 2.76 MB 1,086 2
881,715 881,715 000000000000000000011f227d111fb72dedbeedabe3043b54557ec9ac577b70 1.61 MB 2,328 4
881,714 881,714 0000000000000000000056e3efc0e092e282613ac56cf7ebe2b3a1f1dd549089 2.11 MB 580 1
881,713 881,713 00000000000000000001543be5805cc445e437b9174ce788c6f8f80d3cefb68c 2.16 MB 153 1
881,712 881,712 00000000000000000000b3f88996d913cf430b6c1b96c2ee2473106f611dafb3 2.06 MB 1,592 2
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,625.69 GB sent, 93.04 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.