Memory Pool Memory Pool Refreshing

1,235 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (894,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,214 14,214 00000000ea4145861c48f2f689fa7d93ca6a1b3ee81056ffdb6dd669c45d4a39 0.00 MB 1 0
14,213 14,213 00000000c683dc02140eece0d49566670ca2acc217779da146267ed425b897f2 0.00 MB 1 0
14,212 14,212 00000000af39fad491cb96e0a6cc6902912287c9fe73c14aef363dfd5d9c5882 0.00 MB 1 0
14,211 14,211 00000000e7c60dc60e6ca478570525a104ff6e0d1a0fad7428b20f5cc67a8905 0.00 MB 1 0
14,210 14,210 000000006a4c0f58683d8d21cc46e6d9d69729d327abb692db705715bfb3325a 0.00 MB 1 0
14,209 14,209 0000000026be7feef4d28072e0cadade32c7816df0206ac408ba9e9d6f79fd13 0.00 MB 1 0
14,208 14,208 000000001a6f6f38341970246220e18d18c0e72eda9ac3a87e362be1911b83b0 0.00 MB 1 0
14,207 14,207 000000005954302a6ccb2555e9843036a81c191c29cee0fdc96ad6493046226c 0.00 MB 1 0
14,206 14,206 0000000052b7c12b4da63252a859120edcecb119039ee6f8e5f6d051b453f430 0.00 MB 1 0
14,205 14,205 000000006ef68e172585b01655b8232cca982625b4ea2c8277800f32296cb30e 0.00 MB 1 0
14,204 14,204 000000000c1e1ef49d9f8221e79c3e03e1abdc8db4613d0bc79520a825c91acd 0.00 MB 1 0
14,203 14,203 000000002a1ff1c18c74a27c751dd8d6c37ade512053020bfbb98057de0a50bb 0.00 MB 1 0
14,202 14,202 0000000007ee060cbe779d1fe3a6cd6ca98d5416aac5c6a57f75e1eefe73968c 0.00 MB 1 0
14,201 14,201 00000000b7f4eaf916e6351c5af3d69a95c833a22cf87c00f52a18d232f785fa 0.00 MB 1 0
14,200 14,200 0000000059bc248e02560ab9d2a7cdefa20176a800b71e08fa7af19dea403d83 0.00 MB 1 0
14,199 14,199 000000005d136bf7fc9f88730bfd776bd9ecbe649c3e6c73c49bbd9fe1efad38 0.00 MB 1 0
14,198 14,198 00000000dded1ea96ef5ee66cf2b09db22b02fe549f1541b61b5cd403463ea5f 0.00 MB 1 0
14,197 14,197 000000000d087478661ec3c4f6902efbf508eca2670992e2d0225eea43995586 0.00 MB 1 0
14,196 14,196 00000000e59e37d7091cabd7be244fbdfd32092f9d301d46e4a6a71819c5b325 0.00 MB 1 0
14,195 14,195 000000009858e8ecc13c55da81cd6b3451cc73a9bb5a080e4d02b922e67d0ec9 0.00 MB 1 0
14,194 14,194 00000000f18d3c76d80f4081298f7f18a3b78cb2009e6233bb55fba52e1e6050 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.