Memory Pool Memory Pool Refreshing

2,256 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,008 00000000000000000002349e0000000000000000000000000000000000000000 0.88 vMB 2,242 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (805,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
102,953 102,953 000000000000aa7ad5eeaa08eebd0d4b6ab04873aa252780852b5e44c22488a2 0.00 MB 4 0
102,952 102,952 000000000001b5bbf476ec239dfb9d4fd5f7300a83394280b5d1daf4bbf2dba1 0.00 MB 3 0
102,951 102,951 000000000000be5bee44d6c9762f4b0cd9dbf813cc4ad1fcb6befc73cf5eb7ca 0.00 MB 7 0
102,950 102,950 0000000000002aec7f3aa60a52f04d663b7e1edfada4b8f046962d054a4515cf 0.00 MB 11 0
102,949 102,949 0000000000002bb5981d73283c8adff8de220711f05377d445a3e2c1f18d7dd2 0.00 MB 12 0
102,948 102,948 0000000000030deea69b359881c08a37e51d8c2d9b55c90d9f1869035acd3239 0.00 MB 13 0
102,947 102,947 000000000000308f3eb0f822aaf8478aaaa0ccc205ee22be39c49a1e12a0b29c 0.00 MB 9 0
102,946 102,946 0000000000015b177961118e3a51f8136f5eab6f2f76e24c8ec709ce67b92d24 0.00 MB 12 0
102,945 102,945 0000000000014ab6c9052ce6a2c2cc3bfad287e392d2d1fd4a8d1a0b4885727a 0.00 MB 18 0
102,944 102,944 0000000000027d61b2fb4da4711a044261af6afd798ce37ac4d3887faa99d03c 0.00 MB 2 0
102,943 102,943 000000000000c01d0071236b4a0efcc4677f1c307f1fc4d59fe066fef5934a30 0.00 MB 2 0
102,942 102,942 000000000000ae044edafcd6889baffaf42c427a3881515ab09ee9067fe1f48f 0.00 MB 2 0
102,941 102,941 00000000000165f9952466b532ad5869d63f75f7c958092e8a5276ed6bea1fa9 0.00 MB 1 0
102,940 102,940 0000000000015a50f047de8054c5f75d9cc417a00c50c1ece7f5aa17b126da7d 0.00 MB 1 0
102,939 102,939 000000000000a3c441dd9f56ad53309f34d42262c9c5d350c6e72b9e02394ac5 0.00 MB 1 0
102,938 102,938 00000000000140ac404715c4c4093dedf0b5053ef6b28bde1e7874f2db47cf8c 0.00 MB 1 0
102,937 102,937 000000000001795596b6ffe9af9dfd58324747fa8e96fe45bbfbb8b8ad706e26 0.00 MB 1 0
102,936 102,936 00000000000044a21e72e18379d89b0b7898514193e03b5c7f2dd17d1480dce8 0.00 MB 1 0
102,935 102,935 0000000000000d3c1fa4f57c26c59dea7cdaa3f9758854235d5a50c637443dc8 0.00 MB 1 0
102,934 102,934 0000000000016d5e074a850fcecd1ed27688a5e6ef3dfa3b1e08e03e7b134b6f 0.00 MB 1 0
102,933 102,933 0000000000034269b67906d5cc08d27a56972fa6059024cae6b51fad05264556 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.20 GB sent, 95.74 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.