Memory Pool Memory Pool Refreshing

59,463 transactions
30.25 vMB
Show Random Selection Loading Transactions
Max Size: 154/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,135 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 1,986 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,134 (668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,466 866,466 00000000000000000002a14c88f30bd8cfebed1e5ee268ce24e08f9e0040313a 1.72 MB 3,750 2
866,465 866,465 00000000000000000000694570fd67f591bd99c1190e6335e87e0510a7ae6f87 1.58 MB 4,338 5
866,464 866,464 00000000000000000001667eb079f7057e20912c42b5986ab8627a9d215c0eb1 1.80 MB 3,753 2
866,463 866,463 00000000000000000002cd4e25d21dfea9f027acbadb9fe04193121c752e0899 1.48 MB 3,613 4
866,462 866,462 00000000000000000001e48553fe0abb6b2b361d7d03f784388ca4ed21b31436 1.56 MB 4,362 6
866,461 866,461 00000000000000000001254d2aa01b02f9c5b460ad845fa66c77d55d8da28939 1.55 MB 4,011 4
866,460 866,460 000000000000000000000b256fd8f8be3176d52cab865c9ac45cb20dd95d658a 1.59 MB 4,245 5
866,459 866,459 00000000000000000002850eee46927036ae0ae177e5a7866070798d384baa84 1.49 MB 4,168 8
866,458 866,458 000000000000000000006c2b9a34756c3b9760dc4d38792db6a0e1dac45e4b98 1.48 MB 5,153 8
866,457 866,457 000000000000000000012165813d43603fe0287eb22eac385c60d26b049fd633 1.75 MB 3,265 5
866,456 866,456 00000000000000000002b1de8d3b88914fea4b23183c2e5896f6eb3ecf06ce9c 2.22 MB 3,053 3
866,455 866,455 00000000000000000002a662e7734bb9ea71ea01e02cdccb73ec1549645ef900 1.49 MB 4,417 7
866,454 866,454 00000000000000000000438fbcd312c45f049887accd782876a7923eeaf8f9f0 1.54 MB 4,412 11
866,453 866,453 000000000000000000010c03c2ffad50b8a0cb86617204fbd8dab8f5681eeb54 1.55 MB 3,896 7
866,452 866,452 000000000000000000028504bb6c805069a28d47ecd13ef30a8259bab504a296 1.50 MB 4,008 8
866,451 866,451 00000000000000000002290b333ba0b5bfd10b1a55e02d09d81956921ca0f74a 2.38 MB 2,731 5
866,450 866,450 000000000000000000019b97fdde555530aa6707f63612e8fe4f8d9239b8aa38 2.60 MB 2,771 4
866,449 866,449 00000000000000000001243442bd1df2d86b2fa336f924f32c73766fdab7f8ea 2.87 MB 2,426 3
866,448 866,448 00000000000000000000effff296cd1d5da7ab53fa953767a2082dcc0b6d1934 1.50 MB 3,826 6
866,447 866,447 000000000000000000014e9bb314e44eb4287817e106786c226de3209314a603 1.55 MB 4,358 7
866,446 866,446 0000000000000000000108ef905c652562783df6782baec437ec7fb463e0224c 1.42 MB 3,225 7
Previous 10 blocks ↓
Total Size: 693.85 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,894.80 GB sent, 171.40 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.