Memory Pool Memory Pool Refreshing

26,628 transactions
14.61 vMB
Show Random Selection Loading Transactions
Max Size: 83/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,693 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,661 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,692 (88 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
870,604 870,604 00000000000000000001cc31a4b4367c4e1722384c5bb8592f95008026b178ae 1.51 MB 3,759 9
870,603 870,603 00000000000000000001df387f94f8e5fd7f9b1167e7d1fd80a1cb1c09710d3f 1.47 MB 2,628 9
870,602 870,602 0000000000000000000057a4995ae1f49bc36a9f981b46f2cfab603aaf98bad9 1.38 MB 3,004 2
870,601 870,601 0000000000000000000105893967bc280abdd1d40bf3d2b34d02e646c876f7ca 1.58 MB 4,820 7
870,600 870,600 00000000000000000002323ed2b02a5c27b9ddd2215a64c84ae345e7b9caa3ae 1.59 MB 3,788 5
870,599 870,599 000000000000000000003373076855210cf09614961f5bfef440b9effe4a7cf7 1.57 MB 4,624 9
870,598 870,598 0000000000000000000111e81def33f504d0ba366c5239ef8c035fe373c82ba0 1.29 MB 2,113 3
870,597 870,597 00000000000000000001e5518986aa256945febb02094b53f3a3844fdbb512d0 1.26 MB 3,173 3
870,596 870,596 00000000000000000000157e591939a6a45135389f4f73000115e52f38d8b926 1.57 MB 5,166 5
870,595 870,595 00000000000000000000b050df51eb19f9f77de948798b4f4d3a7e1e65a6ba0b 1.60 MB 4,224 8
870,594 870,594 000000000000000000011a554284b8f7067762d38d8a75311910339e940df032 1.75 MB 4,978 4
870,593 870,593 00000000000000000000ef5077d4e97aa7d58145b83886c72ac4eb0a09913e42 1.74 MB 4,341 2
870,592 870,592 000000000000000000023eeec034d6bfa3ae844b2d9988244a4c9e135c1faaae 1.58 MB 4,723 8
870,591 870,591 00000000000000000002970d19f9960a6f18892d853057dfa9c0b38c3bccd1a1 1.49 MB 6,204 10
870,590 870,590 000000000000000000025d9825d846d138ef5ec7c03a8a1599fad2aef32791cb 1.50 MB 5,865 10
870,589 870,589 000000000000000000003b2d9f7ca57ab372471137ac44425d9b16737d6a7a03 1.85 MB 5,760 4
870,588 870,588 000000000000000000006a4802e205ce31b7bcd639f62ab7a550fba99163c001 1.62 MB 3,024 6
870,587 870,587 0000000000000000000184ad5f884984ea44aa439fc14a652c6423331d6d5d0f 1.46 MB 2,887 7
870,586 870,586 0000000000000000000204245cc4fa7f4174dc4329fb01eed72d932d8c70c672 1.52 MB 3,269 13
870,585 870,585 000000000000000000001726db69f4e05d12ca14060df7501a56afa43a334c85 1.65 MB 3,664 8
870,584 870,584 00000000000000000000ac7515a1dc28dc4f318c4ddf6434acb91d9120f40497 1.73 MB 2,993 8
Previous 10 blocks ↓
Total Size: 700.77 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,379.98 GB sent, 215.42 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.