Memory Pool Memory Pool Refreshing

1,559 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (846,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
61,948 61,948 0000000009f8d1bef94e7376023de879be93ae9dcb8879a64b2704f351f0f0a7 0.00 MB 1 0
61,947 61,947 00000000040a41b50f1b5929016ddcba8ef7006a4419dbf0892166143b234ac4 0.00 MB 1 0
61,946 61,946 0000000000d6f37e721dd9aba0052d95f68860cac28997c3509623596e7ad877 0.00 MB 1 0
61,945 61,945 000000000cfc45bf5187339595faaece946f03221b25eb3b4ba8d3008f365928 0.00 MB 1 0
61,944 61,944 00000000030fbed7f86bb9e0871b9cccfe87b2ecd251119839be5ec40ec2342d 0.00 MB 1 0
61,943 61,943 00000000059afc212d32c0644ac08c22394ae368f2654d758d58f16c81655b00 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.