Memory Pool Memory Pool Refreshing

16,448 transactions (4.02 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,032 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,477 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,031 (882,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,518 26,518 00000000cff2f1bc1d8bce2af230c7d2f7e86501f40c10b6c86eaf98135aee47 0.00 MB 1 0
26,517 26,517 00000000cfbdf58f36165c7c84e639b56607335d851548ccdae61a2a63f25cba 0.00 MB 1 0
26,516 26,516 000000004abce48633b493302d743259b567124d8b8c2fa9c76797548cf899d0 0.00 MB 1 0
26,515 26,515 000000009c04ca2145690be4c3173c8988d20dd4dc827a4d866cfb52caf637bd 0.00 MB 1 0
26,514 26,514 000000006d48e3ca2ddd6be2710d2494d6133de9c3f31afacf80a2e027645755 0.00 MB 1 0
26,513 26,513 00000000ac3af5df96e5fc51287e4e7b32154f3a09abbc5a1176b65d9e5b7eef 0.00 MB 1 0
26,512 26,512 0000000037c0fdc113c35e6ad015d1953a4fc3ce67c5c54fbd758fd85fa863b9 0.00 MB 1 0
26,511 26,511 00000000df0c0c64db5bc35fa5cf248d0b31b353c2427fff90256db06f82b681 0.00 MB 1 0
26,510 26,510 0000000032463542a8788fbf105e60082b2f1cc6fcb74c6dcf14845e219740d8 0.00 MB 1 0
26,509 26,509 00000000fb5b71fbf2854ad91c98513a64dfccc421c6ea3cd3bddc56b3133f56 0.00 MB 1 0
26,508 26,508 000000001bdba6a85fe304ab97abebdf50c20e916b19122656fba6af3678ca46 0.00 MB 1 0
26,507 26,507 0000000041fa0df32bf5d6c61d6ceb9966ecb17418602b2116c14d8a96d7837e 0.00 MB 1 0
26,506 26,506 000000002e4ff03f9c8292637783b44022cb0f96a69f12ed96174fc6f9b57638 0.00 MB 1 0
26,505 26,505 00000000a6e2242a53efd8fa1c4b04b1f707b139c439e201e12d35f47d5e10fd 0.00 MB 1 0
26,504 26,504 000000001aa2ab9faf43e90d7b76925e13a2d5e61d794068ceaa4a9c39069a19 0.00 MB 1 0
26,503 26,503 0000000058ea7763fabff5b49d476962caef0de65e5546b0a8de84b794cec2bc 0.00 MB 1 0
26,502 26,502 00000000a34df780864335fa44506e95b3940950c48bb7f57a26df45d43d86e0 0.00 MB 1 0
26,501 26,501 00000000350bef4072eb22a313badd5df4d0258b6be1fca1e58710d699947048 0.00 MB 1 0
26,500 26,500 00000000508cf2dedaa7168b3d13d04ecbd10befabd4c831e2073236e98cea33 0.00 MB 1 0
26,499 26,499 000000008cefac194cdf0152264dbfe55ea398822106f4201fafc11fd694df93 0.00 MB 1 0
26,498 26,498 0000000046226ee000e071375f8f59c24527d82e835acffd20e72178100c5563 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.61 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,894.32 GB sent, 105.52 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.