Memory Pool Memory Pool Refreshing

5,377 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,685 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (633,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,568 274,568 000000000000000372da24b95a0cf49096c5cea76e23f4d49ee8c4e45b6d7760 0.10 MB 92 56
274,567 274,567 0000000000000003176b1278aa61715d1cff48e0b4b17f250f339f01774dbdb9 0.25 MB 398 38
274,566 274,566 0000000000000001ff8dd90fcef835fa0ad60256d7f84eeff10c6b529fffba5f 0.08 MB 184 47
274,565 274,565 00000000000000010e6d758422a8382d82c75895f74b884c6845e7ceb98eac40 0.18 MB 413 70
274,564 274,564 00000000000000031fab0464e9c657b73925c8b602c20cf392fc15ed9f603b31 0.07 MB 177 55
274,563 274,563 000000000000000499ec928386ea405cfa89891158d02302c297827f2c2a5778 0.15 MB 368 47
274,562 274,562 0000000000000003797341e5474c3d9871a37db87a2260b453a95bc4fa6a09af 0.11 MB 255 46
274,561 274,561 000000000000000248836f43c16d6a45573c2c0b51ce1265b44e33b97c8ef84d 0.09 MB 140 11
274,560 274,560 000000000000000199933e6dc9a86120fb4838c1cc8459122a141d7dff5a1dd2 0.36 MB 493 56
274,559 274,559 00000000000000038f24dd6f66e6fbd98919c04773be89fa2292084de3275478 0.25 MB 598 68
274,558 274,558 00000000000000002ad2ba30cc8065fc99b54eb5b0a760fd1ea4fe0a63ad493b 0.34 MB 742 56
274,557 274,557 0000000000000000a114ebb38212262c80006d7e6959a4530a62854e2ae3b933 0.82 MB 1,025 34
274,556 274,556 0000000000000002879c9ac9e51d44b00cf68886ee5f2fdd0370c9c1b0c12a70 0.25 MB 786 68
274,555 274,555 00000000000000048d68e2bfa385ee5defdffbdaa0dc7fdf7a38719791166941 0.25 MB 745 71
274,554 274,554 000000000000000003cf2b7a1eedbff08676443012eef379df8f6d7554f1fffa 0.50 MB 1,067 47
274,553 274,553 000000000000000313c587e723cc37c380a2e5665c4525213dfcc06caeb71ae5 0.03 MB 82 123
274,552 274,552 0000000000000003c1e87a6cd3fe77c2554385a47207be2f5811a72683edbdf3 0.24 MB 527 44
274,551 274,551 000000000000000445a6cb59ec6c68ab2ecb769a925e1c05a9be9410eb53a485 0.13 MB 299 37
274,550 274,550 00000000000000004e566db00035fd1aed9a014953d21c29abe8dfae366568e6 0.24 MB 516 55
274,549 274,549 0000000000000000b42c6faf12ebcf12316b0352880e1097de97c2729514361d 0.05 MB 163 63
274,548 274,548 000000000000000034f971118aa42a158f795b2abf7d31412b2add36c99efa0c 0.00 MB 6 60
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.