Memory Pool Memory Pool Refreshing

61,292 transactions
28.81 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,843 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 4,127 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,842 (35,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
835,481 835,481 0000000000000000000082edf402fe84bc50cfc7565de899e0a0896a1bde841c 2.07 MB 937 12
835,480 835,480 00000000000000000002dbf473c0e77798a6bf0a3863edcac5e79eb5bb310f39 2.08 MB 1,405 10
835,479 835,479 0000000000000000000114bc37f690f79f050f0bed1b53968c05e6a8a31bde6d 1.67 MB 2,253 22
835,478 835,478 000000000000000000019cf38fc910806c8a55ed1b3e106299cc140a95e8f6b1 1.50 MB 1,736 27
835,477 835,477 00000000000000000000d54dd95343805008118ab55bbe536f22035133a2bc51 1.86 MB 1,980 16
835,476 835,476 00000000000000000000c8b7d9700567ffdfe37d5200d44bfeb86d7e53c86ec0 1.89 MB 1,804 11
835,475 835,475 000000000000000000015fb3dd55a792cf02cacb40f83017779097a99db786e0 1.79 MB 3,074 17
835,474 835,474 000000000000000000015b8be1790a6efa37addcb10b0a4ea99a5554ee3f667e 1.91 MB 2,803 14
835,473 835,473 00000000000000000000e2f049f5fc62b201d07da86f5bebcf5be7d944c03abe 1.91 MB 1,909 15
835,472 835,472 0000000000000000000040df2fd491267c67bba9e2dbcb2aa3716ebf6f9f5493 1.79 MB 2,212 20
835,471 835,471 00000000000000000002bb2e1d6986ecb6988a692963ebadf566877c8a58a60a 1.67 MB 2,938 18
835,470 835,470 00000000000000000001f2f301a1f28b95469e2385f9fc1ea323ec73c8c2d158 1.73 MB 3,394 15
835,469 835,469 000000000000000000014d9c64e6c5d3b216ec49759c918c46691da80b52fc9a 1.57 MB 2,680 26
835,468 835,468 000000000000000000030e4e2df84a3023d85ad5751d0dd5aa168717240f7764 1.69 MB 3,163 24
835,467 835,467 000000000000000000012c4b6630f2e155230df82f8be770fc7db13d3b26df50 2.00 MB 1,903 12
835,466 835,466 000000000000000000010d7bc30bfb61d1a647c5ca2aaa6298c9e69ab85ef3ad 1.61 MB 3,065 15
835,465 835,465 0000000000000000000253f625eeb82e7a532126b6f0ec6c033da456fcf8dfd6 1.58 MB 3,049 29
835,464 835,464 00000000000000000002d2b54dd589cfa31ef7ef38671c3cf0cf273776345014 1.78 MB 1,904 13
835,463 835,463 0000000000000000000163d8e302a8a1bde85a7c615b8df21b59fa471a876abb 1.78 MB 2,850 17
835,462 835,462 00000000000000000002e92acaac259c8e506a8a4920f69ec1bf77602ec2edb7 1.85 MB 2,127 20
835,461 835,461 000000000000000000029a7827a67818c28edcb9b6fe2ff4a83cb2ab91e276bc 1.70 MB 2,148 18
Previous 10 blocks ↓
Total Size: 701.05 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,398.77 GB sent, 217.61 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.