Memory Pool Memory Pool Refreshing

25,046 transactions
16.23 vMB
Show Random Selection Loading Transactions
Max Size: 85/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,557 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,594 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,556 (687,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,262 183,262 00000000000008a3e2310bb5912526ce93de80a14245a1c9c7b76d4a3db2d275 0.04 MB 41 80
183,261 183,261 000000000000012cbb30651830b79dc0de88e0eca392e59d6edaeaa657f5c848 0.01 MB 46 72
183,260 183,260 00000000000000627be5ef60619f57d44a08b9d0cdc05cd9661a36f84c6fa7c3 0.04 MB 74 97
183,259 183,259 00000000000005877784ec952bc60d338756c7b68481f7ee73412f3ff258aef4 0.04 MB 64 86
183,258 183,258 0000000000000a7f2c15eb2f8e0837af01e83a625b67bdae5803931ea3203718 0.05 MB 128 154
183,257 183,257 0000000000000943f28bc8410952301b36e4a13e17794889010df49c8ff1f0e1 0.00 MB 9 102
183,256 183,256 0000000000000112a32f2af3205a30bbb3c2e60c106347a8737023fc23a8d5ff 0.05 MB 159 524
183,255 183,255 0000000000000873fda1001c4986936dfa3697ec84ff74e48c11fe9d355be07f 0.05 MB 152 80
183,254 183,254 00000000000005622a013771ce74ed57661746a5ffc5746ba3885d47816b2dbe 0.01 MB 43 53
183,253 183,253 00000000000007359984059b707fa4118f7bec75ef04357fba0152f84c527c2c 0.00 MB 9 55
183,252 183,252 00000000000004b36c22b3ce57e2c38ec51825c32e78128f9661b61da6657673 0.08 MB 102 82
183,251 183,251 00000000000007fa71c4a221cde2e9e1b968e0d3b1f42c33126f0141528fa730 0.01 MB 15 6
183,250 183,250 0000000000000982a721e876e38e82b88e57186c4ffbd3a5111578dc842bf2c8 0.01 MB 23 268
183,249 183,249 000000000000016cb3cd8e902bc05d1c36feabe53950affc955dab7d5c7c6d6a 0.02 MB 33 72
183,248 183,248 00000000000002ec6031c86fe4200e328b94a4ff619721df4e9a0a3c6169531d 0.02 MB 27 52
183,247 183,247 00000000000001ec98e968065dcf16d9252fef05bcd1768e5862a8100a38cfcf 0.00 MB 11 31
183,246 183,246 00000000000008fbd604d289a21c7ed7b5b22326361afce2dc8d24c534c2585d 0.03 MB 122 1,285
183,245 183,245 000000000000039d591fac483d2a6ab199fffa673d71cc84d970a5780531f4b3 0.00 MB 14 15
183,244 183,244 0000000000000256c21a4783049cfced1d9c7013a0dc3547e3c75cb376f8386d 0.03 MB 81 70
183,243 183,243 000000000000012f4f1ae3409bad6902314daeb3a77f7ac4fb7341655ad67f65 0.01 MB 38 79
183,242 183,242 000000000000019020f3f95e085d5d37743f237c01080854642280da79fb1233 0.02 MB 59 198
Previous 10 blocks ↓
Total Size: 700.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,357.18 GB sent, 213.85 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.