Memory Pool Memory Pool Refreshing

6,857 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (597,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,125 310,125 000000000000000025886bb0418aeb8dc64598e6b3ddb0ddc5f502087858ea59 0.00 MB 4 4
310,124 310,124 000000000000000002f84280c61cf4a92837e6cceffb5a319bb2bf202788fdcf 0.19 MB 288 25
310,123 310,123 00000000000000001b7d14addb4c0b7fe0d55995a588e4e99ac493ca4c412e84 0.35 MB 456 18
310,122 310,122 0000000000000000367b63a30d3b36db758af1235e0467a630b942a1695eee81 0.59 MB 854 27
310,121 310,121 0000000000000000328e32a12142857fb285b14063e2d1faf67e6a3cd006df95 0.83 MB 1,567 30
310,120 310,120 0000000000000000274d7cb9969fd5844c2e9776ea910cff3e86686b1f65e95a 0.03 MB 64 68
310,119 310,119 0000000000000000374cfe23e4c1415264df5015524e1b124224957af3df5f3f 0.18 MB 314 27
310,118 310,118 000000000000000038ff61145b1469b2c519f12909f7235110fa67cc83a4cd55 0.33 MB 631 32
310,117 310,117 0000000000000000344d2ee5ae9abd29fb7bf5171c5279567e8df992dd7d504c 0.07 MB 139 27
310,116 310,116 00000000000000003ed411616a30b94175e04ea360054409fd8dd7f5e65f840d 0.05 MB 133 27
310,115 310,115 00000000000000001d5fb718dda1269c10b598487998edcb2e7721e08fcc4255 0.31 MB 595 28
310,114 310,114 00000000000000003d68426f885a958de9bc210d419c47441958e7d9965afda8 0.37 MB 423 20
310,113 310,113 000000000000000040f94f854e62ebed2ca8a025c720669240da021e55fdf1ea 0.75 MB 1,751 35
310,112 310,112 00000000000000002e8788782a7e99c66fd6e99dec670c7c28f2967827bec6ec 0.00 MB 1 0
310,111 310,111 00000000000000002fb3a7eb9e0f0bd61635cbf89e346509d46c6c86adfbe4de 0.06 MB 149 27
310,110 310,110 000000000000000011be18f5b35a09b9ed15abfe0d108122592e216b3f3bee7c 0.47 MB 820 30
310,109 310,109 000000000000000033e970f22b6571ba860bc5533afc47e3c2b7f323d8e6be0e 0.05 MB 95 33
310,108 310,108 00000000000000000a747a7b4ae0d57ca8065cc0d3f5f9585abe94308a0a5aa5 0.10 MB 189 28
310,107 310,107 000000000000000040de0d372c503599d83dc05ec0d3b31d10872c98c82cb92a 0.32 MB 564 28
310,106 310,106 00000000000000002481fe3049c0f312d3169a4d9ecff68529eb583afa756f35 0.41 MB 806 31
310,105 310,105 0000000000000000064594fd44816f8ab656d2f2627848990c47f791e4276ad4 0.39 MB 764 34
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.