Memory Pool Memory Pool Refreshing

1,138 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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.44 vMB 1,124 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,007 (741,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,628 166,628 0000000000000b823d15f7aa8c465d540fffb3e45b5edd661af0b8daa8435353 0.01 MB 30 140
166,627 166,627 00000000000005ae888125bebd9b23409b5b6af40f2342f5ebea4ef8c3eeb4f9 0.02 MB 43 138
166,626 166,626 0000000000000ac8340095f7e1055ff1e75a9256df0b25e7ec363d670a043804 0.03 MB 59 56
166,625 166,625 0000000000000abef0641775e09710d53640075a86baafbd9b17bc84bfc6695e 0.03 MB 58 82
166,624 166,624 0000000000000127f15a2ff1c8a9418beebc834da3b60793df776c1c95b5187b 0.00 MB 10 13
166,623 166,623 00000000000002ad546fa04f4a7930e506a6d17186a161726bfd37b1833edca9 0.04 MB 83 85
166,622 166,622 000000000000097fe03a4a1e6950e096b989de77fbbe7a8989ef303de31e67d3 0.03 MB 100 0
166,621 166,621 000000000000064936e57ad9615ca35c9103438cbe6e5a6977f3f3f418454758 0.06 MB 149 91
166,620 166,620 00000000000009fb046e934389abbfd3618201711350029eb80151a3a2ca126e 0.01 MB 8 799
166,619 166,619 00000000000001f20aebe2696fa760e1868af455a9f34a6d1c357058270d91a8 0.01 MB 41 168
166,618 166,618 0000000000000b3b7f270ac045e854e4ca58aff8e7230c45f43b09b62f0d2caf 0.01 MB 25 96
166,617 166,617 00000000000009205304c17c2621a782349290f634e0dd4bfec8cb57dc4dafdb 0.00 MB 12 17
166,616 166,616 0000000000000be94137760d1916dbaeac577565baa61c7ba2ad78608a197fcc 0.00 MB 10 42
166,615 166,615 00000000000004042f944f9c12c80bb8cda8ebb04a6e8dc053f916b98418a195 0.01 MB 30 157
166,614 166,614 00000000000009115df4183a9b187a2b039aa4c20483cd026d9aeba7770671e4 0.03 MB 60 146
166,613 166,613 0000000000000575c4cce9fe6f20a981606f0b3b7e090131223cd4435ef3da78 0.00 MB 12 0
166,612 166,612 000000000000047382f97962bf4788129bbd96d29defe49b8cb54b438cf8f013 0.03 MB 75 84
166,611 166,611 0000000000000904922234d9fc679854e5c775c343e7d951af8f47809fc346cc 0.04 MB 111 81
166,610 166,610 000000000000037281512851aae7d4a49bebef45d9dbf9c508fecf949eb40556 0.01 MB 21 517
166,609 166,609 0000000000000be6df13567ed7d597a2b47b1358a0e77156ccff85955f5bf24f 0.01 MB 31 103
166,608 166,608 00000000000005c4a4d45ec75e3237978a1cdee418eec228a0388acf18863d11 0.02 MB 35 83
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.15 GB sent, 95.73 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.