Memory Pool Memory Pool Refreshing

4,024 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (590,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
316,867 316,867 00000000000000002b2c31386cda5aed39bea3a24d2785a4143cd7b30af17880 0.14 MB 198 22
316,866 316,866 000000000000000022f5d78fe2a4a0c47667c0f1603f39bcdb2041b158e3cf9a 0.05 MB 128 42
316,865 316,865 0000000000000000027efe93d5a1dcd5580cfcb5bb2824c7c525dc32747ff930 0.01 MB 18 27
316,864 316,864 000000000000000006e4c6599f315752d422d6151460c2dbf969cc20ce9e22c9 0.04 MB 59 17
316,863 316,863 0000000000000000225cf9790ef4eef0b132723db4cab3b6abd7beef339187f4 0.07 MB 169 37
316,862 316,862 0000000000000000038313b2bbb4529e4bfbe5ee7db1da880e560eeae6a0958f 0.45 MB 982 32
316,861 316,861 0000000000000000139c125d4aeea3ff1a6a90bd3e2d73493817c3ca9d682b31 0.14 MB 279 33
316,860 316,860 000000000000000009a0c0fe940d18b117b8fa0140137797e522c969fc2e68c3 0.04 MB 72 14
316,859 316,859 0000000000000000066705ff24a87d955b207ab67447fd0fad6deab70f4a7b75 0.55 MB 985 29
316,858 316,858 0000000000000000051841aaa55a1393e2edf545c857c69973e0b285f2a9d55f 0.27 MB 474 29
316,857 316,857 000000000000000010a865a946ef3781beb6d0a69a0286de51face73d88f8fcd 0.12 MB 150 30
316,856 316,856 000000000000000012feb790a9ef2e01d50299c47e8a1fccad488306a2c26c63 0.26 MB 490 26
316,855 316,855 0000000000000000166fb45461f9ed73b55953a8c9d1873857d52c0e2a662390 0.13 MB 228 26
316,854 316,854 00000000000000001071a1a4dc0efe9c4b0ca32c72bb3ecb7fd217ee957b1d07 0.04 MB 128 40
316,853 316,853 00000000000000000ba0724d768a811d8203f8adc631f4c073f38c23125d12cf 0.55 MB 1,071 32
316,852 316,852 000000000000000008a0827ed4ecff71f394e7a81604e4ee857741616582432e 0.24 MB 409 26
316,851 316,851 00000000000000000ecfa23103518b58de244b822e13446530c22937a9a50f32 0.14 MB 304 27
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.