Memory Pool Memory Pool Refreshing

1,330 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,330 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (579,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,130 328,130 0000000000000000035c55576f2ca62c669f7142d24d2c6d05fca80f29092f3f 0.03 MB 51 16
328,129 328,129 000000000000000007a9aa5068e266c4a0fe210035babf0b2603d2ac635c6eb3 0.39 MB 409 22
328,128 328,128 000000000000000003af186b785322943679ebe309b824d45ba88020d71aac05 0.19 MB 237 22
328,127 328,127 00000000000000000a00e6d4387ea18ed69f393ef831f72dcba68917361175d2 0.27 MB 362 26
328,126 328,126 000000000000000007bdffd4917ed4bf8b3f38277a6a3c991d1c7a07e84ae798 0.01 MB 22 18
328,125 328,125 0000000000000000153d995500ea9a3e1a326ce080e189abb48a62d44571418b 0.36 MB 634 25
328,124 328,124 000000000000000009b8cfca2c39cc00c01d8fb6a15f3651562f572e593ae1e2 0.28 MB 452 26
328,123 328,123 00000000000000000650cde2db998159310da0b4b0245cc890f6a20aeb6c8902 0.54 MB 637 23
328,122 328,122 00000000000000001d91f57e5f98923967451b66deae4f7188ba61edcdfb3468 0.12 MB 190 28
328,121 328,121 0000000000000000150c6b7915c0e38528031c72208f9d309a06b3e53673772c 0.18 MB 140 15
328,120 328,120 000000000000000015b75fca4fe798db6273905a8ad24b32f0174924c94d351d 0.16 MB 297 27
328,119 328,119 0000000000000000083800acb0f8dafacc4622c6f8f0eed688f459b87342373e 0.35 MB 640 28
328,118 328,118 000000000000000016011ba87f98059672f69a1b88d9312499d6f5481c0ed8bf 0.22 MB 424 28
328,117 328,117 000000000000000003dacbaf2c878862a5cebeb63fcaf0f1eeb0d064aa7cd239 0.14 MB 234 24
328,116 328,116 0000000000000000013fe7cc7187afd01ea0d5d2e40515c2c6db06ef26b63b96 0.35 MB 351 16
328,115 328,115 00000000000000000599c28e0144f7e4b1ffb6c2e9f49b9e4b5c434fe346aeab 0.23 MB 360 30
328,114 328,114 000000000000000015491028aa99c883311a5e525f1903aca61d8f5a816eeb64 0.10 MB 181 20
328,113 328,113 00000000000000001d858d02d6b1e5f7825b882b09c1bd67607ed0dd03cac413 0.45 MB 397 12
328,112 328,112 0000000000000000032c6480d36baa81a917d6009b9b6d3c019690e8bd998ca8 0.06 MB 153 30
328,111 328,111 00000000000000000ecf26b8c06c867efaae1ec2874ad56354a3bd649f7d4b20 0.20 MB 400 29
328,110 328,110 000000000000000017a2b7cc07ef11fcc3a71bcd3794b1e5d5e3bd043b7c7177 0.03 MB 73 30
Previous 10 blocks ↓
Total Size: 769.12 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.10 GB sent, 93.49 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.