Memory Pool Memory Pool Refreshing

305 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (608,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,951 298,951 0000000000000000006c0ee2a7616e0a1df2d024005e0e01c421b35233bc5b27 0.23 MB 316 35
298,950 298,950 000000000000000076e54dc91386ce6032d0d00a5b4b07b25af94d588f7782d0 0.31 MB 331 20
298,949 298,949 000000000000000004133dd9224f57234d618852a4f7037b8c1c41aa2da442cc 0.35 MB 845 38
298,948 298,948 00000000000000001b3aa3924022e7ba3c8c89fdc8757cd807f68ec23f2e1c5f 0.02 MB 32 30
298,947 298,947 000000000000000027803cd480e97cd212b245efb12146b343136d8bfc192687 0.05 MB 116 38
298,946 298,946 00000000000000002d447e431c8e7a9483644a8bf0b0f2d336eca0b0660bb282 0.10 MB 206 31
298,945 298,945 0000000000000000367470f83175589b26d89863c9bb64ac8d5bdf97d7ddfede 0.12 MB 166 23
298,944 298,944 00000000000000001e2edf75411eeec1918f6a7ec5f6ebf6fd522a1189987e23 0.34 MB 622 32
298,943 298,943 0000000000000000499fe7c2690416600fe15fa680f23c2f9f0c9bc4d94ce387 0.02 MB 33 25
298,942 298,942 00000000000000005093646af0cfa43162fc65617c9dc5e4ffb5a90d4f20181b 0.13 MB 286 32
298,941 298,941 00000000000000008209731bf225e8cdb03812bcc624395d0a44e428f71bfadb 0.21 MB 425 36
298,940 298,940 000000000000000029da0353cf1178302c80248997fcf735397c845006d9912e 0.02 MB 31 20
298,939 298,939 00000000000000002c256abd09f70afc132211c2fb59ca36f7b5f5a65836df8c 0.13 MB 199 27
298,938 298,938 000000000000000052e44b3b90cfdb814906d086da5b412f8c568fb27dd07f7f 0.19 MB 415 36
298,937 298,937 00000000000000002f98ae4e7dd381515756da4e4721465b148e19ebf99ddb61 0.19 MB 207 16
298,936 298,936 000000000000000012ca5c737181695fd80e9958d4753f4d58380a94242e9aa2 0.36 MB 1,024 42
298,935 298,935 00000000000000005790d336ca9557336e76f0efa2272e76c49d72c5331b64f1 0.13 MB 58 13
298,934 298,934 00000000000000000918ec8c4d6ccc15f5a1b2ff7c16ea8dac5b4082b054b878 0.25 MB 341 39
298,933 298,933 00000000000000000f24a00bbcda69cddeb19e0d96421cfcf6bc35111a63f445 0.10 MB 256 35
298,932 298,932 000000000000000071308ac5eaa22253e090762b1b807848f9ea40b9fb7b715a 0.15 MB 335 35
298,931 298,931 000000000000000067896e745ddf6b13423ee252ee1240f06a47222146b6977b 0.01 MB 35 37
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.