Memory Pool Memory Pool Refreshing

14,092 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,256 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (713,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,297 194,297 000000000000059db6a47692fdb7231a5a5c6ee1be3f2291c7672c369180f2a6 0.12 MB 317 155
194,296 194,296 000000000000012fc7f594557daa23c9e18604805014afb19e6adbd9a30d3bbe 0.05 MB 151 3
194,295 194,295 00000000000007113d26ad759892479e2b34306546a17985a99f65872f4f2837 0.12 MB 277 258
194,294 194,294 00000000000001141b48504bc72a7100301f4001f9313e846559d31fedeb775b 0.09 MB 201 130
194,293 194,293 00000000000005eb98528803ea1641e72ac006a1cb5d78ad644e63ab12d20511 0.25 MB 644 165
194,292 194,292 0000000000000512042c9fd5efc210923275c43c60d15319571e26f4fd827b3e 0.06 MB 159 4
194,291 194,291 0000000000000330f6275e723e424087b6ec9b5808886dcb3ab111af85a36280 0.25 MB 613 199
194,290 194,290 00000000000001251a09d5e440f5f6d1eb1e156f4e04e227261be51f784dfe92 0.05 MB 133 127
194,289 194,289 0000000000000466d38ddd96ebc482ea2335e8f53176e65a790665820be50c20 0.01 MB 32 0
194,288 194,288 00000000000004b791712a48ce5d20e86f1c949b8bb694178aa026e7ab38a70f 0.09 MB 161 161
194,287 194,287 000000000000050bc9be5fd0ca40528b364cd396852f63befa01275ceabd9e91 0.00 MB 9 120
194,286 194,286 00000000000001042b4d74209765d9d33b71bf5e36f56093e5670fc16a01c40e 0.21 MB 512 126
194,285 194,285 00000000000004472c4fd9e0828c51b55fe11e10129327767b86f64910740558 0.21 MB 545 176
194,284 194,284 00000000000001176c2767c7bb3c81dcb94cda8079f2e7b80ae5561681185da7 0.06 MB 142 40
194,283 194,283 0000000000000405949c6b7947dbe0beb5585971d17806272735cd880199b114 0.07 MB 154 100
194,282 194,282 0000000000000771aea8400945668040c7c20d6e389930170aa07bb7656510f8 0.12 MB 282 133
194,281 194,281 000000000000043f5aa06c1b3c0b7b55bfaa809c55627aad54e82d129239994f 0.13 MB 350 135
194,280 194,280 000000000000045bfb46ca1062d812fe79de1c03b00fdac1cf249586fb5afdf8 0.25 MB 700 156
194,279 194,279 0000000000000340001d7c1de18717c86c2e9fcb73278cbf1857f6f17e974bf3 0.07 MB 203 1
194,278 194,278 000000000000030025d88773b7789d7dcd4aca747dc7e8e40d4c6e2ea8c98b70 0.26 MB 640 177
194,277 194,277 000000000000013a5193109939eb50b36555a99d187e877e0ba9a17c05e0fc89 0.01 MB 32 0
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.