Memory Pool Memory Pool Refreshing

11,397 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (717,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,865 189,865 000000000000041f918408bc18409360597abd23ce3e070b3961e9cf7def16b0 0.04 MB 126 202
189,864 189,864 00000000000008b48fffed76a62d832271a273a14955923887d1e6e28389ceed 0.04 MB 125 14
189,863 189,863 00000000000001a843293ccbc7a1b148881c303244356453f83580b5b6c0eb39 0.05 MB 122 77
189,862 189,862 00000000000007ff83a56db50d14ef86d2be53d326222bbbb75943a1a1fe7a85 0.25 MB 498 141
189,861 189,861 0000000000000888a22c53a5e7724a1fa96190a72c23f41fcd46f5720cf25400 0.22 MB 512 242
189,860 189,860 00000000000001865985d7fed6ac06eec3edb9af79238e4f18f79fdc44dd96c8 0.05 MB 149 14,572
189,859 189,859 000000000000057d19a525a1c1e652b5c6799ea5c90593c4d2df7554aa211cce 0.05 MB 142 141
189,858 189,858 00000000000007ea42fb5dccdd1fb5a7eb7c81860199501f756efe2e89b19d3c 0.01 MB 20 113
189,857 189,857 00000000000008e0fb4f0d95907e33e5de9d46b126d83957c6ac29c0b1486601 0.15 MB 282 123
189,856 189,856 000000000000011869d8bc393d15fb583173ee3bab912764840a6a7b1b4b5155 0.05 MB 121 493
189,855 189,855 00000000000000f47e6a1a18169e694ed485e52165db6a468bafc6a2c6bf41cc 0.37 MB 615 99
189,854 189,854 00000000000006e79278cbfcd199d3510a13c8fdd46887d334f7f082f37ff94d 0.05 MB 116 78
189,853 189,853 000000000000083bafddeac3959fab051ffe0ac21e51057659cb5123fd3ed402 0.07 MB 137 103
189,852 189,852 0000000000000819211252c18900e24b574d2de3e4c46f89e72ee7e66e3515d1 0.15 MB 388 122
189,851 189,851 0000000000000291807109471b17ceb8accc378556718534bf5724a04a1be42d 0.25 MB 563 130
189,850 189,850 0000000000000702f1411aedba98cba630338c6c05452d43ee60099baf4b28c5 0.25 MB 512 116
189,849 189,849 000000000000011686aafa427e801e04e62be500227b4ecdc9312608c408bf89 0.08 MB 204 167
189,848 189,848 0000000000000568e04c489fa9ccb110f886f4a22f64f71ef893a3c1761b6674 0.25 MB 561 131
189,847 189,847 00000000000004097589dd2b08ac8f20d06466fce765517b75e9791155396280 0.04 MB 77 75
189,846 189,846 00000000000004e33d9c0e049eff8e6f3202dbe9517011fb0e26108d64229c83 0.25 MB 757 173
189,845 189,845 00000000000007bacbf2792e9b65dfe2e994ae579e0f9f4669325412de1c257b 0.07 MB 203 28
Previous 10 blocks ↓
Total Size: 769.01 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,621.50 GB sent, 92.91 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.