Memory Pool Memory Pool Refreshing

5,481 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,656 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (717,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,457 190,457 0000000000000395013195e0e77fd59792e9d980b444972edb63f16761808cca 0.04 MB 112 70
190,456 190,456 000000000000015fd414e95e07961a4fb91c9de5649b33eda9b3354d35e2f1e1 0.01 MB 32 120
190,455 190,455 0000000000000709482ef9dd6659032204e8c30fa312534c2ee4a0775971868b 0.01 MB 28 76
190,454 190,454 00000000000006da4cf1f2a1f9848acb3472eace9a65c13cf4d637e540e7d818 0.15 MB 265 129
190,453 190,453 00000000000000cf29c5b89373cf849e208ea6e4f42137b835b7e06d30a3ad5e 0.40 MB 1,211 95
190,452 190,452 000000000000048a2f83c8d3af967950e03dc30d0e4979d681a8a684b6d1bbda 0.00 MB 1 0
190,451 190,451 00000000000003964ed2568acf227afcf4b33e8533f9141e3d6c5a2741c0fce5 0.00 MB 13 75
190,450 190,450 0000000000000210e28998580048a2759595597b4b0db71b73d9266dc3c48c91 0.01 MB 36 36
190,449 190,449 000000000000040f27af25aadbd765fdb3e8b6971a0d823dfad291298e7b2f1d 0.19 MB 512 242
190,448 190,448 00000000000004500c98a8ce22f945b952416f0491035eaa61c44dfed557a7c5 0.00 MB 8 14
190,447 190,447 000000000000068fc580b673bd02aab7a237ddaff0639ca53ded76ed43c87b3a 0.25 MB 529 124
190,446 190,446 00000000000006b4f0834bb8f3b664cc25856aeb387b290a35ed8688919553c4 0.06 MB 198 66
190,445 190,445 000000000000083b4af28fdea1369b2b04eeb2cdf3f3785595bf9ff4a411afc4 0.00 MB 9 14
190,444 190,444 00000000000007dd57da3a1e6ea7a0999f3a5c20c2050002005b899b42391955 0.19 MB 512 187
190,443 190,443 00000000000006cac148ec201d2ae6bb34112eab35c569a5fa902e6fedaf5acf 0.06 MB 221 20
190,442 190,442 00000000000002adb444c16d5e8b5876b6da566cd199ed27e6f1ffd516fb8db9 0.25 MB 348 138
190,441 190,441 000000000000010ada3858a89edd24054cbeb2a75d86661e4eb245602a892552 0.01 MB 22 247
190,440 190,440 00000000000006ae85523a4b52937865dde0052ac87f6bffe9a5731558cbd8f0 0.00 MB 10 186
190,439 190,439 00000000000001fbdd991275918000c44d140194f7d98a65d31e30c32a1d0de6 0.00 MB 9 14
190,438 190,438 00000000000007dc49c829a7dac31cd284bce6daf535b19223e4635a356c4fc5 0.01 MB 16 101
190,437 190,437 00000000000006a2a35b30959fe49a72e148dcbf14962be3c193dc9a37713a51 0.22 MB 641 187
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.05 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.