Memory Pool Memory Pool Refreshing

1,804 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,787 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (275,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
632,476 632,476 00000000000000000000ea3f2ea157fcdc25f763be5ad8e3759cc0a074b3c094 1.09 MB 1,223 63
632,475 632,475 0000000000000000000ea7c20261383ae08b843d68c6e9a1dab61433994a2b4e 1.04 MB 1,120 90
632,474 632,474 0000000000000000000f844919aa691dda321483d4709f2604548271560e7afd 0.90 MB 2,119 12
632,473 632,473 0000000000000000000a5816904a05e5284fd9a29e7917bf5e2752c886781631 1.40 MB 2,401 84
632,472 632,472 00000000000000000002d17fbc2a3b7d2d514911ab17d5d5955841983d548aaa 0.89 MB 1,706 37
632,471 632,471 0000000000000000000a677b4ff01654ddd1b9a0fda5c818cf6ace2d6f3f4f0b 0.42 MB 739 38
632,470 632,470 00000000000000000004ad49d45b7ca013ca2b2bef9955b9db5c62e6cb3b10e4 0.84 MB 1,378 45
632,469 632,469 0000000000000000000965ffd1f171b96c6fbae083a28ae44aecfd17165ec970 0.59 MB 960 22
632,468 632,468 00000000000000000009c510c5d6111e265410aaeec179fe69062dc8d4d73474 1.29 MB 1,751 35
632,467 632,467 0000000000000000000d2936b039fcbc64dc43bb2a160090aef5ba5f9c20dae1 1.23 MB 2,553 13
632,466 632,466 00000000000000000002fc9069d43b4f20d1041e9bf1de67922794ada8e0b67b 1.36 MB 2,312 63
632,465 632,465 0000000000000000000dfd3b995c54e5d27584faf1819ba590a5e3d181886e5d 1.31 MB 2,392 105
632,464 632,464 00000000000000000002db402f136c36d8762e9a946f25b249fb98e43e2490ba 0.91 MB 1,992 4
632,463 632,463 00000000000000000011f9811bd58417a65fb808a167aeef257774cb9f7eac9f 1.49 MB 2,137 81
632,462 632,462 0000000000000000000a1522a3cbfa223043d3cc4be8b063db69ea68ce76aec7 1.22 MB 2,484 47
632,461 632,461 000000000000000000056b5b97701c33b9b9908a433d272edb15301cf9941541 0.49 MB 689 16
632,460 632,460 0000000000000000000ffae498a8f225978150d1ed39f3c0dcc32b7280e3a294 1.32 MB 2,431 64
632,459 632,459 00000000000000000002fc856addcf452205894332a606e9af071edb6484cbac 0.74 MB 1,571 22
632,458 632,458 0000000000000000000e8776402cc6ecbd7ccfc7d3d6b849b19cbe703281bc23 1.28 MB 2,543 57
632,457 632,457 00000000000000000009f008a931623d3395a9a46292b52e9d96201b98833e6f 0.54 MB 449 17
632,456 632,456 000000000000000000105a64d93e9d0e063b6a71fbba2382a9d6d92f05f5dadd 1.33 MB 1,619 24
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.