Memory Pool Memory Pool Refreshing

7,919 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,862 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (584,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,361 323,361 0000000000000000126008b3efaedd119f5afd39aa09090a49394ee4dbb45754 0.22 MB 218 13
323,360 323,360 00000000000000001022bede3f6a03e1e565278869e063556455833de6401835 0.44 MB 683 28
323,359 323,359 00000000000000001d77bccc0f7e7569d35b1e9feb5e0cd91c650eca7aff88db 0.66 MB 473 13
323,358 323,358 0000000000000000133eb8d763cadaf7bdd9ebd20f2781968a79b30cac6d6c18 0.34 MB 1,024 45
323,357 323,357 00000000000000000433c3d41dcf2ed0acac64ac52654fa5908144401335227d 0.34 MB 565 31
323,356 323,356 000000000000000015a9e0ffc182880695adbd636a979938abe47405de6d382e 0.13 MB 209 27
323,355 323,355 00000000000000000b902b92ca2436ed36046014c3c23124e28be2da67d2e8ae 0.06 MB 39 4
323,354 323,354 00000000000000000a5c27d0be8b5a9168555da841126490005b3e1ceea3f7d4 0.17 MB 276 28
323,353 323,353 00000000000000000828cfe84de5bbe70cbc9ddf5841154838e18cef3a1aa675 0.28 MB 330 21
323,352 323,352 00000000000000001e5eab23dc113b51f653b20bb36d18b1f67e58c461a4cb3e 0.62 MB 419 13
323,351 323,351 00000000000000000af9307c0a9011d0900036da5f875dc97a179f9cddf8d573 0.75 MB 1,787 60
323,350 323,350 000000000000000004fc919cde3b286822f0264a7bce11cab4e4677f482a6a90 0.29 MB 1,024 67
323,349 323,349 000000000000000004ee1baec67872552c4d03544d2989e963c5a76996783622 0.01 MB 18 27
323,348 323,348 000000000000000011d1044e7a63410a16b654b1f553fd109363a8c437f9e770 0.05 MB 87 14
323,347 323,347 0000000000000000115118f9759d57ba9824f94a9360769cd620cbf698800396 0.19 MB 395 29
323,346 323,346 0000000000000000080fb9a4f16558badc4b7da68d9989d9ff16198e5d10d280 0.31 MB 486 25
323,345 323,345 000000000000000014e9be72a43122c1c59e697136de850353ef769b7cb2e413 0.52 MB 930 27
323,344 323,344 00000000000000001e4845a6fb8e99359e81d5e7c164cc0e8b5b547d52f0c68b 0.09 MB 140 15
323,343 323,343 00000000000000001ee80d21b93cf746255f268ff90152eb4b16c98e7219a5fd 0.05 MB 53 16
323,342 323,342 00000000000000000aed671e2e0e34466364fcded7ee2e5ffb6b6c909ced7db8 0.39 MB 773 29
323,341 323,341 000000000000000012ece6f760b1e5bb1a80cf8628196b2f937ac9014b9aa4c4 0.32 MB 646 24
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.