Memory Pool Memory Pool Refreshing

69,976 transactions
26.63 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,019 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,393 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,018 (56,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,640 805,640 000000000000000000019d0425857cc0738f3cd8955075cc84980b3fbbe5dffb 2.47 MB 1,436 13
805,639 805,639 00000000000000000000aa8574b86c1e4f3d4f8af115ee1b0e07ce8677431977 1.57 MB 2,978 23
805,638 805,638 00000000000000000001194fe7a58bfc3280dbcb3f6d682b043b53ae42e86573 1.53 MB 3,366 23
805,637 805,637 000000000000000000024063fe9bc678d87b60790fdb21b7d1b0c8c415f8658a 3.30 MB 973 12
805,636 805,636 000000000000000000036c31683b5e20e635b08a2bc3a35f7f858bfab7c5f162 1.57 MB 2,731 18
805,635 805,635 0000000000000000000138a329ac2d8dc0784b7c9a9a67934c94ae9f1588f17b 1.97 MB 3,088 16
805,634 805,634 00000000000000000004bc576983226b5d1f10cf0b5500c947f56b3668ce3ab5 1.65 MB 2,612 14
805,633 805,633 00000000000000000000eb30a5af8b82ee511b2a78e8a9eced0e142a76173b0d 1.68 MB 2,911 14
805,632 805,632 00000000000000000000645ec3265b339bbb3ba0cfab28853491581224229e8c 1.41 MB 2,634 21
805,631 805,631 00000000000000000004ce0e5223ac3a559fcd5d0ca2cce7b9180933f82322d2 1.63 MB 3,572 19
805,630 805,630 00000000000000000004870058763e0d5c261a05233b888ca256df96d2313249 1.28 MB 1,616 17
805,629 805,629 0000000000000000000165b3888e0638516a440ca3c07d37a90a316f1b036e7e 1.53 MB 3,417 25
805,628 805,628 00000000000000000003661aa8bc97c005da8e00e31f07430009d8645e8d8ac5 1.54 MB 2,806 28
805,627 805,627 00000000000000000000f1d817504111cf49f9d06c0928fc6edda754bc206cef 1.59 MB 2,973 18
805,626 805,626 00000000000000000003b497b9d201e5e09a3ea92fe0456f8ba7f61c7a9ef637 1.62 MB 2,817 27
805,625 805,625 00000000000000000000d69efef403fffb34181d608cda16af66f75873ad8ccc 1.49 MB 3,145 23
805,624 805,624 00000000000000000001603d1376d2540c9e8585e204b10ac4f7c96211de4fbd 1.89 MB 3,610 14
805,623 805,623 00000000000000000001c60c6f0954b6495f563adabe75616c7ec63f84786576 1.48 MB 2,607 19
805,622 805,622 00000000000000000003b6f0f5fa81a87a466dfd7930a1cce38eb4bc495f47e0 1.56 MB 2,737 18
805,621 805,621 00000000000000000003a64659b8fd131ee6553e130693ebced7768ed1c92844 1.29 MB 1,525 21
805,620 805,620 000000000000000000032abf141a914960154414d53468d7e95e32015951c1fd 1.39 MB 1,966 23
Previous 10 blocks ↓
Total Size: 684.20 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,329.86 GB sent, 99.74 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.