Memory Pool Memory Pool Refreshing

3,964 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,078 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (65,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
842,289 842,289 000000000000000000012763c7a1c8e229b267cf6128849d689e9f5eff0f5e1e 1.52 MB 4,413 43
842,288 842,288 00000000000000000001779204cf04f265bf41b0d2ff938e8f9146715807a7a1 1.42 MB 6,910 15
842,287 842,287 0000000000000000000264ae62955f8349e0a7d53ecff99083e7339188456cfe 1.55 MB 4,672 23
842,286 842,286 00000000000000000000be4e10a32d22a84608397f9e35d8af86427df070dac1 1.43 MB 2,642 39
842,285 842,285 00000000000000000000fc875d219bde7a0f7d7c59691303ce94e9b84f1bed08 1.52 MB 5,267 23
842,284 842,284 000000000000000000028b7a14a2e935166c2b4436aa21f5a498b85f5838424e 1.57 MB 4,315 24
842,283 842,283 000000000000000000013a915b6b24c3c8eaccaf3b226bda65ae5972a8d8f941 1.56 MB 2,841 40
842,282 842,282 0000000000000000000061a3db05175355a8524254e38d0a957fdfd73593b319 1.39 MB 3,367 29
842,281 842,281 00000000000000000001b6e4f6d3c7cc263263c8c0d56f1f354b18856799b18f 1.40 MB 6,533 14
842,280 842,280 00000000000000000000ec85d8f8f8ddbf31f5bbdc93243e6dc23a8fd2f024c2 1.58 MB 4,536 32
842,279 842,279 000000000000000000017c0508a90b020c657bccd549e698a4c738867e0d1902 1.57 MB 6,524 18
842,278 842,278 00000000000000000002ac066bdceca7e3fd58fb35479645668a7c58063984c7 1.72 MB 3,598 17
842,277 842,277 0000000000000000000042ed8b9a242187f9b0c91333290151e925df51156046 1.16 MB 1,256 17
842,276 842,276 000000000000000000001502ada99520e6725a87d1dcb64aa9b499e8b6677205 1.21 MB 1,843 16
842,275 842,275 0000000000000000000217ab92b5236bc6142cd9610e0608f59877b9a1354ee0 1.38 MB 3,389 18
842,274 842,274 00000000000000000001295cf2e58ea8ba830a626266615a7b1d3d60db6bf4b6 1.46 MB 4,858 20
842,273 842,273 000000000000000000008b975733b3d5c137a897721cf84e23b6057145fe15fb 1.85 MB 3,660 18
842,272 842,272 00000000000000000001b5505df1f553f4425923fd2ac593a4c9d7d151d14156 1.67 MB 3,591 16
842,271 842,271 0000000000000000000205388714b7ce4878bce3b4d8804f2c1f015f9768fc60 1.57 MB 5,495 23
842,270 842,270 000000000000000000012eda3def1ccd7f3ac99ba00d81c137a077d1b3183595 1.53 MB 4,172 35
842,269 842,269 00000000000000000000f0793d2335cfb45840547a6c0b223c2c0a6fedb33025 1.50 MB 3,833 34
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.