Memory Pool Memory Pool Refreshing

19,425 transactions
6.25 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (605,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,695 302,695 000000000000000064084ec4415573ead5dd7eacaf0de5ccc68667b0b070067c 0.03 MB 32 29
302,694 302,694 00000000000000006102275ae9afd1615880bf7437392cac4c761244e2d9eadf 0.40 MB 649 30
302,693 302,693 0000000000000000051da91276d4e90ee695ff9aec55c1c48d2301312d1ccec5 0.03 MB 62 8
302,692 302,692 000000000000000064c147e5c34d15be8e225fc9d124b14ad5f540842f7cf696 0.49 MB 602 22
302,691 302,691 000000000000000024eef1c4e3e23b570837e0e75257b8dd909b8bd82549460a 0.28 MB 495 30
302,690 302,690 0000000000000000190b12e6a660fa2930ad35a176b6f7e5623792d708dcf048 0.27 MB 389 24
302,689 302,689 000000000000000005f6ac1127163be798f6e54e0c7717dbb11ae7f52cda4d9b 0.39 MB 615 31
302,688 302,688 00000000000000005e4ab5f79c18eaba073521da659d7e1d28a8e939a4883be7 0.08 MB 175 30
302,687 302,687 0000000000000000358b8dd834dccf38a756a7fa61263e3b4fb8b4b29749d62d 0.12 MB 137 10
302,686 302,686 000000000000000043ddbfca328ceaf9d2870c420e514440d1f303412abec194 0.20 MB 296 24
302,685 302,685 000000000000000038fe63f4fda8d3eca47bea2d8bf3ace7fbd4fe8b75c17629 0.35 MB 705 35
302,684 302,684 000000000000000064655e03b656172290143d8e20ab6e157bf2821798cc521a 0.28 MB 467 28
302,683 302,683 000000000000000060cc2c32c2b0ab5a676b91d570ed2731b38111e9713f6054 0.30 MB 522 26
302,682 302,682 0000000000000000578a6ca25e1fa70188525f97bbff449d55c74ade6bc838f6 0.09 MB 207 33
302,681 302,681 0000000000000000470d886a65413831d063365f3abe3cee6902735d86359e25 0.29 MB 350 130
302,680 302,680 00000000000000005ef7e2039b28d2cd86c801b2063b77278831fb01242b87a9 0.35 MB 620 33
302,679 302,679 000000000000000014114d63df4a54520bffdea374f58d0e82c485255650f20a 0.12 MB 258 41
302,678 302,678 00000000000000003382856906912d501a9b509ceb0ddf02a34e9551fa0182a7 0.32 MB 492 30
302,677 302,677 0000000000000000198109e8fda37b98d196fa52e48b209606db83c1bf04e324 0.02 MB 39 21
302,676 302,676 000000000000000045fa50e73e2d988490fb3ecdd5041db19a9ede58cab8bb55 0.28 MB 165 15
302,675 302,675 0000000000000000554ce07f93b1bb625c20a0c796594584815accac7d3f886d 0.35 MB 810 44
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,624.48 GB sent, 93.00 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.