Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (503,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
403,909 403,909 0000000000000000035a91bb0d2a14b3fc9f50ff8979b8b0a5ca698aa22697f7 0.91 MB 2,057 41
403,908 403,908 0000000000000000067549f6a6a4590405161bd6773166cd00518f121e6961b5 0.62 MB 1,091 35
403,907 403,907 0000000000000000019955303142ecd05a374a0657945b8b2d1b89fd10cb9f17 0.39 MB 845 36
403,906 403,906 0000000000000000060d52b13b0cd892dbf986177c8f2d7fe3f652e9574fce04 0.63 MB 977 29
403,905 403,905 0000000000000000026031da9dc81b633bf3c566ddfc85bef72216a33c2166ec 0.22 MB 421 50
403,904 403,904 000000000000000004f2b65476bcf0b72d9846283b87b488dd6be0c5c8423d39 0.99 MB 345 6
403,903 403,903 000000000000000001ee250b7132b41ed068ab443465b1d2954350c2e034b93a 0.27 MB 390 29
403,902 403,902 000000000000000004a983db2a27e573b2aa2501a904440a8a7a00058eabdbb9 0.28 MB 685 43
403,901 403,901 000000000000000002f5b6d90cff1f4083271f5dfc607c72cc99b80355de01d3 0.16 MB 193 26
403,900 403,900 000000000000000001e5e0c849184c832968f220456731820107acde3c91ed6a 0.96 MB 1,669 40
403,899 403,899 000000000000000001bf70c02bc4bc1c962e808d411b0a3a627a0acdabb7d4ba 0.47 MB 780 34
403,898 403,898 00000000000000000388e1db2b93eb338a48eec7f5c554e7f25c5a260c164ffb 0.98 MB 832 14
403,897 403,897 0000000000000000017bf7996829ac5939d24e5c23c50b14d5cc94e131a1d43a 0.93 MB 1,573 39
403,896 403,896 000000000000000006670bd2ec8902308ac712eca9421538b631471b6b18e110 1.00 MB 1,982 35
403,895 403,895 0000000000000000024767f99ac1028162b728debebde0864b5aa3d932855c69 0.99 MB 3,158 94
403,894 403,894 000000000000000002b6b8f7de6485c5829622306197af41aa338f59b56d38eb 0.41 MB 816 36
403,893 403,893 000000000000000000520b20ac8dfc6388e8afa071d55e8e8f338645cf3db7a3 0.37 MB 710 37
403,892 403,892 000000000000000001f3b14dcbc09dfce73c77890f82f935dc5e90b9cea1f69a 1.00 MB 656 11
403,891 403,891 000000000000000000c52f273c7382616fbc72ae9cd080bb4a2b52d8deb70d2f 1.00 MB 911 15
403,890 403,890 0000000000000000022bb622accabc0b8739adafa425ed4a605b0164c5d81b7d 0.84 MB 599 12
403,889 403,889 00000000000000000313a13e433822d39c9f7226bff7230f3d92e971faf1f46c 0.93 MB 1,434 30
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.52 GB sent, 92.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.