Memory Pool Memory Pool Refreshing

14,284 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (628,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,646 279,646 00000000000000005de9c07e50ca6b313efc0ebd29592f76eedd3d02564df9cd 0.10 MB 264 44
279,645 279,645 0000000000000000d44ab751bc4da1f86724dd8fffa9cc3eb0ccc8f15815271d 0.03 MB 77 46
279,644 279,644 0000000000000002fb64fddd6b55c0117f3888714ba345643486b194a100ce46 0.00 MB 1 0
279,643 279,643 0000000000000002f04708930d2824e9696c0ad0489da11842790782f65dea00 0.18 MB 317 35
279,642 279,642 0000000000000001665af33e315c071bda5b6b77c087f912beca976c509e1ff1 0.07 MB 125 20
279,641 279,641 0000000000000002207f32112f5ff1d45d873193933ea4616213196131d5285a 0.24 MB 408 49
279,640 279,640 000000000000000289b8d24931a718501c68aba1b50adc357ffaea0a392c19a5 0.03 MB 102 67
279,639 279,639 00000000000000010d85be7bfab2dcafe52e3054fdcd1d36d61dc2c056d73485 0.05 MB 57 18
279,638 279,638 000000000000000062a3bb35c254baf23e3df9ea63cdfa0233abef2467daff6d 0.25 MB 650 47
279,637 279,637 0000000000000001f9961d27f814a75ee6cb3302669cbcd41947139992e1dfad 0.26 MB 550 36
279,636 279,636 0000000000000002dde082a83731691a2790a29a21444edbd97854853347fcce 0.10 MB 245 43
279,635 279,635 000000000000000088e6a4ce4ab57f7964c5aaddc779a8ae38e5403887551b72 0.01 MB 15 43
279,634 279,634 000000000000000062afa13e3134764ae7d18a87f64385d6ba3340e656933526 0.09 MB 224 43
279,633 279,633 0000000000000001f44b4a28bca89f21e6f2b290ad8fab6d1ebb436b26f40c62 0.08 MB 117 29
279,632 279,632 000000000000000111b145c51a4027c24c2a5392ec39938d28c1b8150b978a85 0.25 MB 426 28
279,631 279,631 0000000000000001b0a0189e8305c97b746afbcb9d38587d082c6dbdf46f2c62 0.03 MB 40 23
279,630 279,630 0000000000000000e6e329a0a2aac7b81af4117811e66aa5a9ef639da0828f0e 0.13 MB 314 48
279,629 279,629 00000000000000023743ce6ed9156dc766adb8bdd949d38557072b4d336c2196 0.09 MB 188 36
279,628 279,628 0000000000000002c181840e2bd19e35a61aade8f533d0ae57bee7b859d3d814 0.24 MB 503 89
279,627 279,627 00000000000000006172cded1337d17c8476a3e52667d5284cd58f8af2ffb78a 0.10 MB 156 28
279,626 279,626 000000000000000174ac5f3af8141a8b984af3177e28716618c28cd7ee7c3ca0 0.27 MB 472 24
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.