Memory Pool Memory Pool Refreshing

6,659 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,576 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,361 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,575 (812,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,286 96,286 0000000000042d05137bb4b3db4a5a4cd7e1fd472f3fc48f4a79e4d0398aef10 0.00 MB 3 0
96,285 96,285 000000000005625892effd47fb7506602dc2e8e61989c458f37e9f38b03541c0 0.00 MB 2 3,875
96,284 96,284 0000000000020b7b239f12d119b4651f46698561ddf422ed68dfa81976829a86 0.00 MB 2 0
96,283 96,283 000000000006bdae34b80dee4239706495a43d39ca08b1dbce2034e32032981e 0.00 MB 3 0
96,282 96,282 00000000000220ed40aaa96277ebe6decdf52b70a6c4e6e996dc66d92e8ac24c 0.00 MB 3 0
96,281 96,281 0000000000054dc6607336958bb0bec4d7ee592c740a9c278779e3572c42ede4 0.00 MB 3 0
96,280 96,280 000000000003b6a71fa043443ead25ce6308211623684063cf6abf7cf87f8a8f 0.00 MB 2 0
96,279 96,279 000000000007c1e59479b0358d023b64e2f66f36ac34e49274cf79ccc1aa6cd0 0.00 MB 6 0
96,278 96,278 000000000001b3b1aa62ec62aeca4e82dba1426f3a42e5bc34174b953f0676ab 0.00 MB 3 0
96,277 96,277 000000000003be2ce334ff23a3d0fd36753162da7c4e8eea74e84828b4e9601e 0.00 MB 1 0
96,276 96,276 00000000000572902acb302be37c54be54cec0619cf2522e64b2be494a0d89eb 0.00 MB 1 0
96,275 96,275 00000000000275535a2189223c5b07618d9e9c1368fa1370846b566d98275ef3 0.00 MB 2 0
96,274 96,274 00000000000073c3ab89513974dd72f597e9b1ba25cc66b2b4599ea9855e51cf 0.00 MB 2 0
96,273 96,273 0000000000029f2efdce1f9eeefc895ef1338d139b500120c356699599662d2a 0.00 MB 1 0
96,272 96,272 000000000003be12459c490f04437d987f75844bfe7c82c88d7848a22e2db28d 0.00 MB 2 0
96,271 96,271 00000000000177c06b03720ccdf3f91fa0ada911fded1348e7ad3c43c362999e 0.00 MB 3 0
96,270 96,270 000000000001c4eaef514ca7a90de31c797489f3418ad900993ccd114498b291 0.00 MB 2 0
96,269 96,269 000000000000574f034d05c738511512938b1c0ce523fc7c27c0ff63edb8bd35 0.00 MB 2 4,464
96,268 96,268 000000000004c7813bcd93e9b577d09299464bf6ff5460a820c65f542b12d63d 0.00 MB 1 0
96,267 96,267 000000000001a29093807484cb45efa17762189adc638c90ccb28a1236d16842 0.00 MB 1 0
96,266 96,266 000000000005bd57ee9384f5c3730b95b5aee0ffd338097519a47bbf4482c65e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.35 GB sent, 100.82 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.