Memory Pool Memory Pool Refreshing

8,726 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,913 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (776,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,033 131,033 00000000000011648079fb97a29d93b795d6c72b81233dcf7844f5d99151f35c 0.02 MB 24 1,224
131,032 131,032 00000000000001c1f45120db2e30ed0fc19ffbd1e3df5c8159966b291f034381 0.01 MB 18 1,574
131,031 131,031 0000000000001b0b49f010744ced79b6dbeaa6c04b91c8179f0a17f4f251ff30 0.05 MB 113 598
131,030 131,030 00000000000017312c3db5f50ff0e90ce2352297209100d1d9e7e8d59d8a432f 0.01 MB 28 974
131,029 131,029 00000000000006f6e2f67ceaa4cb451608bdd7556b76c970dfd3a61238d76412 0.02 MB 50 1,594
131,028 131,028 00000000000014b94657323a814fa84932781e662a73de134ac9d3784693c504 0.02 MB 54 1,257
131,027 131,027 0000000000000cbdf37b0651ec05623bc817aa541d5068363e9a2a45ea4acb39 0.05 MB 150 203
131,026 131,026 000000000000190a61df143ed8025601deb0fbc64af5912e126a65666174538b 0.02 MB 31 738
131,025 131,025 00000000000007d938dbdd433c5ae12a782de74abf7f566518bc2b2d0a1df145 0.05 MB 110 440
131,024 131,024 0000000000000581e7ce88213b04a5c9687ad17158543f9a9f71f8226dd4658b 0.00 MB 15 800
131,023 131,023 00000000000012efe76809bd2bc28d8718e7c2b5b381ac0328e526ad6c37c8de 0.02 MB 44 1,680
131,022 131,022 0000000000000fd2c990a8205f1e23a21a206c1056d422eff88f158b56bf9e8c 0.00 MB 9 1,258
131,021 131,021 0000000000000f142b21703dd9fdcdc0d821418e58eba83d8876ca4b64385abe 0.01 MB 27 713
131,020 131,020 0000000000001802284629c81ce510c3e51b4be9b6e4c7af3001cf5516113e57 0.01 MB 41 1,305
131,019 131,019 000000000000082cbbb072dc6c90a67db7fe100ed9bb4a00d2d4dab21a2513e6 0.02 MB 33 981
131,018 131,018 00000000000001d6a9f7f85f9ab3ee6559c223c7b8abdfe4389cefce5d462696 0.01 MB 35 1,179
131,017 131,017 0000000000001786c5d8e5027fc0dd7705ce9c8f4d12d6f20cae5a474ab2f4a5 0.02 MB 67 1,884
131,016 131,016 0000000000000a81de6e84bf184935b5d37efcad22943f5a9d64a3065d59759d 0.02 MB 47 1,494
131,015 131,015 000000000000162a7e120a893031f8b1fb85f32468c32cdedb874c97c3de4417 0.00 MB 12 2,897
131,014 131,014 00000000000015697218d276c7dcda7625df588015e3746263bd29b41b9ef6f7 0.04 MB 33 1
131,013 131,013 000000000000038ce4f2d9ab8da4f76814c478e0958d7a434c2c757ebb6c4adf 0.03 MB 24 202
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.