Memory Pool Memory Pool Refreshing

3,001 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,907 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (365,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
542,105 542,105 00000000000000000005477f1a52533daf49477155f61f0d7602d721f0be52e4 0.10 MB 191 8
542,104 542,104 000000000000000000211779513b69da5df7f4c38350507aed5103b125350d0f 1.28 MB 1,123 17
542,103 542,103 0000000000000000000b64ddfb8452245ae52eef432a377e036db7e1a0f503a7 1.09 MB 1,367 5
542,102 542,102 0000000000000000000c9230785368ad632e41576741971949adf712b52a4bf3 1.13 MB 1,427 18
542,101 542,101 000000000000000000028b130a838bbf1a0f5150ead3bc8e9ed1caef335e1f5a 1.01 MB 1,309 13
542,100 542,100 00000000000000000004ffb5da8d2276e4d97bfe93a2bc9b10d59c5f3564c5c0 0.78 MB 1,350 10
542,099 542,099 00000000000000000013dd05740b363f66fa8d2dc28909940f0062a672c8faf6 1.19 MB 2,413 9
542,098 542,098 00000000000000000013c7428b3974c17401c291b3651140aef0292b428d5e42 1.24 MB 2,070 32
542,097 542,097 0000000000000000001f227d0725960cdd8d29cc9a21da0074a1f870467f5c55 1.28 MB 1,124 5
542,096 542,096 0000000000000000001e2f673afe55bc2345ba9f01b1d33e5e3dd5006957c111 1.20 MB 2,417 4
542,095 542,095 000000000000000000112f041179afc6b2381536e7c4aac40fe9e70b42a32e4f 1.19 MB 2,228 3
542,094 542,094 0000000000000000001b82f3077eaae524aa53b7467ab4e19bd45b332bd96ac7 0.00 MB 1 0
542,093 542,093 00000000000000000020ceae96a5220ba0a6a58dda6ebb06d36fa553be7ebc88 1.13 MB 1,909 10
542,092 542,092 00000000000000000025f071f565e01e98189b2df3d1499bfa8b062eac42afe5 1.18 MB 2,966 7
542,091 542,091 00000000000000000001bd659276d311db06eab776ff7e96f5e90b476086ad81 1.12 MB 2,408 14
542,090 542,090 00000000000000000000b1c6c84135b52f323c215948686c21b7a72fbbc00426 1.20 MB 2,672 19
542,089 542,089 000000000000000000154750a110a6421c80e77caecd9c24f8dedd90041a6a7a 1.39 MB 2,618 9
542,088 542,088 00000000000000000015110d50531a75157bdd8ca5555b3bb42d0dd811e5bef8 1.06 MB 957 16
542,087 542,087 00000000000000000025112419124cb82449f14cb3bdb9c7d071ec3db0857235 1.00 MB 642 56
542,086 542,086 000000000000000000198a9152be12a7f80e6d645ea09c8374b639449310b1ce 1.01 MB 601 42
542,085 542,085 000000000000000000014e9ccb6cb1db6af467e003ebe85b43ed1259694ee96c 1.28 MB 2,513 50
Previous 10 blocks ↓
Total Size: 769.10 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,629.30 GB sent, 93.42 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.