Memory Pool Memory Pool Refreshing

202 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,021 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 187 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (811,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,087 96,087 000000000000ce263fd25323f6dc79c3d0eb9de2715927f53b8858ad22ab8b01 0.00 MB 2 0
96,086 96,086 00000000000075a39418eb2ee9f32ef53de836bfd6c007a8000f01c9924bab28 0.00 MB 4 0
96,085 96,085 000000000002b87724dc33afa9272a8ac4a7f96f186557ac7b7e01d8a882fa38 0.00 MB 1 0
96,084 96,084 0000000000043cb9ce343bc7fceda15b58680a3d5aba151b362f6bdbcc19ccf3 0.00 MB 1 0
96,083 96,083 000000000003607334c0797b892cff87d32f7c50819a2f5fbbfadc9a0b0659cf 0.00 MB 3 0
96,082 96,082 000000000003e3f7a0b65648cac3fec99f79e3dcdeb85267bd0f0a42261fc8b1 0.00 MB 2 0
96,081 96,081 0000000000008678371d258cb0aeb892dd6be70c41a945ac78808e647749ba82 0.00 MB 1 0
96,080 96,080 0000000000047bc952b44ac559e249eb279fff3602c706be2231ff82fc133677 0.00 MB 3 0
96,079 96,079 0000000000020588deb0f58d266a74e5a9652a4ecd3f5f693a30bdb2816065fc 0.00 MB 1 0
96,078 96,078 0000000000055e0b7c2b17d95e1d3a3f414ff7ccda5976bb61d0459fc0c9ccea 0.00 MB 1 0
96,077 96,077 0000000000023e99bb6cb109a5649d4ff52aa75e27d0f879123c13f09499ab9b 0.00 MB 3 0
96,076 96,076 0000000000020697786c816f7f92628fb5c684b390872039f2091141375b4fb9 0.00 MB 5 1,003
96,075 96,075 000000000007fd823d97cab21708e81bcec50b7a2f12622f9c26de171a6530ea 0.00 MB 2 0
96,074 96,074 0000000000029d38f380a559be0b5587e7e6856177dea62e81a2dd67ce3ae71a 0.00 MB 3 0
96,073 96,073 0000000000062935608d3e54e881708065d98e4a31285b215a2357a17e58d81e 0.00 MB 1 0
96,072 96,072 000000000005838c7e33107f378dc7bd96e33308ca0914a114695dfb5db9bada 0.00 MB 1 0
96,071 96,071 000000000006390687f10ad2908278ee3a3c1141317f875c4e48ec0dc5a81f6e 0.00 MB 2 0
96,070 96,070 0000000000065098be54b8fe8e9599c887634c14d4ae2ca3f0d9d5b423edffb4 0.00 MB 2 0
96,069 96,069 00000000000285a05c148391c8a504b9c9984caba911740c6f1ccfa43646cbe2 0.00 MB 2 0
96,068 96,068 0000000000038a6c27a546b298c15f67eb516af2b082294d93f537d86684bb83 0.00 MB 1 0
96,067 96,067 000000000003287337cac27924816a9f3d9c84687328f1c4ae901d5cb9759b8a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.58 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,650.86 GB sent, 95.83 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.