Memory Pool Memory Pool Refreshing

1,989 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,507 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.58 vMB 1,982 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (856,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,900 51,900 00000000196beca40517a45241718ad25247b88015ff348b24a1be51be350255 0.00 MB 1 0
51,899 51,899 000000000b9dbe6f0127050d973f056222ff924bdb2b62f382df23c0f5623d64 0.00 MB 1 0
51,898 51,898 0000000017930375458efddc73b09678945bdc88baf51fa70941b08ad1b10db9 0.00 MB 1 0
51,897 51,897 000000000179ebdb2ec1df8ea6103ae003b5daefd810d29cce3c1640d940a8d5 0.00 MB 1 0
51,896 51,896 0000000013f17295e23467f608ce8bd90b43e39b501719054a267c1bc57b82aa 0.00 MB 1 0
51,895 51,895 000000001d7a39ada866980097dbfdf018fdfdbd7c6137b566e339ebbacaf829 0.00 MB 1 0
51,894 51,894 0000000014e70a9c3b56929044ef0caaa97113a75d187bbb89eae7ae4c313e4f 0.00 MB 1 0
51,893 51,893 0000000008f9a676092c1fc14b8c428f12baf071d71718341aa689f4d09c555e 0.00 MB 1 0
51,892 51,892 00000000190688611a7281015fe54e86319ca474aa7e700527287167cd064e75 0.00 MB 2 0
51,891 51,891 0000000017469a6bbe871b0392031b47874e89d4c2afd70d14b5320a5ce1c70d 0.00 MB 1 0
51,890 51,890 00000000082400f69f1030563ed13c6d94bc0a9f9b3af5c0710a3a74920b765c 0.00 MB 1 0
51,889 51,889 000000001317c28a3464c1b021f8b30d40a28bfcc2b516273b2db99ec64fd55b 0.00 MB 2 0
51,888 51,888 000000000e9bb4900bf3007bff44a3caf7b80e1489a291259cfd2929bf753a11 0.00 MB 1 0
51,887 51,887 000000000a62ace6b497720291acc433f6b5acb59c4528bf2730df5b61849d71 0.00 MB 3 0
51,886 51,886 000000000ecf63c2ccef5990d63d38624fa5db6e251dc93ec3557fb0255fc99f 0.00 MB 1 0
51,885 51,885 000000001bf8cea167725c331b58533b8cb1995a9b48e92279f5b93aad6690b9 0.00 MB 1 0
51,884 51,884 0000000013d48768ccd73d1fb697eac1a5a9609dc4df180ab833f73f7d29c95a 0.00 MB 1 0
51,883 51,883 0000000003dcf78732fb868c8fb3fe3d8648b21441d313d2a31376025a166711 0.00 MB 1 0
51,882 51,882 000000000174d0051f6d25acbdc7392e51120c2efcb8b3086780385b52cea193 0.00 MB 1 0
51,881 51,881 000000001c2c4d6c145f6ddd45c41985898883b10c231cd31d1fef1edd9433dc 0.00 MB 1 0
51,880 51,880 000000001b0a3500a9e9d1839c21ff5a9ab34161c7fda1ac1ae0894f2fb49ad8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,831.79 GB sent, 100.20 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.