Memory Pool Memory Pool Refreshing

2,428 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,427 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (900,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,663 7,663 00000000841f8dff7aa728b2d97e385fbba5b54e48be02a3da64041e63fc71d5 0.00 MB 1 0
7,662 7,662 00000000ad9541c4e7e642c4ff2208bf2bf44aba0166b17763e1b438afe61ed6 0.00 MB 1 0
7,661 7,661 000000000e6c383151952272004fa669ed3387b5fe8694d6032198b62d849d31 0.00 MB 1 0
7,660 7,660 000000000e36a73d4f89659f60fb02e7d3785653cb561ec10dcf37c0a21f28a3 0.00 MB 1 0
7,659 7,659 0000000032210a550a05eae0b103aaf0da198a49342fa9822378171b4dc959ee 0.00 MB 1 0
7,658 7,658 00000000d431d2d4c83af8e071ddca5a02074f7efb1d5b53c6a9b4c406ec3797 0.00 MB 1 0
7,657 7,657 00000000f68defbfbbf860c00270e04276060bed62344aa958806493cca61920 0.00 MB 1 0
7,656 7,656 00000000a2a4f737e46722e45b28d84635999dfbf20e1a0d6b5a6cd31fa1fad3 0.00 MB 1 0
7,655 7,655 000000004df2d7adb6472d8406199cbdf686225921a032f6df25517f28d3b5cb 0.00 MB 1 0
7,654 7,654 00000000a1700a066730f138d4d2a456ff10fdd5ddbf721d78dd767d8a4e4348 0.00 MB 1 0
7,653 7,653 00000000f5ae4cbc8185c894f38b43f5cc132b597e97a766b83422ccf50e3ec3 0.00 MB 1 0
7,652 7,652 000000000c6055a27271753713a01cf4d039bde8378e3ea82400a3467ecb4f89 0.00 MB 1 0
7,651 7,651 0000000000f4560350f9ca6adfe15b05fd4d06389f32b7a3b7ec2fcc85fae341 0.00 MB 1 0
7,650 7,650 00000000b5e5bdc399d6cc3b4312dd0ccd2c686663a7aa337647772473bf3570 0.00 MB 1 0
7,649 7,649 00000000f968a8fef2e92ef6296a62d6d7fb6219643a0aef3d95e9e26421c634 0.00 MB 1 0
7,648 7,648 00000000149a05aa3aa2544993ee1e359683750df8ec055c183e749f452c1fcf 0.00 MB 1 0
7,647 7,647 000000001cf7cd13648a8613f515ed9dfebd6335b98b7140906bd022df40d5bb 0.00 MB 1 0
7,646 7,646 000000003c5b770856465f1d7f9ae8919f33504fc7971f486f51074386084cda 0.00 MB 1 0
7,645 7,645 000000006da23445fb82457e211807b038717de3433458a795a461eadc597ecd 0.00 MB 1 0
7,644 7,644 00000000e8b0041987d2838f34ff84024e9c673455837216a53ed92209916e9c 0.00 MB 1 0
7,643 7,643 000000007c111c0372aeefa57a2dae1bcd9fa43879bd3e02b676e00b3a939ec2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.27 GB sent, 100.37 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.