Memory Pool Memory Pool Refreshing

1,433 transactions
0.45 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,421 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (722,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,703 185,703 00000000000008d5a75e01cc496cf455ed4301f7f62f3b5cdab85a4bc4aa5bdc 0.02 MB 42 100
185,702 185,702 0000000000000689a1febcfe33676a48acbf3ec284c653d535ba2df9e290abcc 0.14 MB 314 128
185,701 185,701 000000000000025e270b1cd0367679c0ee5ba60ef5167342d3d5dc104f7ac12c 0.11 MB 256 112
185,700 185,700 00000000000000edf3eb0bb52b748382193be6cbe9c280df264b45de5bc55485 0.05 MB 127 113
185,699 185,699 0000000000000466f2064da59567b895ae739656247a98277a84881efdf3b808 0.02 MB 51 100
185,698 185,698 000000000000020c6aab797d53336db915bcdcf867833d70962f5b120bdafdc2 0.21 MB 443 128
185,697 185,697 00000000000005934f94a6a6739ff17f859e990660cc1e30910f629ae212950d 0.05 MB 71 603
185,696 185,696 0000000000000429d90b6603313b042368d08f70e432b6cb893b1aec5329378c 0.01 MB 55 120
185,695 185,695 00000000000005aeea6d8e5fa773a464cf628c58e8c971ac0ab3c877421a351c 0.02 MB 66 187
185,694 185,694 00000000000004f017a42ab911f75b35a722803674e46cc76bcb0570aa14aac9 0.03 MB 80 98
185,693 185,693 00000000000003d97bd2c7663fa3b1b007cdc44d872beb24f775f810c172b216 0.02 MB 73 35
185,692 185,692 000000000000067253c8b93b6b61cbcfb0b299f418fcf2e293b6632951db6767 0.13 MB 263 108
185,691 185,691 000000000000084bb2b40ca6db0686dfd0d5d29dbf1d9156953614c6b0bf200c 0.25 MB 202 387
185,690 185,690 00000000000001e7b08cadbb3007db53f044ca80e932a21e63c2cd77250ad2fd 0.08 MB 168 137
185,689 185,689 0000000000000320383f5a940348d9add6e389a83e363286c77135e4aa73f45d 0.05 MB 119 181
185,688 185,688 00000000000003130176accc4b2ee10f8b008b02d7cd3a74dbebca4826e32de7 0.12 MB 259 119
185,687 185,687 000000000000035ace98b797b50199f6fae611573d4deab07f3e302d79f61e3d 0.04 MB 80 221
185,686 185,686 000000000000059bc1cdf5c58f111e16b59d74eb8e741390618142b11eb5649e 0.05 MB 66 75
185,685 185,685 00000000000009b34e103068879cb6d1618149c876a3555f6cda285d76f11550 0.20 MB 415 111
185,684 185,684 000000000000055822e04be608adc39fc47eb2897562aae007025ad0ca3325be 0.02 MB 15 40
185,683 185,683 000000000000010527159bbbc4775760a1d67efc2f6195f1f1fb73c410688537 0.02 MB 86 70
Previous 10 blocks ↓
Total Size: 769.16 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.68 GB sent, 93.65 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.