Memory Pool Memory Pool Refreshing

2,477 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,683 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (577,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,907 329,907 00000000000000000e3d778ffda7e61aa94cfcc60957986b64f63df2cfafcf2a 0.63 MB 1,143 28
329,906 329,906 00000000000000001504b8b79eadb517d3fb7ef5324e3ca62c1b1e9fd9edb017 0.30 MB 523 25
329,905 329,905 00000000000000000c55b805ef33cdb3198f71ab26061624cf334f53587f9477 0.14 MB 245 21
329,904 329,904 00000000000000001bb5bdb5010be6f164fc59977353019ac5eeb866c0eec2f3 0.24 MB 376 23
329,903 329,903 000000000000000009614b17eaa9b21c6052719b61ed4683a4e1bd46a013dbcb 0.52 MB 662 21
329,902 329,902 0000000000000000156922db255f181d0175313b7579f9f247699305b33b97d7 0.25 MB 488 30
329,901 329,901 0000000000000000065aa64226011d93e0e865b81278e47a96172a610f5f8f99 0.42 MB 712 25
329,900 329,900 0000000000000000052c5828c18590c0411926236e1a6f59538f821e673992e2 0.74 MB 1,456 29
329,899 329,899 0000000000000000147727a8f4ac363a82c0f6ee74afca0fd02c0696d8f88856 0.33 MB 479 38
329,898 329,898 00000000000000001212b7161a471c2b4bc337aaeab6ec7757e7365752350a7f 0.07 MB 64 17
329,897 329,897 0000000000000000108c89144a620726faa3d5d8fa42deec345a3b61b9a2357d 0.75 MB 1,306 27
329,896 329,896 000000000000000016d65758ed8df787c3d490c569578d38d6db2ed4b56817f0 0.11 MB 168 12
329,895 329,895 0000000000000000168017e70167b30132ee606e99fbbfc6bf7d0dcb0388286c 0.15 MB 178 16
329,894 329,894 0000000000000000109724a8072680a17ca916ace203305eee106a754a907afe 0.15 MB 254 22
329,893 329,893 000000000000000006fe1fec849d6c7feb468c89405b2a885dd36249e5e28295 0.59 MB 668 18
329,892 329,892 000000000000000016f9812f99547220644a75ebcc8370088b4a92b1524e9803 0.20 MB 512 35
329,891 329,891 00000000000000000c1ec9d53deb3a85aea9993ca41eb1d7bed7bf3cba3c6844 0.50 MB 1,188 35
329,890 329,890 000000000000000004252445dd18919500278cd2d6e370061eafe32ba576c440 0.10 MB 256 43
329,889 329,889 000000000000000001d5a5fdca2d7d81eeb3d8e5b031f86c297e670c01f329bf 0.10 MB 88 9
329,888 329,888 000000000000000010c215d184126f013f03bb444f0794f8ea1b05c124500c5d 0.06 MB 95 5
329,887 329,887 0000000000000000034927340a894a33789ef0917da35682dabf5dbcf673363d 0.72 MB 1,344 28
Previous 10 blocks ↓
Total Size: 768.95 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,613.96 GB sent, 92.54 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.