Memory Pool Memory Pool Refreshing

8,624 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (568,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
339,011 339,011 0000000000000000113243f82325b82103ecd55a9f6720715565a1176c6db737 0.22 MB 586 38
339,010 339,010 0000000000000000052fcd42d27ce1f59b17c2858a19882345234d7794320b18 0.27 MB 600 27
339,009 339,009 000000000000000010c63f7bc4e617ab563e3540d74ea26f53450a36091b93ea 0.39 MB 442 19
339,008 339,008 0000000000000000179e857f8133b0e7e3796c96860fad5410129a31dc79c905 0.28 MB 470 27
339,007 339,007 0000000000000000099bcd3a546aecce36822217c388094a407846436ffc576f 0.69 MB 1,251 23
339,006 339,006 00000000000000001117be3c2b93308352dafa8e933c00df204a336dba15bd76 0.11 MB 256 27
339,005 339,005 000000000000000000abd55611888b944d6b3ca25a8275fab1e475f640420bb4 0.40 MB 779 26
339,004 339,004 000000000000000010388d3e0ba978fc40df149c254a6b8c3019ac3e216698a6 0.70 MB 1,266 24
339,003 339,003 000000000000000004f1376a4557baf0dac4321b3f24c647eeaba6066c5938da 0.75 MB 1,232 23
339,002 339,002 0000000000000000097c45b6b8d2279d231e470af35a2d5186c5592c30748a33 0.12 MB 208 15
339,001 339,001 0000000000000000001d93a402d4bf7f8991cc5b849832c948a2e20c680a7837 0.49 MB 526 14
339,000 339,000 0000000000000000146a5926d9dadeb41267c62fca35884519e035bee5b52e93 0.75 MB 1,410 30
338,999 338,999 0000000000000000174668de6c7229222c350e7b91629d7e5f6501af019629cd 0.47 MB 449 12
338,998 338,998 00000000000000000587db3ecec3301c5c1eafe17d99222fbc9ef3ca90de2a2c 0.17 MB 466 29
338,997 338,997 00000000000000001684c88d78da8828131b3deb7be1b68d52e4d8e626bf4765 0.18 MB 227 23
338,996 338,996 0000000000000000185c8f7192f6f1920ea14958977725ffffb4f50e8f6dd504 0.40 MB 657 24
338,995 338,995 00000000000000000fd70ec329f2f01b1258cf017a4eef54e30efb549deb2e7f 0.32 MB 567 22
338,994 338,994 000000000000000000b49f03d19d0848d74008f9c135f30f56b078eaa723f3aa 0.16 MB 317 26
338,993 338,993 000000000000000011f620be6a08c13ee3ccbea42a395df424e965f2db8b3e43 0.22 MB 347 21
338,992 338,992 0000000000000000063ad44824355ca07cee26844597ea97ad265a144bf080c6 0.34 MB 610 23
338,991 338,991 00000000000000000962c19fe66af37f15243a59feeecdfe4baf9af6a604365c 0.46 MB 708 19
Previous 10 blocks ↓
Total Size: 769.04 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,626.67 GB sent, 93.07 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.