Memory Pool Memory Pool Refreshing

43,782 transactions
20.46 vMB
Show Random Selection Loading Transactions
Max Size: 126/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,986 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 407 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,985 (174,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,201 694,201 00000000000000000003fe34556011c573f2f821ec2b4030d9426620e057c68f 1.42 MB 3,325 9
694,200 694,200 0000000000000000000117c99ebd03ab812605fb99e6c8b3d67e39a6c8f87b27 1.40 MB 2,815 14
694,199 694,199 000000000000000000093e0ce51b6161b39cdecc634f855421ee4838a9638666 1.53 MB 2,894 12
694,198 694,198 00000000000000000005917e404fe9016977c674696a320430131b0002b5c9a5 1.34 MB 2,871 34
694,197 694,197 00000000000000000004df1e378f28899379fa0950742d6e635e42d02573d5a9 1.65 MB 2,355 8
694,196 694,196 00000000000000000008fbc777f654ca8131f3fe6714b3d2b6170a7700c5b5be 1.54 MB 3,428 4
694,195 694,195 00000000000000000005ddd27a3b42fea5077aa9ec0e9e4841ca25bb9e4371b4 1.32 MB 2,049 10
694,194 694,194 000000000000000000124b4bc6cde32c71059cc14518254845bd2216257df7d0 1.53 MB 1,064 7
694,193 694,193 0000000000000000000e9d6f345062d8e8ed4b4fb8f307524c0d5e9ae5fe4e4b 1.30 MB 1,786 16
694,192 694,192 00000000000000000008e3d79d8491c3679027880674933a836a7de8f895cc2d 1.60 MB 1,572 11
694,191 694,191 00000000000000000007e8938cd22ddd7da5f772ff2eda232d122520fcedc060 1.60 MB 2,755 9
694,190 694,190 00000000000000000003082b3b6fa08f5615b0d76787455269c283ea4d32d50e 1.25 MB 2,255 6
694,189 694,189 0000000000000000000a6584bd48c2fcfb1e939cce8626e76ff222e2dfaf82c2 1.36 MB 1,395 12
694,188 694,188 00000000000000000005afc3fca9813f0b880862dd243ce1654161fe4b3a25ff 1.65 MB 2,272 15
694,187 694,187 000000000000000000084d5e5334b9cd2e8aa63f0eedff73c3c8a38a4e442cec 1.31 MB 1,405 7
694,186 694,186 0000000000000000000ced21ae2305055b5e7b7c48c952e040416241e8a78e46 1.84 MB 154 6
694,185 694,185 0000000000000000000e167961c99a9d8fc7d8d674c382927a2fb74a9ea4a8fe 1.74 MB 901 6
694,184 694,184 00000000000000000008d98864833b084a21a14b1a279f5c83960c021c32f020 1.48 MB 2,805 6
694,183 694,183 0000000000000000001197aa80d6824cee41cc7ae5397cd1ccb9478b86d47496 1.39 MB 2,705 19
694,182 694,182 0000000000000000000952ee524bcf5d53c230ef0048b0bfdca232774c65cd6a 1.54 MB 2,644 16
694,181 694,181 0000000000000000000e883182d857489ba5f4bf9ae8b1b72a4ffd686a412703 1.59 MB 2,503 15
Previous 10 blocks ↓
Total Size: 697.53 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,053.97 GB sent, 195.14 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.