Memory Pool Memory Pool Refreshing

28,355 transactions
17.36 vMB
Show Random Selection Loading Transactions
Max Size: 91/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,552 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,220 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,551 (91,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,427 779,427 00000000000000000001e95b462f310f021ca0f41f1603686c70f10a89b74876 1.44 MB 2,784 21
779,426 779,426 00000000000000000006438c407efdf479a108354d47976afdd8b6aa9bb9258c 2.14 MB 1,251 6
779,425 779,425 000000000000000000035cb96f5d3aeaabebb0fe040ef33fd27d38cab97039f1 0.00 MB 1 0
779,424 779,424 00000000000000000001e188b3809aac49c7eb2b646143f3a611fd18c0d3f71c 1.82 MB 1,717 20
779,423 779,423 00000000000000000005a6f7c7dfbe28b2a8cb8cbc0cdd8c3f31508cb019b451 1.47 MB 1,513 13
779,422 779,422 000000000000000000045e1d1d449091a1f1b1ce58b8af6596953abbfe89fb70 2.11 MB 294 3
779,421 779,421 00000000000000000000d18f791967f0194373f9fc67cc5cbd1ea69fca5a5c46 2.00 MB 1,961 11
779,420 779,420 00000000000000000002446c2d40e8b5726e5ac8fb94129d7d8f2a6815f56698 2.06 MB 332 3
779,419 779,419 000000000000000000028769d2802e8d994cc5696f834b72f38f98e51f43b652 2.17 MB 137 2
779,418 779,418 0000000000000000000182220095ee9317c571f017b28799bfb616baeb3a3f76 2.04 MB 897 5
779,417 779,417 00000000000000000005cdc5247ebe6dbab54f313672af61b0d8995b3ce10175 1.97 MB 703 5
779,416 779,416 0000000000000000000445dbfcf51d2897a77a6ba11db36e5e287a8fd8b4b10f 1.82 MB 932 6
779,415 779,415 000000000000000000058a6336daef33a63dc289436137eaf7fb7a6b6cd7673d 1.98 MB 457 3
779,414 779,414 00000000000000000002dd19a96ef4d42d6434d7b82b398e7b96000af71eee76 2.31 MB 1,224 2
779,413 779,413 000000000000000000054d16d8f8dabda830cd08f53da54ff2fe66f508714458 2.26 MB 1,266 7
779,412 779,412 000000000000000000055eb6b3e96865e724b59b24a770a3a92210ee3e0c0810 2.14 MB 1,015 3
779,411 779,411 0000000000000000000005f8a3dc468d611eaf97498c810eeefcc30eb480b02d 1.83 MB 1,476 8
779,410 779,410 0000000000000000000681cb51c19fdc56e3949e92e6b4ef64293df74919cdea 1.57 MB 2,449 16
779,409 779,409 00000000000000000000e6a2bfe928fd844e4707aa8fd3e70b4f6a7995b3bdba 1.52 MB 2,783 18
779,408 779,408 000000000000000000042847ae707c5d928a7bc54d8d9552bda2c26b492f6229 1.39 MB 2,994 22
779,407 779,407 000000000000000000019c80f90ede36663a9f85b77af76fee950869c34dc688 1.35 MB 2,017 21
Previous 10 blocks ↓
Total Size: 700.49 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,353.48 GB sent, 213.81 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.