Memory Pool Memory Pool Refreshing

3,020 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,655 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (742,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,081 165,081 0000000000000454d98a875fac2edadb11cf42390d60705839ae75deabec387e 0.03 MB 64 108
165,080 165,080 0000000000000198dbf3ae219744fb4797512635280b7c84034ae27e1d333d37 0.02 MB 40 91
165,079 165,079 000000000000092130dabc001c121f38af051f9c7ac002769e7187c297bca917 0.01 MB 26 70
165,078 165,078 0000000000000242331031598f6b0b458c26fc0037e2c4b35df24a21583a414a 0.05 MB 45 489
165,077 165,077 0000000000000688f727d3de3356ce081d24e2564a2fc5216f7bb157e18fd2ea 0.00 MB 12 35
165,076 165,076 000000000000065aa2e5e8c161ec065f931f88a1bbd64a6b104a2eddb20ee9f3 0.03 MB 67 208
165,075 165,075 00000000000006a052e29ac55125aa0df805c4ba0d6390b8680c57e27cdb22d5 0.04 MB 87 182
165,074 165,074 00000000000008a3582e84f83dd5cfb442ef2c034a3d033206e0dc608d32f5ed 0.01 MB 20 158
165,073 165,073 00000000000001ed26aa5b1e3b085b0aeaba0d23568ba006dc74a97b8acb1d4c 0.00 MB 9 18
165,072 165,072 00000000000002c05da1299e696014b8429008ceb9c5d6c7f9a9a79b04a9b5b1 0.01 MB 26 68
165,071 165,071 0000000000000b025f959b31770368694fecf65c0d70cc267d5a7d9b58e76cd0 0.02 MB 46 1,266
165,070 165,070 000000000000006c0c17a29661793dedd6c87f334eeebf2adab89d22f27767a0 0.01 MB 16 91
165,069 165,069 000000000000041666ea3e3192fc6e338775e7a9875581c1c82ddd8a8f24e319 0.01 MB 10 64
165,068 165,068 000000000000033c5c06b91fdf49a2bc92ddca7a9aa41e6d55fcbef83f0640b6 0.05 MB 153 36
165,067 165,067 00000000000008d934de7e6c319433d25dbff38d4b576d87794e015f1691d59d 0.02 MB 30 62
165,066 165,066 00000000000003c9834a0bd1a0dc01e58b2cc8849d6abf12d3c8b9d9cac3c4a7 0.03 MB 73 78
165,065 165,065 00000000000002c6442123f792fa1251a55f2024229025c7649b9fdfb01f658b 0.05 MB 132 581
165,064 165,064 0000000000000715ebb89a477cf2fdb8f11da66e60a29319ccea449ebc805925 0.05 MB 84 21
165,063 165,063 00000000000007f0573f62dedcc20cd12ce80397bdfc6a3cebd8acdacffa142e 0.03 MB 65 126
165,062 165,062 00000000000004392cf18f8b87e1e6de6ca49a380b9075ec6fecc71cebe3948d 0.06 MB 93 66
165,061 165,061 000000000000021feb21e9ffc6ed0c2cd88fe89750a3b83abed371ed27fe9772 0.05 MB 64 188
Previous 10 blocks ↓
Total Size: 769.13 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,630.58 GB sent, 93.52 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.