Memory Pool Memory Pool Refreshing

1,485 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,077 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,466 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,076 (900,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,518 7,518 00000000283d033f128eb4629a36a4d2ed0c41aef6e0f4c7338bcd71ddcec8dd 0.00 MB 1 0
7,517 7,517 000000001f91e37ad5165ede25490fb2933149d8beb4de4505a7fa734f997edb 0.00 MB 1 0
7,516 7,516 00000000f60e812b7507868fc262a287ac319700056d56b54e41737604e2f6a3 0.00 MB 1 0
7,515 7,515 000000009644cb78cc9e69845adb7bcb6840f5077f259854dda255f722576cc8 0.00 MB 1 0
7,514 7,514 00000000f40693b2d6f621092e62fe108d93893dce7589609e316b0288ca8e69 0.00 MB 1 0
7,513 7,513 00000000c1c4b4f6b017224e8c0592225036327896d9c08f7ec90cc68d034e6d 0.00 MB 1 0
7,512 7,512 00000000ede8472749e1543f0ec5d385a38547357c8db6255eb856b28edda4b3 0.00 MB 1 0
7,511 7,511 0000000032a6ffaf18cdc019bdab40aea1ef3c05a9122abfd6015d48f38af2fe 0.00 MB 1 0
7,510 7,510 00000000d27dab0df2df4a7bece294ec9bb2b0ee5e76b42df695b8509c42f7e7 0.00 MB 1 0
7,509 7,509 000000001077ff57326a9db6c542341dbee72b00a2db5c139e1cca67b587fe0c 0.00 MB 1 0
7,508 7,508 0000000013b3939396548fff0d8d0db387eab5a521450fd9005f5f3649f2b1f3 0.00 MB 1 0
7,507 7,507 00000000e30e5f03da17b2d0a09237a7affb011f0708506e2ce1f1900d3ccd35 0.00 MB 1 0
7,506 7,506 000000000e6b706d07a86752164dd5d2cc8a6f4a381ec682a66173f2fc179245 0.00 MB 1 0
7,505 7,505 00000000078c42fe4c24ca283e3d88a7b5457ef80b3e64807faade6549f16ca5 0.00 MB 1 0
7,504 7,504 00000000174841d2ff2709caf9c0c974e44cfbbb2c825a119c35f244806fd3cb 0.00 MB 1 0
7,503 7,503 000000002e311939271561d34b7ab85b55e3d4c13a631c581f265641f7c9be63 0.00 MB 1 0
7,502 7,502 00000000c79101d0ebfe2dae22ea09d43d6503f35c99ae6f1082209fb56d1123 0.00 MB 1 0
7,501 7,501 000000009142a40196f95eb651fb96ab906f06fad66aafd95bef2e8c341fdf6d 0.00 MB 1 0
7,500 7,500 000000000ec68b31e49154680704cf194ed415a8d978343a19de657429de095d 0.00 MB 1 0
7,499 7,499 00000000ced2bf7ecdc3e26897d412cd22cdf9d606369f19edc5317d2cade0ca 0.00 MB 1 0
7,498 7,498 00000000b120c7089c853f6d0091bd81bcf6051c5b84d32a30811e67e887ed0c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.69 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,655.21 GB sent, 96.31 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.