Memory Pool Memory Pool Refreshing

46,876 transactions
18.84 vMB
Show Random Selection Loading Transactions
Max Size: 121/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,972 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,971 (860,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
10,393 10,393 00000000ff6c7303d120e4249090d54314a415c2692de254e0d213e55efef90e 0.00 MB 1 0
10,392 10,392 000000000b28519a117cea8e363ad3bfb0d2cdd4ae1e9ab3859ce36146ed3e06 0.00 MB 1 0
10,391 10,391 00000000599c6b1ea5f1850841ca340325fb07b89fc4fa9e8cd0e5b157106f3e 0.00 MB 1 0
10,390 10,390 000000007b96725132aa807d4cdddfc528e93cbccf6e6ca7b5eda74b1b01c45e 0.00 MB 1 0
10,389 10,389 00000000ba0ae206aad7f58206a6422c442d290ad8e69f244b6173c520b75de8 0.00 MB 1 0
10,388 10,388 00000000cd58c2ab8aab38eb33805d1db37346c7e49a099ec4ccff1f3aacac3f 0.00 MB 1 0
10,387 10,387 00000000dadf0b9f857e42cb8f5db46eabe82ea210b146175e18398d0e2ad6d6 0.00 MB 1 0
10,386 10,386 00000000557e47f90d5e4ce22c8feeb10d3cade27dda92cd7e7bf628cd488778 0.00 MB 1 0
10,385 10,385 0000000094386a67604d7680440ec2d6b2d08999d52050e1e6adbd00af75353e 0.00 MB 1 0
10,384 10,384 00000000835c60cafdf2a3425d41cbdcf286d91b9bd5bb935b29f82723262795 0.00 MB 1 0
10,383 10,383 0000000003459d410421933ad518d1d7b70604e2ced57f15441f7f104b0b961d 0.00 MB 1 0
10,382 10,382 000000006c53f53f82086e076b42d253c5f83f3617f8f622ec08f9b5d48f7f75 0.00 MB 1 0
10,381 10,381 00000000f3f031877d556dd26d2ace7ffcc61c900efe16d0092b966faa1f6328 0.00 MB 1 0
10,380 10,380 00000000ace1c75198ccb0a5c3ed7bb459d1fc5d5a4882964a6e724150072a7c 0.00 MB 1 0
10,379 10,379 0000000001d4fc4c7b5752d75de60f89cda7889af55c43ee94f11041a6bb78aa 0.00 MB 1 0
10,378 10,378 0000000099cfe767f664110638dd2c0f096370ae3667ebbdcd4c4010572d8a46 0.00 MB 1 0
10,377 10,377 0000000069f302812819c3efdb5f7c86addf92e7a2af817ef06b72c35bec3710 0.00 MB 1 0
10,376 10,376 00000000ffdb74d25c7238e3fc4d7d7244655357cc750d6be2955770a8fabdf9 0.00 MB 1 0
10,375 10,375 00000000efd852a30fe282fc7113e80035336b9d30131ae31aeb93909d22a893 0.00 MB 1 0
10,374 10,374 00000000148833967e66302017bc6aa37cf0f3bd6ca57febf1cc47032749a118 0.00 MB 1 0
10,373 10,373 00000000120789734f807bc7cea9c6ed06bfcd5c1cd7e4a13754fdbba309e449 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 701.30 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,404.42 GB sent, 219.26 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.