Memory Pool Memory Pool Refreshing

7,933 transactions (3.61 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,887 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,153 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,886 (872,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,397 36,397 00000000abb1be7c75e4f4534c1b4cf256763ee5a94622af8dae75e0cecf84ea 0.00 MB 1 0
36,396 36,396 000000009d405523eb02c0bd385da0282b56388139599d41beea64360e398f36 0.00 MB 1 0
36,395 36,395 000000003737c4fce410e46df0e24b41951427a9c880b37dcd97d89c07c35361 0.00 MB 1 0
36,394 36,394 0000000004155dd01119aeb1e7ed9effb649e042a79f8df3caeece058f18add5 0.00 MB 1 0
36,393 36,393 000000004607985697f41fbcbc1ba2c978977e80f28eef9235eeeb95d04c0ed1 0.00 MB 1 0
36,392 36,392 00000000ac0525906a64179f189fd6801016ae21a277241902561cecaf89014a 0.00 MB 1 0
36,391 36,391 000000006aa05fec5b3bef73e5d623b394e935b6859d0183c97fc1288ee55527 0.00 MB 1 0
36,390 36,390 00000000b44a4c4f8e1c5a014f76a33744cacfe790b8905895f88eeff47840bf 0.00 MB 1 0
36,389 36,389 0000000003f3e9e2dcc407d54bead37c0e38783e7c0dea0624c7c74674b851a0 0.00 MB 1 0
36,388 36,388 0000000090818c3ec900e8391bc0409c23858ab063a3c53e235fed196877f625 0.00 MB 1 0
36,387 36,387 000000005ac3d13a359fd38384c37c586a549741f506d894ee97ec54857368f2 0.00 MB 1 0
36,386 36,386 000000004eb897cdd066bc03485379ec4881725c2415c3af1b6890874c3309b5 0.00 MB 1 0
36,385 36,385 000000006f925254eb71df901ca9ace715564dc3d39cb758e4f9f7e63b20aed0 0.00 MB 1 0
36,384 36,384 0000000051d851cfb9f5f5fa3fe9181070972f85d583eb15f49daf82d798456f 0.00 MB 1 0
36,383 36,383 000000001ee254d1a5f6b52c16e47e9187924e9834f454545c5c6809f995c927 0.00 MB 1 0
36,382 36,382 00000000577e8ff0b92af60a8d3d28e362c6f3aee265de6982c7a2da71dbc15a 0.00 MB 1 0
36,381 36,381 0000000039b30b5ec3f12b087c765b130965c7b84fd79761d148133d39f8db5c 0.00 MB 1 0
36,380 36,380 000000006385f9e15f7216043651832e28cf8d7ca882680c22b89762b7e233b9 0.00 MB 1 0
36,379 36,379 00000000110ca3ac5351b90676ef984adbc6a5a7f6f44486998c2d822afb8e32 0.00 MB 1 0
36,378 36,378 00000000786bb752fbc9b3260e4d1e5f190086577eb3121876ada1de381990d8 0.00 MB 1 0
36,377 36,377 00000000845d8a36e22b21c309e842571d765ff23acbd2858589403581d81ab1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 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,863.03 GB sent, 103.89 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.