Memory Pool Memory Pool Refreshing

19,753 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,630 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (588,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,355 319,355 00000000000000000808ba548492150edce7d16d04d7a371a20f004718a8f775 0.04 MB 81 26
319,354 319,354 000000000000000017678eb9a848d7534bdab9ec789dde767650811796d43dfd 0.25 MB 476 28
319,353 319,353 0000000000000000212560a3adaade53026b4f1292335efb5deabad3449a414a 0.11 MB 212 30
319,352 319,352 000000000000000017087a2baaaf5eba11750015513ab6110df96c4805615822 0.03 MB 64 39
319,351 319,351 00000000000000001d4496a70b12805b8e2130bfd47dc869ca02af57fed8e2ba 0.07 MB 169 33
319,350 319,350 000000000000000025db8b30a642db57e98a376c2451a74143157a89e21c154f 0.38 MB 539 24
319,349 319,349 0000000000000000196daccffacbecc0c4d413e654c28e77a85e4222ca5c712e 0.01 MB 18 27
319,348 319,348 0000000000000000049c055463dc468e55e30fd5a21b63064153e09a29f9af9e 0.21 MB 374 26
319,347 319,347 00000000000000000b987127f1bc1877d4245c73197c15610069daafe1830d5c 0.04 MB 45 15
319,346 319,346 0000000000000000205f9a3d6df0d3eed0d1a8c926441ba0cf9746467ffa855e 0.09 MB 219 31
319,345 319,345 000000000000000024f094362a945b389c9a699a414ee84c1adcd4a9c75e2a3f 0.07 MB 170 32
319,344 319,344 000000000000000002a259f1a35e01d4350f16b9afe422c94b5f505da0c030e5 0.26 MB 487 27
319,343 319,343 000000000000000015b39c6d7637ab233d0755cc52b7748cc9d10923fcf13770 0.16 MB 309 26
319,342 319,342 00000000000000000ae3a640a6f94af5a8fbe675dc947eb9db302ad473cc64e6 0.14 MB 261 26
319,341 319,341 00000000000000000baa26fc41413c936e81cad5808a71538e5a2bf9105f4164 0.01 MB 28 28
319,340 319,340 00000000000000001254ecbb4ef39ff3e96ba4194f80d831f0022f91dfad14a9 0.00 MB 15 28
319,339 319,339 0000000000000000176fe786d805180251c0ae4ea231fd9e6b37660d2ad785e5 0.05 MB 101 25
319,338 319,338 000000000000000003973a2d3bd0039c48513a32fd6fee72b32b10b484e8cf8d 0.13 MB 339 25
319,337 319,337 00000000000000000da0b3caaaeabcffa99d96371763bcb99502259e9ac644ca 0.04 MB 84 24
319,336 319,336 00000000000000001f042eb2c36d6e3457ee1d35d2da0bbddea1f4d63bf191f8 0.00 MB 1 0
319,335 319,335 000000000000000015a1c77817d80cade25cc67ee7b54f00e1b49f4b62eb86f1 0.19 MB 458 32
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.