Memory Pool Memory Pool Refreshing

72,686 transactions
27.43 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,016 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,679 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,015 (56,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,409 805,409 00000000000000000001cbc6a01f3ac17c79a8933b7e05335a084c2a8f3ddf85 1.59 MB 2,821 17
805,408 805,408 00000000000000000000728a303244d73c51b74b895897db45effdf4527c0d7a 1.76 MB 4,485 6
805,407 805,407 00000000000000000003bfb8e16f48b3100082cc017ac27b26a6240f00a76844 1.72 MB 3,421 12
805,406 805,406 000000000000000000038633e4a97ff9587d321575f4c78f9f79157747edb8ac 2.01 MB 6,106 7
805,405 805,405 00000000000000000003aed5a36e4001672f9976dfbbc94531d7327737daf832 2.12 MB 6,395 7
805,404 805,404 00000000000000000000ad23556d617668a74fd7f33640670bbd98f2ddf8b221 1.87 MB 5,394 7
805,403 805,403 0000000000000000000288efa6a2729acb6267773919a1888f00e598f0f11aae 1.85 MB 3,800 9
805,402 805,402 0000000000000000000391edd06d7df05b07787055a71c28dd1b8748a5d8992c 1.82 MB 3,585 10
805,401 805,401 00000000000000000002355b2e2025a9fdb519e1fe952d7e7b5b0323d156d003 1.79 MB 3,067 10
805,400 805,400 0000000000000000000336438ad57dc168c230c73ffbd438c9088aa0a714a912 1.50 MB 2,712 19
805,399 805,399 00000000000000000001cb94fcd7d4bf102f356fb8a6f715d4573d9e2760d011 1.80 MB 4,766 9
805,398 805,398 0000000000000000000284a05a71eb733914bfebd2b2575304dcf8d86184a60d 1.73 MB 4,480 7
805,397 805,397 00000000000000000003f103fa57c60c38c9038b69a908cd19aa862412a34929 1.69 MB 3,956 10
805,396 805,396 00000000000000000002f643ce8678cbd186c3af4a809732fd40c273df924c00 1.59 MB 2,681 11
805,395 805,395 000000000000000000037dda7556cf12bee42540ce585a5e3a39e87416ef6ae7 2.07 MB 6,630 8
805,394 805,394 0000000000000000000494130d0cdcb8d5aecbc44258b3f3b05365d5ae450b4c 1.57 MB 2,486 11
805,393 805,393 0000000000000000000270337832c92d5c1a51ab2e904a9b655a46fd7e260cb9 1.37 MB 2,196 15
805,392 805,392 0000000000000000000417dde3d8a6d404636cb88d9839fa0154f4f64d4fcd5e 1.53 MB 3,304 6
805,391 805,391 00000000000000000004b1ea9799f872821754418f19c8cbbb8cac27eea4fa4f 1.65 MB 3,208 12
805,390 805,390 000000000000000000045d21a36c2212e3b017a6cf5780535ba8d3d986146be9 1.40 MB 2,097 16
805,389 805,389 00000000000000000002ef3955d9c981c9d3b3f31d6447ef8aa4324b7d12c284 1.64 MB 1,969 8
Previous 10 blocks ↓
Total Size: 684.19 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: 1,329.68 GB sent, 99.72 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.