Memory Pool Memory Pool Refreshing

4,509 transactions
2.42 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,824 (696,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,749 211,749 00000000000002e4830064810f978894ba5fef2b88140045b4e0aa7a409d9f1d 0.00 MB 6 30
211,748 211,748 0000000000000269939720f320690f6f47c1aa082a4c18b803883f29644bf140 0.25 MB 526 188
211,747 211,747 00000000000000b92a29ed07edaa1ab2fb13236b808c579781244ccc50545912 0.05 MB 124 305
211,746 211,746 0000000000000063d878c87d9da7cedf2c63854b4815e15f52dc8d7a9ba3f658 0.19 MB 376 156
211,745 211,745 000000000000037f5d27ad6c90f2a7eb6dce096de94328e95ba4e74834629f40 0.43 MB 910 188
211,744 211,744 00000000000001f414cfaecf82f4c032316fcf1fc8f3211500925023bfcaa2ae 0.00 MB 7 638
211,743 211,743 00000000000003cce4685f69b9432acc042e2e8d864325c5d2f15c8d03fdb960 0.07 MB 170 178
211,742 211,742 00000000000003ea91ffadeb01da512dfc9ce3c89a44a81f7a52ac78cc81493c 0.00 MB 15 132
211,741 211,741 000000000000035508397f62e7e7b4e115f493361c1ee3a3c6bb18258bede1e2 0.07 MB 153 172
211,740 211,740 00000000000001d72540358acff9e55b231490a4f1d2ac77362f1451aa89d207 0.13 MB 185 149
211,739 211,739 000000000000018bf9290ad45d1916bd76b7c4d6615ca0ea51864488179e3bc7 0.17 MB 227 240
211,738 211,738 00000000000000b7683d14f16a815f30d1019396c093220efb8071c00498a223 0.37 MB 574 215
211,737 211,737 00000000000000013af89a5b7293823f0ceb6af68fd980d5951b0f3df876cca9 0.02 MB 45 161
211,736 211,736 000000000000024cfdf73aa9b01ca3cc3c16b170491aa84c3628e647cbb4ed08 0.02 MB 58 92
211,735 211,735 0000000000000235769f7244fe9ba0e0bb830c376d8e56ff0aa93b8cfa31cf3f 0.07 MB 163 149
211,734 211,734 00000000000000b5893b237950de74e28744e4ed21812abd02ab74e29424647b 0.17 MB 338 199
211,733 211,733 00000000000001b6c87c7c2c66cf21d3fdd861f7c3ddad0c823c05a46c4466da 0.24 MB 547 47
211,732 211,732 00000000000000bf5c9a36aa313b9f42c4521a853c69a012dab456a982fccdf1 0.16 MB 290 144
211,731 211,731 000000000000012869267e85bdb7dc193401636dedd2c12b7f0f69bd16d5f95d 0.39 MB 764 149
211,730 211,730 0000000000000425937408851d5747e5ced10c0fd0e035f3f83f73c4cb037e61 0.25 MB 379 111
211,729 211,729 000000000000035a887d67d154e3b0f98c00770fdb2cd8cb841ef28a692ac640 0.25 MB 646 197
Previous 10 blocks ↓
Total Size: 769.21 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,634.48 GB sent, 93.99 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.