Memory Pool Memory Pool Refreshing

18,746 transactions
5.98 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,321 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (731,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
176,442 176,442 000000000000092f558ab795f164df66614a747d4ca851a7234a3e44de14d2a1 0.01 MB 21 82
176,441 176,441 00000000000002b3f8ec1da5281a70299a4de37714febc99722cd09c9ad5f590 0.03 MB 51 85
176,440 176,440 00000000000000fa7a5d8b28eb07b0574a21194da67054ba343b8fa81829ce04 0.01 MB 20 246
176,439 176,439 00000000000001580100e801074fc08a54d3d415a229c1c2bd7629704c1750c4 0.00 MB 7 28
176,438 176,438 0000000000000a4d09a68ff4b2ffef47ba1b2867e8d809158144d95db28df134 0.01 MB 14 48
176,437 176,437 00000000000009f72c95982bfecfa9b2087aacb5c26f695a5697375cf78cf2c7 0.00 MB 15 136
176,436 176,436 000000000000036c0b34d76e884b98e6f8ba1d3e1aff12e7a433bd3dee1e72ab 0.02 MB 37 103
176,435 176,435 00000000000003abdd1d6ca9a8eacbff077e0cc282ddb2fdabee9925fb6076db 0.02 MB 57 104
176,434 176,434 0000000000000492a973a854aa19ebed5845dff8d374c39fce3949344fd32b56 0.00 MB 13 60
176,433 176,433 00000000000002b14f5d36f5fde6c6026841365e802f22acfb3e2f254257f5a7 0.03 MB 45 69
176,432 176,432 000000000000088bbf979386d84e041d4e1ece5f10d78d95c00d41a3b901e6ff 0.04 MB 111 19
176,431 176,431 00000000000000c489d443e3103f54a5a3be2defc8f616232c3891150c37971d 0.03 MB 56 88
176,430 176,430 0000000000000584d78ec775abea1a4a99da0a6bc23baf291f1256dcb7fae858 0.00 MB 11 68
176,429 176,429 000000000000046932a87f0fc2f5aadf2aea485752a1a850ccc17c08df88d98b 0.00 MB 11 71
176,428 176,428 000000000000000e0a458f942e2384c4ae4350a6cf2da1bab6e9d01612e028d1 0.02 MB 48 14
176,427 176,427 0000000000000a12a12cc1fb8e531eb75cc613805ce354fded382e6b5b1db332 0.05 MB 71 166
176,426 176,426 00000000000004a999df1d309610291748c37458745a9b39c8a504743f9aa981 0.01 MB 31 38
176,425 176,425 00000000000001c987469416c1aeab36950243bfca34c21279a31f08f190f315 0.01 MB 10 7
176,424 176,424 00000000000008101db72019f5099a58c3a79a719dbee593969c8a1e70d93a00 0.00 MB 8 0
176,423 176,423 0000000000000a77e01ef5efff375b086e340f9da46358758fb803239730e711 0.07 MB 139 110
176,422 176,422 00000000000003d45a1c3c8a189992ebe39f9d3a8235de602632d901ceaa0378 0.05 MB 125 11
Previous 10 blocks ↓
Total Size: 769.02 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,624.39 GB sent, 92.99 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.