Memory Pool Memory Pool Refreshing

1,440 transactions
0.32 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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (885,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,981 22,981 000000003b42cc593417c2adb6141bf737d989e8ed63e0bd3f85259d941e2bb9 0.00 MB 1 0
22,980 22,980 00000000edd03377e7960576d9f4fb9246a46b4973be30b2f4b1ee4f138592f1 0.00 MB 1 0
22,979 22,979 00000000121b4d2e547d9b285f0fa4683ab537dfb0d4e8956aac5c02ba3a7939 0.00 MB 1 0
22,978 22,978 00000000369c54980adc9e6d2d3f706110bc1264d11ddd71ac36c66fbaef4afe 0.00 MB 1 0
22,977 22,977 00000000c7adeb405f0988aceed86a34b144f631e886ff99cb9574a90d804c76 0.00 MB 1 0
22,976 22,976 000000008e3d92fc644ac9adc81bd4085a7da7b65748b116c881204e7421449a 0.00 MB 1 0
22,975 22,975 00000000aecdf3a8bae7d68d36cb40c784cb1edd116a0666a2764d8921f315f2 0.00 MB 1 0
22,974 22,974 0000000058fe07a527b56340b6ed4f96539e0ecff4ae538772548d43073750f9 0.00 MB 1 0
22,973 22,973 000000008c72db07ee911a65e47c3be86c456aceb295a43473785ec2e1421a31 0.00 MB 1 0
22,972 22,972 00000000b83440be56b38172178ac928069757c640168e2aa0ca4da6ef162061 0.00 MB 1 0
22,971 22,971 00000000b4c4b4692f361b133cc74ee3daad2a37eb510ce3a4886e7dbce7c945 0.00 MB 1 0
22,970 22,970 000000004ffa883e6bbe763de14ba6c72436d9aec9c152b801419848e24f1f22 0.00 MB 1 0
22,969 22,969 000000007d0f388089a08314f3f46a34022d255b2b89d513c6a86dc5e7d33368 0.00 MB 1 0
22,968 22,968 00000000ef6cc1327046c17d7936fa486a14fe8ba314aecf8bcfb01317ca8266 0.00 MB 1 0
22,967 22,967 000000005065a25a2d01fba9890f887248fc2a1214212ea3beb5020b0d20e4bf 0.00 MB 1 0
22,966 22,966 00000000e3f0ffdae5398e820e6762b9b28c2682e29ad6b008aa7f59087979f6 0.00 MB 1 0
22,965 22,965 00000000d5cef28c437a627eee4f74c7181d3d6874214078e1ce5b852ece3cb2 0.00 MB 1 0
22,964 22,964 00000000c907492f7ba137bee8d0bd51c9726ba4a9baf3255df9aa06967c5bc2 0.00 MB 1 0
22,963 22,963 0000000084c59d6eb06335153f571d9093a77fe2e1776078290c6be6619e7d8d 0.00 MB 1 0
22,962 22,962 000000006bf40344a4915a73523eb400ede51fbd448634069d6ab4c240b04456 0.00 MB 1 0
22,961 22,961 000000006fe0e479da327a707ada5e4835bdc486dd4167b425d997a8ab21f130 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.