Memory Pool Memory Pool Refreshing

12,184 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (614,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,965 292,965 00000000000000004dc3d19c4aa8d53cb462fec65fb6f0f4f195717a18f63865 0.03 MB 64 45
292,964 292,964 000000000000000098e25558f335e011ae8810f1bd650c7b63ad3a105e8d2f54 0.14 MB 204 26
292,963 292,963 0000000000000000da1c652cb59cc205ea47d3643d6428d2ee75ce6ffd9956e7 0.33 MB 648 37
292,962 292,962 0000000000000000d31b536d1297a566c12b22c6474088eb4dc4ae52cb83d245 0.11 MB 246 46
292,961 292,961 00000000000000004f6251afea5d07b8d029a469830be53cf66dade241839e25 0.22 MB 366 31
292,960 292,960 00000000000000004af83467eb816defb2602a07f3acc2774190df5341c6d5cc 0.11 MB 197 29
292,959 292,959 00000000000000009327be0d5159167d5dd97db16db55a296d17b0e09af8646c 0.39 MB 711 33
292,958 292,958 0000000000000000928f4ae0c15637ad07d5116dd145a77e7f4e2bed2c11d250 0.07 MB 140 9
292,957 292,957 00000000000000000bc6f457648d67f183df4cc22aba009918dec5855a205ed7 0.04 MB 21 13
292,956 292,956 00000000000000001ff155764688cc96eb67447adec0cf95e68ee32f819d50c5 0.31 MB 440 30
292,955 292,955 0000000000000000d7de4ee46f42ab0f5ec3a382a87192e68ddfaedaadd066a2 0.16 MB 210 27
292,954 292,954 000000000000000004042285b19d37a9559e56b1d04084dd8772d9c0c8669ec2 0.27 MB 590 37
292,953 292,953 0000000000000000cd0624619d27fb2d868533f6f46a201210c7fb3baefab47b 0.12 MB 63 4
292,952 292,952 000000000000000045eec35fc4f7fbeeb2cedded0aafda9447764038f790007d 0.41 MB 849 32
292,951 292,951 0000000000000000daad9d86fdb9761ec5b30496c96f2b3e1a62773333d88be3 0.43 MB 519 18
292,950 292,950 0000000000000000d67add9c2c46596bd0a7327b4d7dd9baa26684b73a59fd0b 0.19 MB 512 44
292,949 292,949 0000000000000000204606c8d8a4b37acfae35e81ef0096bb7afb376e6a00356 0.16 MB 512 61
292,948 292,948 00000000000000009c6bd34b5c793c4c0360b8a41de7995515f789312e0d8923 0.30 MB 545 35
292,947 292,947 00000000000000005df6627d5749eb8f4cd6f3b72df4af9bda1c4dab1b3e622b 0.00 MB 1 0
292,946 292,946 0000000000000000a60fce6970a59426f84d25fcbbe8d031527fd6198f271e22 0.19 MB 238 25
292,945 292,945 0000000000000000b6b33228e8caf01e2bd84b8d3f4b6ba70967ab5d3109ad27 0.35 MB 847 39
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.