Memory Pool Memory Pool Refreshing

1,340 transactions
25.29 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,311 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,033 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (900,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
8,074 8,074 000000006b7a6562f3d5fc324f657ad9f5106544328505d21edd6d6548ea113c 0.00 MB 1 0
8,073 8,073 00000000d0ef02f86cc258eaa292327ab3e8f06938cbd6b83871fde1064365a1 0.00 MB 1 0
8,072 8,072 00000000549ccd92340f9eac14c39c435e1ee0ac3e8ba46a02ebf4315f7f4cca 0.00 MB 1 0
8,071 8,071 000000004c9cc15a6b95aa54bac79ed84ae8eb57ebbded23d5956e579492852c 0.00 MB 1 0
8,070 8,070 00000000a4b9d5f8b8d8ab257b28cc42174fb42f00c9e80c93683b5ce0f66db7 0.00 MB 1 0
8,069 8,069 00000000a31c317345e12f82a0719fe2a8e3a1313d1972ef997e87f66c19eb6e 0.00 MB 1 0
8,068 8,068 000000005237a22a923fe226df891ab01954ceb464144196ec4ba26533a4016c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.16 GB sent, 98.59 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.