Memory Pool Memory Pool Refreshing

57,469 transactions
25.77 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,432 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,451 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,431 (447,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
424,481 424,481 00000000000000000293e2aa7d3eafacfb6da8252460efedec59c8542f7d2aa9 1.00 MB 1,676 49
424,480 424,480 00000000000000000099c005830ab658df49625961663c3adb2101d674154e88 1.00 MB 2,743 87
424,479 424,479 0000000000000000013e6fef73cfbaed2437fee8de440326dd676d62b8c61d2e 1.00 MB 2,144 65
424,478 424,478 000000000000000003b8999811c76ce83d712acb3291dbf3e71cb7f363429468 1.00 MB 1,184 41
424,477 424,477 000000000000000000326af846c5a6a30de96c45d119adc65edb60e159e5b047 1.00 MB 1,754 67
424,476 424,476 0000000000000000045354a7262f8bc053beb48cf3fd2a79ca6ac0fb08035128 0.93 MB 1,221 42
424,475 424,475 00000000000000000206e55078c120dd3f0ae919fa7d2d4d754eb96a9b90a916 0.99 MB 303 27
424,474 424,474 000000000000000001e4679e0fb8857ed640131d94541911f28a558fdaba125e 1.00 MB 1,286 65
424,473 424,473 0000000000000000003a58cdf5401248a1330480a1c9b99440a5f974fb61ce17 1.00 MB 616 26
424,472 424,472 0000000000000000011a06e4b1a3c497d247f785a4899e44ae800a9236438e16 0.51 MB 1,283 74
424,471 424,471 0000000000000000033c599452225973ef925db2aa1c3334b502ee401ad2740d 0.06 MB 77 46
424,470 424,470 0000000000000000013612ff65d872b5d0cda43d5faf63f96337cee9393636ba 1.00 MB 1,171 36
424,469 424,469 0000000000000000004f314ca0e24df60dfd087812f0aad994ca925d7e5bc605 1.00 MB 1,185 36
424,468 424,468 0000000000000000012b1749d1919619b6a3ca638222fc32ac9351b70520c736 1.00 MB 1,655 50
424,467 424,467 0000000000000000044f4e6b80df9967b52510c32c2687703ac70231f47dd4f1 1.00 MB 1,176 33
424,466 424,466 000000000000000004f08295550ca6d37a598ec5783a0f3846cd3e9bcabe647e 1.00 MB 2,184 80
424,465 424,465 000000000000000002bb2c26e062fa0b71ab86f8b28583c08dc9d171b1074f23 1.00 MB 1,815 69
424,464 424,464 00000000000000000241f90d320f573e57e9109b1932d6e92c5c76668fc1afe4 1.00 MB 1,697 44
424,463 424,463 00000000000000000263d8f9ad31699495e8bc61023f92692cd2cbe49feccf69 1.00 MB 2,567 85
424,462 424,462 00000000000000000269b2e9ddb640a131867b8b443fc0cb70c7f86f0c10a157 1.00 MB 2,296 75
424,461 424,461 00000000000000000090221fa6b309ca4c5e9645f4527bf9896941cd713e9e7d 1.00 MB 2,103 61
Previous 10 blocks ↓
Total Size: 704.01 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,635.20 GB sent, 238.05 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.