Memory Pool Memory Pool Refreshing

4,557 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (513,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
394,098 394,098 0000000000000000080de395d9f5d9da73c0c5cc1114bffd1cf2a026a833f70e 0.95 MB 2,080 40
394,097 394,097 0000000000000000091060c8f7f631e44ec4c14aefa18a98b3e636ef56b02261 1.00 MB 1,251 26
394,096 394,096 000000000000000001b2af059787d5adad37a91fd7336aa1a1f29e2e7a65fd8e 0.99 MB 442 13
394,095 394,095 000000000000000002810c9c8f063f18720e79f0e063f88a12cdf4799b2df0d0 0.00 MB 1 0
394,094 394,094 00000000000000000754a559c6ba85f3dc8f620b884a8763017ca7f4d8b4abb2 0.93 MB 676 17
394,093 394,093 0000000000000000066cfc19202d51227299bfd7ea2495d7d6e7359d4e311142 0.99 MB 1,398 28
394,092 394,092 00000000000000000283e71c4aaddd4a77c6eb2adf6263f14e696c623b1c6668 0.93 MB 684 18
394,091 394,091 00000000000000000923b1a9000562df7ce6b19662ae74c7c4be1d3aa84fee48 0.99 MB 1,037 22
394,090 394,090 000000000000000005e81719dbc997c68438bea37557264436e8fd5e0b0b9e92 0.93 MB 2,161 41
394,089 394,089 0000000000000000024775d3fee96d35f274c05c4aa4da084d1037f20256df66 1.00 MB 2,561 44
394,088 394,088 0000000000000000059ddd29c9d3be67e0fb57640b546dd636802198a29fc544 1.00 MB 1,674 36
394,087 394,087 00000000000000000407f6171070e5907fe5ca2411b4700c487576fe57938f59 0.93 MB 948 22
394,086 394,086 000000000000000001b0d6d4414287350a6ad2ba552aeeedfa416f2ad1104617 0.00 MB 1 0
394,085 394,085 0000000000000000062020ce053a499dc67edaba1809b9d882d49ef6a51efa9a 0.75 MB 1,193 36
394,084 394,084 00000000000000000242e1cd496ad5d5710e1ee70a8aeb178c499091230c4d22 1.00 MB 992 21
394,083 394,083 000000000000000004ac4ed87cb96a124aaf443a1d23211cbaa635cbfbf5a917 0.93 MB 822 20
394,082 394,082 000000000000000003256a31fb7806424081171ab45317a3fa77d921ac37ab68 0.75 MB 967 19
394,081 394,081 0000000000000000057a81cdb4ee3da785a141f3aec2c9fb2f5e7588afc4c11b 0.95 MB 1,300 33
394,080 394,080 000000000000000002930aac745be8acba35845928b708124f18718c29cfa100 1.00 MB 1,409 24
394,079 394,079 00000000000000000651a1776974f8cd3143527cd0578f864627d135df0c6995 0.75 MB 1,379 55
394,078 394,078 000000000000000007c2471941a1475538200857ff5be39c6a391c01bef5f734 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.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.