Memory Pool Memory Pool Refreshing

3,763 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,907 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (360,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
547,010 547,010 0000000000000000000f0497c7a722eb38260f33f1fb9059223b4da835f42adc 1.33 MB 918 1
547,009 547,009 000000000000000000062a19e6af168f08253c352078489be9cadcf0b322432e 1.14 MB 2,155 5
547,008 547,008 000000000000000000061a0376ca45e6fe90018a584be11b1bf330d7bfaee477 1.29 MB 2,436 23
547,007 547,007 0000000000000000000e2ed9b2ba424bf6897330ceea0968c53b633d328ea682 1.12 MB 1,155 5
547,006 547,006 0000000000000000000ca49513227536c75b042d4eb87cb9960e7adf6d1cb440 1.25 MB 2,778 8
547,005 547,005 0000000000000000001541da92d17a6390e8d4a729957095a73ef31f704e260c 0.24 MB 423 3
547,004 547,004 0000000000000000000fe1f4048ee27cc9516112cab7881a79cb79d20e055ca7 1.32 MB 2,255 20
547,003 547,003 000000000000000000250702058fa005b9026cf12abd660934baf3028cd9b6ab 1.24 MB 2,252 18
547,002 547,002 00000000000000000002ae02dfee22e5823e82a6458e28d01a1493d2793223a7 1.00 MB 1,634 2
547,001 547,001 00000000000000000003b34811fef82f5062ba6cec6acf8890cd0a0cd6f8c77a 1.11 MB 1,546 4
547,000 547,000 0000000000000000001f7939657239508fc5c008ddfdb133eb797a14d663b0eb 1.15 MB 2,165 7
546,999 546,999 00000000000000000013db8dc96c25b99c4aa0e27c24130e0c7ae3afb60fd390 1.28 MB 2,308 17
546,998 546,998 00000000000000000005d46718442acbbee4f7316ddb4e12670fb9f40616b82d 1.17 MB 2,568 5
546,997 546,997 0000000000000000001e73cc7fb6c1e03198163360efb184295aa2ba0af02f3c 1.25 MB 2,437 22
546,996 546,996 0000000000000000001fe932bd31937eb50c1c7239e455eadb89392f5d792638 1.35 MB 2,242 11
546,995 546,995 00000000000000000012a22038c6dc5bba5511f536980e7e4ca56033c4a8aa54 1.16 MB 2,446 7
546,994 546,994 0000000000000000000020635839f3320a7cddf083db8b536e4b99c26ce51986 1.27 MB 2,422 16
546,993 546,993 000000000000000000016071dfdcbfc2eea1a1dd3ec4369c4cc6266681f65121 1.30 MB 2,516 18
546,992 546,992 00000000000000000011fe27096302bf7d2ef7d222f810ddbbc4d57eb32e9b68 1.29 MB 2,229 12
546,991 546,991 0000000000000000000e04e54eee7ca4465087c1228263061aae265159056efd 1.19 MB 2,362 28
546,990 546,990 0000000000000000001443c1fe6f9e0be07c46949b7cfe0fd8e055fc65fabb0b 1.27 MB 2,371 29
Previous 10 blocks ↓
Total Size: 769.21 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,634.44 GB sent, 93.99 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.