Memory Pool Memory Pool Refreshing

4,328 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,400 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (13,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,450 894,450 0000000000000000000214909bf91632c4c817b39794021468a2548cb4d33d76 1.66 MB 4,582 7
894,449 894,449 0000000000000000000113179869a9e00541494a5c93cd6d72891ef147deb33e 1.59 MB 3,034 3
894,448 894,448 0000000000000000000136348d771aba95b875bafc2098af08e242ad026e83de 1.62 MB 3,728 3
894,447 894,447 00000000000000000000dd25d900dd0ba3e7f5d825e47bf1abc877741673ca4f 1.38 MB 2,471 3
894,446 894,446 00000000000000000001e906e1c27479e63de2800fe012cf3373cdf23c03ea76 1.69 MB 3,443 4
894,445 894,445 0000000000000000000224df91774484291d71fa371bb8370a51859d1b669e64 1.91 MB 3,628 2
894,444 894,444 00000000000000000000a40033f1f8c004cce6fdec5f7d93a11dd327b4e556e3 1.80 MB 2,858 3
894,443 894,443 00000000000000000001e592524e7f305d75772e49ab247f51f3e57e20bb4f53 1.86 MB 3,930 2
894,442 894,442 00000000000000000000dc84c3032791fff1ff9eb2c1b0de658cef7df1814d60 1.70 MB 4,239 2
894,441 894,441 00000000000000000001b102210d393141906d4ed72ee8c6e5c0ee2c0a313fee 1.67 MB 4,106 2
894,440 894,440 00000000000000000000bfbdb460d94a848cb311f4e2c6d549d2731b25f2c663 1.67 MB 3,813 3
894,439 894,439 0000000000000000000045cc1d615343313cd9daecb5ed5bfdc74b0e26b0e4e5 1.15 MB 700 2
894,438 894,438 00000000000000000000d25f35af50e843c521fcb501f51f87a35ac7e7394af0 1.65 MB 3,237 4
894,437 894,437 00000000000000000000f2fa9e316f399dd363562dbd12ecb290ac8be6cfb4c5 1.68 MB 3,910 3
894,436 894,436 00000000000000000001a95977b486e42f58dcb44fce38a69377176a82efe1cf 1.56 MB 4,063 10
894,435 894,435 00000000000000000000ec76d8e0fa6c71c4513db68d4ff63bc6589d490371e7 1.58 MB 2,791 3
894,434 894,434 00000000000000000001bffe188dc23d222916bdbbc5f5a95f84b1778fc5292f 1.39 MB 2,666 2
894,433 894,433 00000000000000000001f0b5a2067bd08ffac092310be5fe96c588d443257ab6 1.64 MB 3,747 7
894,432 894,432 00000000000000000001a9ec3da4a31b983707b994a688b192f2c2579361c7a6 1.93 MB 3,516 2
894,431 894,431 0000000000000000000155e0b9d6432b3b297aa804e24d49c9012b7719a2c123 1.95 MB 2,767 2
894,430 894,430 000000000000000000010fe97e91349f72008949c56e9468a267b6403285b6ff 1.90 MB 1,974 2
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.