Memory Pool Memory Pool Refreshing

456 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (900,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,095 8,095 00000000a898211f2bcb6baed8a7d42a67ab44949987c7e9e286e5ebbb992942 0.00 MB 1 0
8,094 8,094 00000000d3f1c76de6682f0bc9ee10ceed0e76094b3f48237a1083255d18d9b1 0.00 MB 1 0
8,093 8,093 00000000e979a834d18ef3fe6e502ca498e5091add917085ad632a7b9d4a9ed0 0.00 MB 1 0
8,092 8,092 000000008496bd0f4a2f37930d65493f1f5b6c1d6db0ed3561da47ed142d6d2c 0.00 MB 1 0
8,091 8,091 0000000062505349e96b0ed8b508d01d8f44d27e28a29e25bc9e2cc2f8ced7be 0.00 MB 1 0
8,090 8,090 0000000016e6fd964b02557fd74349e2089a0abcd94a042191e7ff2d0eedf7e1 0.00 MB 1 0
8,089 8,089 0000000038e498f2037d972cc31a371efc567f3b30367f97843fdbe5d7cc0b7f 0.00 MB 1 0
8,088 8,088 000000001d809dffa4279b1e9e8b7ea278fc86e5709938ed601ebc495906cc0d 0.00 MB 1 0
8,087 8,087 00000000278351f61c4b0cce4f4a37affd04a86b97bf74c87352ba292a8316d7 0.00 MB 1 0
8,086 8,086 000000006ac096c4adc7143d58b9476fecc031c87db921d4d85404d9aa93222a 0.00 MB 1 0
8,085 8,085 000000002b9d4e32bbf849b26a60ec2e943ae709075846db03bc285f7ce0ad53 0.00 MB 1 0
8,084 8,084 00000000f9bd06e9019e31de128ad309640bb7621f87329d8c8755712bfbbc3d 0.00 MB 1 0
8,083 8,083 0000000081ca2fde084c7a0d8b14d0385f3d39d78870019e36e2c36195b30879 0.00 MB 1 0
8,082 8,082 0000000080c1f3e776e94b1ebf991c912f1c3374c3377b43d14933ca5eef4dbd 0.00 MB 1 0
8,081 8,081 00000000acd26a3de6e921e93e6977f61ac353f75ec137b11513af5fd6624b17 0.00 MB 1 0
8,080 8,080 00000000f8a1380a7c6d0cf14b72823d046bab5777828a7156a12b258a6099b9 0.00 MB 1 0
8,079 8,079 000000004cd838ab97d7529e8e03a17fdee9dcc197c225093dec1c5250325105 0.00 MB 1 0
8,078 8,078 00000000812a68cab38022bad2a966e01cce1704ab870bfaa3bcd68df2a86daf 0.00 MB 1 0
8,077 8,077 00000000c4b151af424176b62bbea5fceb2220916d04c29736c8219b8cc7c0c4 0.00 MB 1 0
8,076 8,076 00000000899d793be03154a7711eb366727ce7391c8d54c69d40aecfc9e675f5 0.00 MB 1 0
8,075 8,075 00000000c742bac88e7a92e1b140c581099d2e1d56c4f280f1f9b52a4ebdde99 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.52 GB sent, 101.03 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.