Memory Pool Memory Pool Refreshing

39,982 transactions
47.37 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,367 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,143 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,366 (576,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,019 266,019 00000000000000037d7897974dd1791188fe8da1d163a4af8099a224e4466420 0.05 MB 129 128
266,018 266,018 00000000000000024788836d97bdadc1ec0b8eeadb593b52da86bb9910555f9e 0.07 MB 186 81
266,017 266,017 000000000000000d189f929a22cb718ab95cc2777b7a9c7e613b35a10c5bb7ef 0.13 MB 72 9
266,016 266,016 0000000000000000abc46d15c6f55dab293bef622983aa5664955a481dbe8fa5 0.11 MB 257 76
266,015 266,015 0000000000000006d0a3aba5e83e4f7cb26e653c64a877f96b4ae53fa3ed2f2f 0.06 MB 46 22
266,014 266,014 0000000000000001f3ec1865965ca8abd1596cea9c3214cde9d15a04e8ee18f0 0.15 MB 267 106
266,013 266,013 000000000000000fda936dde3b62380a286e400566599713ec0a5bfcad31a6f1 0.09 MB 210 74
266,012 266,012 000000000000000d6b7f7ed921b2b4b457ec93e7875758bd0171d9ecb24d163c 0.15 MB 100 11
266,011 266,011 000000000000000f566628a40f1f4a848b67012540a87f5dcc4f7360bed428e5 0.01 MB 28 72
266,010 266,010 0000000000000001b06a69ff1fd0852f2573c085488f44223b42dca71bbc34c1 0.15 MB 285 53
266,009 266,009 000000000000000bb5c20eee8c802d8361bb0135cf24180b8b556b35159296cd 0.25 MB 638 162
266,008 266,008 0000000000000007dd8b4e020860bdeee9aea8ca203059bc21dc6b01c51c5b5c 0.02 MB 47 64
266,007 266,007 000000000000000508dd011c3d002da718f6affa53f33e93bc4670c8d858bf63 0.04 MB 102 73
266,006 266,006 00000000000000089b9293345c87f004bd5e1a891cffe3834bee0bb76e084973 0.04 MB 104 79
266,005 266,005 000000000000000c7b45fe6c133f2736f576d81268b41f9480d2b761b80d5d80 0.01 MB 21 103
266,004 266,004 0000000000000006b6e788985b1a85bece18bb080d5f7c67d00abd80d2404da8 0.15 MB 218 23
266,003 266,003 00000000000000071ab55571e7c5d22419a0ed481cd8b1cae98e8c7994c4ea1c 0.15 MB 341 86
266,002 266,002 00000000000000086efa43869b09e89457f480a336980602993654a4ea316487 0.17 MB 445 69
266,001 266,001 000000000000000c29b5b02f59257025f48808779bca45a0f1414344fcf59807 0.04 MB 88 36
266,000 266,000 0000000000000009d755c65d58c7c1fde9167ba632a85574de3bb11c8a862e35 0.31 MB 798 88
265,999 265,999 0000000000000000c6e08eb048ecebbd09ca6e0d474d94e133f93e20829693e2 0.07 MB 162 53
Previous 10 blocks ↓
Total Size: 647.41 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,484.31 GB sent, 45.52 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.