Memory Pool Memory Pool Refreshing

1,114 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,612 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (846,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,969 61,969 000000000d6e666e0a932ec7a74aea9f1885671e6b1be9ed8e87efb93e388a72 0.00 MB 1 0
61,968 61,968 000000000267104415fc1f05f552d0883741e8cc2c43b264af21a9bb3412ca14 0.00 MB 1 0
61,967 61,967 0000000005d13e751a10aa85157a3b941b096a9ca24e78b655fe70d987067caf 0.00 MB 1 0
61,966 61,966 00000000036efd74d0ce0620061260c96e7b27380c5f11b21addebb5a32e6217 0.00 MB 1 0
61,965 61,965 000000000bfc54f4a45fbf55beea45b87f0d0c9dcb722874d1e5c35fd60a7728 0.00 MB 1 0
61,964 61,964 0000000001a7f2660627740a6e87d584e1f381b6264af730508394a967787ded 0.00 MB 1 0
61,963 61,963 0000000006d10c918748d91be4b27b1b2d31edbcfbc29dd40ce056ec297f8a6d 0.00 MB 1 0
61,962 61,962 00000000047d2c4956ca8d2be1a4d0e8da371c96e5275f0f533d46e303bfcbff 0.00 MB 1 0
61,961 61,961 000000000b649fd6647ba9f9f3dff305454d86cbbb0427797c5a771b976d244c 0.00 MB 1 0
61,960 61,960 00000000096870ca5b95ed8891465818573afbb5333537c227ee3d67766dec64 0.00 MB 1 0
61,959 61,959 000000000e3f0ad28ea1f141a7538305e02d1a666300c3a605fa9dd9c8ee7e53 0.00 MB 5 0
61,958 61,958 00000000064ec9e9f1969a8ac905bc182d7c2729c3382fbd6a1224fd4eaca932 0.00 MB 1 0
61,957 61,957 0000000004d998744041ce66c979d23d4857b6cbfd02eb59c28b7633ac142305 0.00 MB 1 0
61,956 61,956 00000000088e5024fda1d43b29f29982a0b3a138e2b2d7cf0465d78b63470bf0 0.00 MB 2 0
61,955 61,955 0000000007f7e57319f5680ba33d561e4a762a1eb4f68e6713a7b630e3c59a26 0.00 MB 1 0
61,954 61,954 000000000de5405f9ed939242ce2923c42d1859026d989bc43ebca296aeae7c0 0.00 MB 1 0
61,953 61,953 000000000110fe539329a0f1c64e506f90d656f3c60ece46b5b13ef54e29655c 0.00 MB 1 0
61,952 61,952 000000000b41378f225e832a427f9942012827095d2a55e5dce3fb13a4b6276d 0.00 MB 1 0
61,951 61,951 000000000803ce8cbcf49008920dc3877b13f049a72261db66434c6a6497d82c 0.00 MB 1 0
61,950 61,950 0000000008522a49d1027ec624bfcc86ae86dad7994307d56775b49f0beb9d92 0.00 MB 2 0
61,949 61,949 000000000cb6e425829c7a6a5c21d63fe999ee4a0d8e7ea954d5b993639b699d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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.82 GB sent, 101.11 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.