Memory Pool Memory Pool Refreshing

3,761 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,543 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (620,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,644 287,644 00000000000000012486ba7d0dafb0a8d73798dbfec6f3d7ff5ca02661ad52f3 0.28 MB 480 39
287,643 287,643 0000000000000000fe7ab684d1857f1264c085660807e4049576063c52bae9a2 0.10 MB 196 36
287,642 287,642 0000000000000000ef82fba78dffa3bdbea064c6de4ac714036713205353cf3a 0.43 MB 705 31
287,641 287,641 0000000000000000ff4abe104f0225e6b5ce8fcbff1158547bf727d49835d925 0.15 MB 288 36
287,640 287,640 000000000000000071e262679bc55d3c814540cc0d12020c951623c286a2f464 0.20 MB 379 33
287,639 287,639 0000000000000000c112ca5dd223efd23fe43a4b8b34afd05badcefe9825521f 0.31 MB 418 28
287,638 287,638 00000000000000007bb88d08a6644fdb5571117a42b52f6a602d705c866e09fa 0.50 MB 1,034 36
287,637 287,637 0000000000000000605b615ad787bb29a0d4deb1889095b4d55f46c90ac66c38 0.06 MB 160 56
287,636 287,636 0000000000000000c70fbdf2d7ce2dbc7e77c2b2302fba74bdae29684db49ddc 0.50 MB 960 35
287,635 287,635 00000000000000007fdcdf1078c3e050c94a31d5b604faa9af34a26dbdf7136b 0.32 MB 515 32
287,634 287,634 0000000000000000a974134613bdbe1fdda5dbf42a47654c996a4b2fff54f9c2 0.05 MB 78 35
287,633 287,633 0000000000000001095b8437342833b38c894bc7225a937a259780c14027f8a3 0.18 MB 372 40
287,632 287,632 00000000000000012332a1264ed7a86f737e9d7415eea9c9fffade5aee158b5e 0.07 MB 142 40
287,631 287,631 00000000000000003fb25db8ad78f967e180516a18c7ff4e4d7c678e3de88e08 0.24 MB 496 43
287,630 287,630 00000000000000004873c60a1b16a4a8d42ef8c752a009481585fd8dbf545d1d 0.77 MB 1,321 40
287,629 287,629 00000000000000002dd90fbf63c9e98ac357958cdb5173e1e8fc55260024bbc4 0.35 MB 537 29
287,628 287,628 0000000000000001193ae9bab0ff14ba3d4e8718df4a890531051db643724808 0.19 MB 226 24
287,627 287,627 0000000000000001290bf0ee03418ad92f52a8d040263879bf84afb2d640e4a8 0.90 MB 1,349 27
287,626 287,626 000000000000000069d97757a26b3a67bd027bc7ae72e18da2d07a48f55a1b61 0.35 MB 253 15
287,625 287,625 0000000000000001589088b58ed1cdbfa7385b212ce1dd6c4c47ef83a6fccc09 0.50 MB 943 33
287,624 287,624 0000000000000000349b63ce8ec479185b7bffff9d3b37159ae3e73a01dc629f 0.35 MB 839 41
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.