Memory Pool Memory Pool Refreshing

3,712 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,703 (554,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,621 353,621 000000000000000011d2c578743146b55adce8020b75648390eb4a205681c7eb 0.63 MB 1,267 26
353,620 353,620 00000000000000000846f1ca3a76243c9cf838c728ec4b24b3144800851ed751 0.08 MB 129 27
353,619 353,619 00000000000000000a2cf887724e81d672fd74d06d62deb6abeaf6ef6ed3f20d 0.32 MB 630 25
353,618 353,618 00000000000000001410f86d62034bee55d59455cf9e47ffc329155668e9d485 0.03 MB 72 30
353,617 353,617 000000000000000013d3168665ceb4b7a7ba3dd473edfd6a2e90508b88b760c0 0.24 MB 529 30
353,616 353,616 00000000000000000506186b425c94d1af1f9c1e583de84d59a0d88889173a24 0.06 MB 155 14
353,615 353,615 00000000000000001512370a1b36d73daf9e37dbbdfb453e9a434d7527af8649 0.24 MB 408 26
353,614 353,614 000000000000000005614be450ae74fd0e8bb4f1a87d5dd2e42eecc0bd58a6c5 0.24 MB 484 27
353,613 353,613 000000000000000012063e0ab2096f12c59ec54ebd39b018d4209a772a0b1b8b 0.06 MB 143 30
353,612 353,612 0000000000000000141e8ab293622d3f969890027db0c0c3e4887c0b26aac4ce 0.10 MB 114 14
353,611 353,611 000000000000000002cdefd954e157f45b7d5a49fd9589f6740d50635bc53394 0.39 MB 580 21
353,610 353,610 000000000000000015bc76da83ce29b04027e4d0df54f1dece7d8f1f39d997a8 0.10 MB 202 17
353,609 353,609 000000000000000009c8a4d89c3995516f14ab7e1115b65651893101e2008a4f 0.04 MB 77 33
353,608 353,608 00000000000000001448ccc8f5c639743f279c93150392d1117b6b074971e465 0.03 MB 60 32
353,607 353,607 0000000000000000093643332d59a617ead4be117c6462e8b1228e91e50b1177 0.10 MB 136 13
353,606 353,606 000000000000000007423524fa80f6f869108f6a95f309855b697f6fb55e2121 0.54 MB 713 20
353,605 353,605 00000000000000000900ddd6eea244fd22544d64709a2e9e50df8cf67000d794 0.74 MB 1,410 26
353,604 353,604 000000000000000004a1cc40c63aaa599eb08fd66ce63995f8009cbecb6c58ef 0.14 MB 302 27
353,603 353,603 00000000000000000534e646b414d0bf71750f380e3f456666d252d5adf58998 0.13 MB 233 25
353,602 353,602 000000000000000006055a8b458a4b2bbfbe5a9ae157ca78f3599cd91175c512 0.26 MB 254 11
353,601 353,601 0000000000000000077c76ec3b5e4fa92ed17eae4aff832782bcf7c87818b9be 0.75 MB 1,790 32
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.