Memory Pool Memory Pool Refreshing

8,494 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,281 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (709,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,695 198,695 00000000000002c7412790d4c16d959f832015aff8bb134f1b4c432858561094 0.05 MB 118 232
198,694 198,694 00000000000002a7374491ce904c39efaf4e046f3ad4d5b46b610df98fc8ec3c 0.01 MB 37 68
198,693 198,693 00000000000001f5a8f8d3cebfe55394d2b85be7344d87064f3ff73e94817b9d 0.12 MB 256 89
198,692 198,692 000000000000014d42cd8a9fe7b6ddde18e00a1163d98470dd75c1b0d21722c1 0.03 MB 107 127
198,691 198,691 00000000000003ef9c8bcbc69a086f70a22a1da57a4d65b3dd728b85782d1f72 0.04 MB 64 90
198,690 198,690 000000000000028593e537a5a2255aee8c9974881aa618114a92693d1a2b2ab9 0.16 MB 251 147
198,689 198,689 00000000000000363dd3e22a40874b31b64c2fe5f0205fa9ddf91f83869e199d 0.02 MB 85 74
198,688 198,688 00000000000003e35392a9abe14b0687f7a322814e9f54bd5127ecf8c049dafb 0.11 MB 181 178
198,687 198,687 0000000000000105039070191040c0272282955172e566dab814f6e2015fab12 0.01 MB 27 147
198,686 198,686 000000000000045f2976472b3bf6170bc5b43bf65fec81a27145b734d4b228a8 0.03 MB 49 63
198,685 198,685 00000000000000db47e9912843457deb88a00db66e72967bc50d7f2f3a14a216 0.19 MB 356 93
198,684 198,684 0000000000000281eafbafc8ef8e2710026212f2fd4f4045521eeea376119710 0.11 MB 227 125
198,683 198,683 0000000000000004f50f14f6f85fc670f0da347a60bec67228cfc06f3d6e034a 0.01 MB 30 110
198,682 198,682 0000000000000577ea6644468e7e94090ab8548887cfdca9dbb6af7991382b42 0.17 MB 360 64
198,681 198,681 000000000000037432758d1d2137756923cedb9e549a9966ffb515f2cbbceb7e 0.02 MB 36 128
198,680 198,680 000000000000026cfd3ce891dee7a4ad138af4854f8e6de1decbdc8198f1555b 0.00 MB 8 0
198,679 198,679 000000000000037c4a5a5785fda40f1c2a75514a9c255e383de4e799540df8d5 0.11 MB 282 116
198,678 198,678 00000000000000bee14ce77cb6abb80233cecd9dab59737efd629ed12d9d6464 0.11 MB 206 120
198,677 198,677 00000000000000320254db50144e74f17f9e855e5c30bf39a3fa58bb2aa12538 0.09 MB 195 176
198,676 198,676 00000000000001e4cc6ff03fc7001cd8b7eec9f4aea2299326854a900b5642ea 0.08 MB 201 134
198,675 198,675 000000000000009c8f94f521a9db95a61cbd6e11f63ed7e44976566c20b6f273 0.00 MB 10 142
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,631.71 GB sent, 93.56 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.