Memory Pool Memory Pool Refreshing

2,193 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,188 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (5,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,046 902,046 00000000000000000000704e4d2da64d0cb883d31b494eec42f3aebf73bc2ed1 1.51 MB 2,875 2
902,045 902,045 0000000000000000000033ab66bc2b466f96f6bb271a404d44f6b58e56df0378 1.68 MB 2,551 2
902,044 902,044 00000000000000000000addf26aa5bd44007c0275d99347cb0bfd7c7ae13f544 1.71 MB 1,463 1
902,043 902,043 000000000000000000000e41208641d86fb2fea4f3fa252ea0a8c6a101b9b47e 1.53 MB 2,784 2
902,042 902,042 00000000000000000000e76e4636140b2b8dda0b6ba9fdba6bcf72ddd805ae63 1.62 MB 2,222 2
902,041 902,041 00000000000000000001cccbf21b007073640c83d14d9555d0f4100510bbb200 1.17 MB 773 2
902,040 902,040 00000000000000000000f72df072771592464f667eef7f5c4579f0d0d03b613f 1.06 MB 368 2
902,039 902,039 00000000000000000001038ea58a0ea91e03291b8b810398f01ab370cf9734c6 1.53 MB 2,962 4
902,038 902,038 000000000000000000001670191e44f99e3edc38902bbe2e1ed5d4e6c6b768bd 1.51 MB 2,618 3
902,037 902,037 00000000000000000000c9286088b619bd8dd2a26cb5fa797eb1cb991615f3c6 1.69 MB 4,051 4
902,036 902,036 000000000000000000013594e579fd801ebd5b3da7b1076049dc802faaf23d44 1.70 MB 3,649 6
902,035 902,035 000000000000000000019553a9019553682a8a75eb5e33299dd169e6d6ead637 1.59 MB 3,853 12
902,034 902,034 00000000000000000000ceac2e69ea1d8ac5977a38c0817b2c74c608a7398f71 1.70 MB 2,308 2
902,033 902,033 00000000000000000000216f5fc1b47955f9b60abbb1906810fb08b53308f56d 1.53 MB 4,165 6
902,032 902,032 0000000000000000000203e4ebe3703b59c7144d53819eadae21bde669c4d205 0.22 MB 427 2
902,031 902,031 0000000000000000000084679ec63a34524ba9cf973f324e63ed485546623753 1.57 MB 2,860 2
902,030 902,030 00000000000000000001bfd1fb9d3fd46762196849c4742b299305a00a126341 1.47 MB 2,347 3
902,029 902,029 00000000000000000000da7fb437c6fd366c6b21c6ada23fb2e654a9529d977e 0.58 MB 1,473 2
902,028 902,028 00000000000000000001329ce74bd12634b248ad10acb298fd7d57e92cea6e52 1.50 MB 2,338 3
902,027 902,027 0000000000000000000080a57460f09cad9f5fc5dce9e4d7f366779207b86fc4 1.03 MB 1,872 2
902,026 902,026 00000000000000000000b91bd44a4226311a1347f95576eb160148e36c7ab064 1.43 MB 2,995 3
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.