Memory Pool Memory Pool Refreshing

988 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 963 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (144,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
763,478 763,478 00000000000000000000949439da8135a6b7c593819f4849ac0da3c62624b51d 1.54 MB 3,197 25
763,477 763,477 0000000000000000000373315b90622bc400a9f731bdc86bf04233990d9bed8b 1.57 MB 2,281 29
763,476 763,476 000000000000000000002ea71ca0585ec6ecd30b3603e52b122a4ce86763e7f3 1.52 MB 3,553 34
763,475 763,475 000000000000000000032384c958c69d6cd4316fdb9071f964b21f09736c022f 1.42 MB 2,928 43
763,474 763,474 000000000000000000047fa2201cc7dc02666c2e0bdeecd368fb8201a428bfdb 1.34 MB 2,417 41
763,473 763,473 00000000000000000004905e270ea9a9b1102eb9f2997341381795e837ed21db 1.52 MB 2,459 37
763,472 763,472 000000000000000000015aa501ca18d610d002dc33efc2ca03a78b1e8b9c43f2 1.12 MB 824 17
763,471 763,471 0000000000000000000474aa54096ed18932081021a96956381cf675d0a87678 1.35 MB 2,020 25
763,470 763,470 00000000000000000000085e11274f244a9ab694932ea318c2cd3a9aba14c841 1.15 MB 982 17
763,469 763,469 0000000000000000000152f75a533ada12905bb597456f83eca064051aefb919 1.15 MB 1,093 19
763,468 763,468 00000000000000000004acd86f3b9c0e714889539c9fa19eb5f82a7e4f8d66e4 1.39 MB 2,824 26
763,467 763,467 00000000000000000000e256c7649f839b7f316a4076a24167fd5e4d956104fe 1.11 MB 817 17
763,466 763,466 0000000000000000000292fc002af6b4d504e9153bc21ac4715013b8ced03822 1.10 MB 796 17
763,465 763,465 0000000000000000000455c91cb04a0bb8aa36bff4c49c79a92cbbcf00d0e8c5 1.45 MB 1,676 18
763,464 763,464 000000000000000000030ebf04589eff95e0f49c3eb86e8d8e7f4b6c518de193 1.51 MB 3,342 36
763,463 763,463 00000000000000000003c552d4c057bf117024177beb1a86507b9645b13c46b2 1.06 MB 229 14
763,462 763,462 00000000000000000003ecdc47a112f81ae096575b9bb391fa1def1d3cdbe036 1.09 MB 639 16
763,461 763,461 000000000000000000074ec795b4c8b16931822f8fc7bde2a86464bbaa54cd53 1.41 MB 1,770 20
763,460 763,460 000000000000000000078e719e47511042a5d6fb1a9c9810a6d6b5d5d8d80620 1.52 MB 3,159 34
763,459 763,459 000000000000000000054415e818a18e893040a299e967378025708728a6ddc7 1.38 MB 2,309 25
763,458 763,458 00000000000000000001fee21bccae8ff27cf595cf0189c2b97aacae6d36374d 1.34 MB 2,002 28
Previous 10 blocks ↓
Total Size: 769.27 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,635.37 GB sent, 94.27 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.