Memory Pool Memory Pool Refreshing

5,835 transactions
3.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,807 (767,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,295 140,295 00000000000006a6a32ffe068dcf7fe0bf4ac5af17078596bbe4fb295122486c 0.02 MB 73 274
140,294 140,294 00000000000005635ad04aa97cdc09926ad0c26d7b814bd79e20363a3c973727 0.05 MB 98 267
140,293 140,293 00000000000001fdce986cc30ca5ae6c8f6d01392a6039293f0518aa74269797 0.05 MB 132 117
140,292 140,292 0000000000000266e722640ccecbf95396ca5763a7d0ab0acd0251643dfd44fc 0.05 MB 118 402
140,291 140,291 00000000000008d9656915af962b8cf266bc48005bd098d81230328dbfee2904 0.03 MB 64 311
140,290 140,290 000000000000044ff014f5b30f76b37d394475af1353aab807037dab2462b6fc 0.00 MB 8 381
140,289 140,289 000000000000076ae204f954a4691bef841ffcfc1620a709c373c739a6c1a28e 0.01 MB 39 164
140,288 140,288 00000000000001c7ac0d600f77d8bea4392544fc388a9bca89181b087905d98a 0.00 MB 10 510
140,287 140,287 00000000000001a54557c03079d542dba563a1f6ed0b43adbadb974aba2da80f 0.01 MB 31 194
140,286 140,286 0000000000000364341153b47e9a4bdc7ef17ed1b2c43712bbd59eb1616b3f16 0.02 MB 23 156
140,285 140,285 00000000000005fe1df3107716fe1979afcad4c53c600860d653f5b4d2adca7e 0.03 MB 102 207
140,284 140,284 000000000000053801ecefcd27e8ccd5715893f67d2739c9aaa88e4c2c327764 0.01 MB 20 123
140,283 140,283 00000000000001ccda551cf5d5ac9d2e8509e82926b6fab454578728dbb3e630 0.02 MB 31 309
140,282 140,282 00000000000005ac3aed17d936638b3257ac7cf5a8d8ca3b89b2a53ad4093464 0.01 MB 26 482
140,281 140,281 0000000000000129b64c91350157701fc1007726bc0613d12e3df63979bb397f 0.03 MB 114 106
140,280 140,280 00000000000006d8c5446c5001c930c435b4e3af5c5323360e2395e0159f2268 0.01 MB 10 69
140,279 140,279 00000000000000cce1f93a8a22cae482b6787b7b95302bd65da2e897fff75fea 0.02 MB 29 720
140,278 140,278 00000000000007fe73ac8005d0a23b201b1967f5eb6194d697dc16e961127b34 0.02 MB 51 224
140,277 140,277 000000000000066fb8993ce2348b05b01f82e4ae3e1ac50782a2dd1ce9fdccba 0.00 MB 7 806
140,276 140,276 00000000000007e7ba500287b102bb6cb5708fb8267f2fb3a269a12ddeebb750 0.00 MB 1 0
140,275 140,275 00000000000003ed1e6888d627db2b068b514483e43a2f4c051cc5ac2be480cb 0.02 MB 34 293
Previous 10 blocks ↓
Total Size: 769.18 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,633.51 GB sent, 93.84 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.