Memory Pool Memory Pool Refreshing

5,176 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,397 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (46,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,941 860,941 0000000000000000000188ded32898808016d99b4bc1fcc310635d7c905658e1 1.56 MB 6,144 3
860,940 860,940 00000000000000000001e3588f237f3d436fc2891bf055f273dd73e6d604310d 1.55 MB 6,894 2
860,939 860,939 00000000000000000001c956fbe0e4ba8668cfdfb53fce7657a041d42657356d 1.60 MB 6,139 3
860,938 860,938 000000000000000000014852c1008a114823bfba7b478cd9c13da4c8a385a2f2 1.71 MB 5,617 3
860,937 860,937 0000000000000000000274ada2560cccee6dcfdc352b1e75bf488d5bc5563ccc 1.58 MB 4,881 5
860,936 860,936 00000000000000000002fd8c4f896832e09183aba252dd45256423a9b54d088d 1.62 MB 6,984 3
860,935 860,935 00000000000000000002fb661cdafbe73dfd8c2733a92d311cdee3c90ac16f5c 1.65 MB 7,847 2
860,934 860,934 00000000000000000001c6a9f015e71e983bb559d8207d293213f2ca74ffe4cc 1.60 MB 3,351 2
860,933 860,933 000000000000000000004ce346b08c1ab80bc9471a96b67e3dd9a0d6509ec551 1.62 MB 2,789 4
860,932 860,932 0000000000000000000021cbca8d7e3c778648070da31e394929ba0fc65c001c 0.00 MB 1 0
860,931 860,931 0000000000000000000138b6987659c57c81e21b0bf5eed47d2192e3c5bcffe5 1.86 MB 2,290 3
860,930 860,930 000000000000000000004875435eba8b29c8a5febb15e61f315af0f5de73db56 1.64 MB 2,327 3
860,929 860,929 0000000000000000000140db658deedf3c023c5ef7a712c5dffb0ba25fc29d30 1.46 MB 2,345 6
860,928 860,928 00000000000000000002293860d36153a8a8d8e5e9c07e35f2d9591870d1dadc 1.62 MB 2,701 6
860,927 860,927 000000000000000000012b8459fb13bd910c57f594b94b8d81c00518f541589c 1.55 MB 2,586 6
860,926 860,926 000000000000000000010223ad8840c3ed02224cecc8caf1e68180308940b9fc 1.69 MB 2,236 5
860,925 860,925 000000000000000000003cdb624b4624f1f4241789a1e4629869edddc1f7f720 1.34 MB 2,140 6
860,924 860,924 000000000000000000000e1c7e7d0a79d2e716542071052bd16d3a29b0f6d88f 2.14 MB 2,585 7
860,923 860,923 00000000000000000002c60d29950794c91dd85831e65a4455f300265c58e73a 1.74 MB 3,218 9
860,922 860,922 00000000000000000000955b0e689e268e39b4fc88ae6e7cf28d1147a062845c 1.50 MB 3,208 11
860,921 860,921 00000000000000000000031da7ae389460015522a8763debc5bb11404238f3d7 1.41 MB 1,960 4
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.87 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.