Memory Pool Memory Pool Refreshing

3,334 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,395 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (734,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,110 173,110 000000000000003c5cbf20c09a7894fdf677a91b79c17207921f0bec9c6b6beb 0.02 MB 65 135
173,109 173,109 00000000000008f9bcab3baf2aad43060e222876e4e3f1372f9fa1785f9907b6 0.00 MB 7 373
173,108 173,108 000000000000050cf434044c2c10fd1544d4a42e8acf481ab8e9a2746e07acda 0.01 MB 28 250
173,107 173,107 0000000000000271330e9495570593d21c899385a74746233f5cf5da5c93b276 0.00 MB 1 0
173,106 173,106 00000000000005f33f927ef8df90ac8c7f64e2e773112b5d76f92f50b9a8f191 0.02 MB 49 70
173,105 173,105 000000000000060ffd21ea820f783b023ccc52cc98371aceb01e9a28b9fb6bf2 0.03 MB 64 137
173,104 173,104 00000000000007255a2e5ce59dde9f9168be9dfdc01d13747180f11307e52f93 0.00 MB 1 0
173,103 173,103 00000000000003eeb2fc7e338758c50441fbd55c6fd8e008e51cd3cf8770392e 0.02 MB 49 79
173,102 173,102 00000000000009f6cf6840578941cfba969279bb400754f1f2faa594b0c55efb 0.00 MB 1 0
173,101 173,101 000000000000045e73b2d5718a3ce02f24498216a0ec26ce1b37c6cbe0f85dea 0.01 MB 14 14
173,100 173,100 0000000000000695965e21674c545ee0744b6bad840e5648ee2690c87240b28f 0.01 MB 13 33
173,099 173,099 0000000000000b16a20139f0853d2c9b2fe0a707bedbdaf3075b23ae0da1ee15 0.01 MB 14 190
173,098 173,098 00000000000006b3ad0791f5a6aa8f746c3b2a4e60892a05fd75941a8e4b6cdf 0.00 MB 1 0
173,097 173,097 0000000000000ae3c037645d69af0fd72260cc3367706681a89d8dcf8383d8b4 0.00 MB 1 0
173,096 173,096 000000000000074c7a2f792b9985d2b039377df008a7ef97970e9861420b0d9a 0.01 MB 12 211
173,095 173,095 000000000000081f0e1f5b66e2063ebebc65ed097ac14eaa7d0db5f16c4883df 0.02 MB 70 144
173,094 173,094 000000000000084a69351dd035c8c5917e2b8eef8df02f3f0c4be61fcde7c636 0.00 MB 10 0
173,093 173,093 0000000000000a61c137606a3915ffa4c23ab677360d33314a2b8f18f271fd5a 0.01 MB 20 183
173,092 173,092 00000000000008920b4306c8aa88e0794b3cbe2e2b5582c6bcb42b6c5ae9a4f9 0.00 MB 11 35
173,091 173,091 000000000000057f27095bc8504b3f75a51bad681c93916e742d4e2fe1a21cef 0.01 MB 22 53
173,090 173,090 0000000000000070216bbe10b0077f11aaf381739def06b98ba031712778df13 0.02 MB 48 187
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.