Memory Pool Memory Pool Refreshing

6,124 transactions
2.00 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,887 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (590,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,888 316,888 00000000000000002a91a38f5b6f9391d19797b69b21d5f33add58b819bb59c2 0.14 MB 323 28
316,887 316,887 00000000000000001c36132cf3d56a51b8efd6f0135f1c6f93ea19668a6b7c5b 0.27 MB 508 28
316,886 316,886 000000000000000018735e9491d45e218f88b9c87197d512264f5841f97e7c9f 0.04 MB 82 30
316,885 316,885 00000000000000002131ee589afea0db47cff73eef906ab8d7076d9b2b77438d 0.29 MB 515 26
316,884 316,884 00000000000000002330277a430368f3dd7214443748bd1efeb253fb9113a42d 0.05 MB 93 25
316,883 316,883 00000000000000001e1cee60528dd4fca0e411f9353907388b311cff151ddc47 0.05 MB 51 24
316,882 316,882 000000000000000013393df61ee292d0fbab4b8b4665fdc7949f961e5143e910 0.05 MB 52 17
316,881 316,881 00000000000000000f94426a6aaad7f28cf36af65e33cc0611e23ab0c9512737 0.25 MB 448 27
316,880 316,880 00000000000000002bd5253eea35eb3a1c87c4017e71000d32753fbe17c553cf 0.00 MB 17 33
316,879 316,879 000000000000000026de1957169e7eca7589ccddd8d0f2508d731cfec063fdaf 0.04 MB 70 27
316,878 316,878 000000000000000028e9329d1c0a1c5ebf5de5042b6bd3aaf9fda01511ab1423 0.03 MB 51 21
316,877 316,877 000000000000000023360fed0e9e0bd7ac46e19d07bafceb50e6c03796eea305 0.09 MB 176 24
316,876 316,876 00000000000000002ad2f5b70f8ed1800c37a1168faa1fd5eb8f49a3e7112cca 0.30 MB 700 33
316,875 316,875 00000000000000001b2729d9802d829d072d9f8cb404d88b982608f260d531ac 0.10 MB 241 31
316,874 316,874 000000000000000001744f5cf9edbaf076c22e07af5476f82f2692865c08cc47 0.19 MB 386 26
316,873 316,873 00000000000000000cf2dfc2b425a267a4c19852e67e1d9f1cf3d462066a3983 0.03 MB 44 21
316,872 316,872 000000000000000018c097e0d72cb22cc7f16ee90551a3e7922e4e5986365d7a 0.07 MB 110 25
316,871 316,871 000000000000000011e4b6fb2a0a5a46d7591af54c376fdafe352e2e3f4f9464 0.18 MB 318 25
316,870 316,870 00000000000000000512ad74226040d452bd19b163771f68dd2b456b60668dfd 0.41 MB 593 25
316,869 316,869 00000000000000001ef52bd42f6d20a4bdde16da5be05ceea5764a2c178f7001 0.26 MB 523 30
316,868 316,868 000000000000000013fa356fe0fd11bc3d729bd2c981b36fefc835c5f23a3ca7 0.01 MB 25 29
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.56 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.