Memory Pool Memory Pool Refreshing

1,212 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,198 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (627,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,222 280,222 0000000000000002a93b6467a6de10fdbc7341566857a11cfc53bcc80bece510 0.02 MB 30 25
280,221 280,221 0000000000000002750dc0a752cb6cfb2ccabcb4e500d24a8f91f2614f2bf544 0.24 MB 486 51
280,220 280,220 000000000000000067a065c4596c16949431b4472067593d48fd9999cfdabae2 0.05 MB 82 37
280,219 280,219 0000000000000002e2fbed56d079de3c4615f4a036e6d72ade99e36f3fcf7c27 0.09 MB 164 32
280,218 280,218 00000000000000007a746d7fa4528e3562d401f487dfd5e7973cbff249cf8170 0.10 MB 91 21
280,217 280,217 0000000000000002eede2e6c1dc2bf36ccf7e7109c9d9bc7e29a85a3e46f1f1a 0.25 MB 495 44
280,216 280,216 0000000000000002de20f3808b5f15a13c7ffbbc00fd9bf928bd36f674c05c26 0.25 MB 423 27
280,215 280,215 000000000000000239996663f4eff478e769402d80af7ce82d7647a5a43ac14c 0.03 MB 104 96
280,214 280,214 0000000000000002b2e76f0daf3182e1554df7ae6975825a83d21dac211a34a6 0.03 MB 110 103
280,213 280,213 0000000000000001e7b7dc263a2731274f0cd6dcc67cbcd33bbebc27eb7f69d0 0.25 MB 530 55
280,212 280,212 0000000000000002c1aa15b6f048110c53054fc1f8cfacb1a12de9bafd6be066 0.10 MB 202 40
280,211 280,211 0000000000000001765ca25394201939b41435b0503604955148235ec635db7a 0.15 MB 233 36
280,210 280,210 00000000000000002140d5d875fd722aaf81708349e5ee306a743e4295aab1bc 0.25 MB 528 30
280,209 280,209 000000000000000258b73dcbf65ffa3991a568b4b462986aff1e030cfb8ce27d 0.03 MB 86 202
280,208 280,208 00000000000000010d35b7c3644e5d661fc8e4fac576ca4548d5a1a48392e5be 0.01 MB 17 33
280,207 280,207 00000000000000011b581039b7a70b834248dae1eb39cb5100daa21e49f92630 0.04 MB 95 33
280,206 280,206 00000000000000029820ae4ce086ea71c573e0d968eef229272522c714d3bb82 0.23 MB 454 29
280,205 280,205 000000000000000131962f3b2d4971f41fdb21a1d55fa82f3ec764e86b26937a 0.03 MB 88 176
280,204 280,204 00000000000000028c3bcb33e5b37663de1b072801bf0e857d4fdc283704a824 0.08 MB 129 31
280,203 280,203 0000000000000001922b6f8c261704a1ab848f29b9b3c595c2f83b5fd68a0110 0.02 MB 47 37
280,202 280,202 00000000000000000d93cace090e04702dce57f9387410cb84afd0b71dad1e04 0.23 MB 511 56
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.