Memory Pool Memory Pool Refreshing

59,977 transactions
35.67 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,346 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,460 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,345 (35 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
875,310 875,310 0000000000000000000216651b5c64d69c02bb73f3a18e8c9dd5ce2dc221784a 1.60 MB 2,220 5
875,309 875,309 000000000000000000014fa21d4ae32fbee5d3e29e4b417e31d11052144a4c36 1.78 MB 3,200 8
875,308 875,308 00000000000000000000f37975a285b4562324e6ea9c8eb7fb035b4f1b8630e6 1.54 MB 3,259 12
875,307 875,307 00000000000000000001f3bf858be96d87ce6272193c70f8c622f802fbdf613c 1.41 MB 3,049 20
875,306 875,306 00000000000000000001f4fb1660e55f1b54e4e92c3c2a0c53cbd80051db1215 1.16 MB 1,573 26
875,305 875,305 00000000000000000000c6fd02580cd99be2eb5ddae9e0903bd62e2314a94fe6 1.18 MB 725 6
875,304 875,304 00000000000000000001113bc63f6c695f20b0519ed01aa22c4d228c82ae7b1d 1.40 MB 322 5
875,303 875,303 000000000000000000019964f07bac234c2621c42119b05f5071c88b8c8d0a6f 1.16 MB 1,207 6
875,302 875,302 0000000000000000000218584f03ae451229b4fdc7c2b08b1ef06c74c70cb292 1.58 MB 2,802 8
875,301 875,301 0000000000000000000216868757740c530d5f8417a6111c026107e22b12e17a 1.66 MB 3,216 7
875,300 875,300 0000000000000000000112f8afba8f5a3e12977e4910da54ea3fbbe9257969bf 1.46 MB 3,083 13
875,299 875,299 000000000000000000028001865354780228c15fc192e0562c792f959627fab4 1.61 MB 3,210 8
875,298 875,298 00000000000000000000450a5e57dfd0a29ac800ed61ed646cd6b5aa0f7a2885 1.49 MB 3,148 13
875,297 875,297 0000000000000000000021c746a07894a72be981e71e3d9d931e193ad761738a 1.49 MB 3,155 13
875,296 875,296 000000000000000000007ee0fc219cc4f0e8cc9001142e99f4d3462b1a8d7020 1.54 MB 3,422 9
875,295 875,295 00000000000000000002007ffb9f1636a81e483fbcde74cac15d7fac87dd8e42 1.51 MB 2,956 13
875,294 875,294 00000000000000000001d8ac4f9d30068fdc8cc186027be05ea7d177de86cb3a 1.77 MB 1,635 7
875,293 875,293 00000000000000000001b3bf4d7aee1d22fcf3e40f3dc4be89161c1597fe630e 1.51 MB 3,061 9
875,292 875,292 00000000000000000000aad1246cdbd1755a3ca03b114dc90b52387ac98db857 1.65 MB 1,024 5
875,291 875,291 0000000000000000000260149936b9decbd3bb47ab0be70cf1a4d3b61cfa3c21 1.70 MB 4,039 7
875,290 875,290 0000000000000000000169062616b4cce11a44fb927602d916e229b6148d3630 1.46 MB 3,308 13
Previous 10 blocks ↓
Total Size: 709.29 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: 517.19 GB sent, 8.11 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.