Memory Pool Memory Pool Refreshing

5,198 transactions (2.22 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,974 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,869 (872,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,404 36,404 000000002763f0473ad2dcc7bbd3e76fae40233918a54e8fce61999f732ca8d3 0.00 MB 1 0
36,403 36,403 00000000390a223ead746a1e4d39843b6e985f4253d43721ee00233aded8e938 0.00 MB 1 0
36,402 36,402 0000000001de9abcc81710f873d8e425d069f3b789b937cad8d1c8118b1b9932 0.00 MB 1 0
36,401 36,401 000000003c26c0019bbd1b1668be5a5a282edd812666171c7b9f6b4b0ee042a7 0.00 MB 1 0
36,400 36,400 00000000479cfcd33b8508841190662caea9c4d9e70fdb53bf9a6cc818be6114 0.00 MB 1 0
36,399 36,399 000000005a827b7940abb0db161c8a14130591607da169bb717f9cceb7f9296b 0.00 MB 1 0
36,398 36,398 00000000977cce204ef2a304e91c491f551b97015036b7300394ecc1a773a193 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.31 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,862.33 GB sent, 103.70 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.