Memory Pool Memory Pool Refreshing

71,710 transactions
32.79 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,318 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,273 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,317 (151,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
718,824 718,824 0000000000000000000159d801d94d3bbf2c030fac8734f2531263f59ee29e7e 1.23 MB 2,725 7
718,823 718,823 000000000000000000016db9cc156de34b26f05572e2ba82faf1a0c0bc0f2676 0.77 MB 1,493 7
718,822 718,822 000000000000000000091b195e43ee875ce6325ed3610354326d32b6496715b2 0.44 MB 847 8
718,821 718,821 000000000000000000042db95219901d11b04df48d4890404c706c2d6a0604b2 0.05 MB 94 3
718,820 718,820 00000000000000000009d03d9a50d17ce9fbe8c870bcf1acaaf0523a6f1d7145 0.54 MB 995 8
718,819 718,819 00000000000000000000695207e6e0bf643175b197a85c8d613453a56f1acae3 0.29 MB 579 9
718,818 718,818 0000000000000000000b7ace0417e366af6f9affa9581655436e2259cf59d5c5 0.09 MB 212 10
718,817 718,817 00000000000000000006b6fbc69622f0d4c84e0fc6af698b0a93625781bca937 0.06 MB 120 6
718,816 718,816 0000000000000000000b0c600e41d34625b6241efd65265de52fca7a3b0f072e 0.84 MB 1,779 8
718,815 718,815 0000000000000000000a59d09d3181986691fe44431626a7e11152a2296e5c32 1.15 MB 1,475 6
718,814 718,814 00000000000000000000b4df18734f8a85622c9930908297ec0e57a7e5e54304 0.96 MB 961 4
718,813 718,813 00000000000000000009616efe6adf46b61622adac3af39b6913161cf51ff023 0.65 MB 778 6
718,812 718,812 00000000000000000002a6df7e0db313b784f7e98a62af2185f7a2767e0322b4 0.21 MB 320 5
718,811 718,811 00000000000000000001e4eb95645b931530ff029ef6995184d3ea448cbdd2df 0.90 MB 1,061 2
718,810 718,810 000000000000000000031e7e4545c88f3710f73c30bb267e1e89ff56631d41e1 1.42 MB 2,693 5
718,809 718,809 0000000000000000000b57675fe087578dcd0d08e5382b193bdd979092a8b896 1.49 MB 3,249 12
718,808 718,808 000000000000000000014d4aefe9421a70f7fa7b10753b51a09e238925ff059a 1.09 MB 1,905 7
718,807 718,807 00000000000000000008a5e8504dd73dab27ad5095befe735532c0e54ab8e7cb 1.49 MB 2,644 11
718,806 718,806 00000000000000000009c2442b62a559a190415db1252042dc1781c4e365c113 0.54 MB 1,319 7
718,805 718,805 0000000000000000000223e33569306e3ff014f2abccd9fba898b6ebe239bb05 0.22 MB 381 8
718,804 718,804 000000000000000000004e1b5d65004eae31a9350832b992baeee62251f5f26a 0.13 MB 216 9
Previous 10 blocks ↓
Total Size: 700.05 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,228.85 GB sent, 210.79 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.