Memory Pool Memory Pool Refreshing

49,572 transactions
23.67 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,953 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,995 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,952 (289,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
580,677 580,677 0000000000000000001da5ac2e30e32502d881ee04336561e2238a7e00aa364f 1.11 MB 2,751 51
580,676 580,676 00000000000000000011e1e4dc733c18d3e4c81cb0fa5d138d8d7d86aea39bfc 1.27 MB 1,919 77
580,675 580,675 000000000000000000054fb67245b74d6e26713a6051b4a3bdc203b18439bf79 1.31 MB 2,612 109
580,674 580,674 0000000000000000001aa40e06ed3978a028fd3b4bdf7e1b882d1c827991b096 1.44 MB 1,885 109
580,673 580,673 00000000000000000011903ce43dad868af043ca2f967016b4a2ba16e5311e53 1.07 MB 2,688 22
580,672 580,672 0000000000000000001d05f0e7621183f88c452401fb8d180ba49fdd75c5b44e 1.64 MB 1,357 101
580,671 580,671 0000000000000000001f53193e3d7deb59d81297ad2620a6bcb19947a1d4f742 1.40 MB 1,931 75
580,670 580,670 0000000000000000000a71d1571c15ba795bb78caff824aaa4ff1b374aa0db80 1.32 MB 2,203 74
580,669 580,669 000000000000000000250131777ac537530be535c145ef05fd7d83a51dbc23d0 1.14 MB 1,796 34
580,668 580,668 00000000000000000022d5f1405b3ac850e8f8917f566c40bde41434dad92436 1.08 MB 2,350 18
580,667 580,667 000000000000000000194f0c67daa9172e2c085b5577f33cea23d885d652c13e 1.11 MB 2,303 34
580,666 580,666 000000000000000000233b0e015efa76ab793f8c1a4cfa7ab5a7d1a0f452183d 1.26 MB 1,580 59
580,665 580,665 0000000000000000000f601fb95cefb0fdbff96d5c672530d2774f01ddf63446 1.17 MB 1,518 63
580,664 580,664 00000000000000000023acd086efd68c812b4fa8dfcf77a46d49ec8812a40c87 1.47 MB 2,081 102
580,663 580,663 000000000000000000069b6f74f7aee9e903d603579b75d91b2eb875f3ddea53 1.37 MB 1,814 92
580,662 580,662 00000000000000000006caf44392b40ccaeba29c6d6630158d24e9520b0ba5ff 1.19 MB 2,297 44
580,661 580,661 0000000000000000001da0f4208599d4acfea266121e8f8bb1caada7aa3687c2 1.22 MB 2,333 52
580,660 580,660 00000000000000000010a0bc5e2692cac9159eb2df226d3f1f274e0dabfe9197 1.26 MB 2,148 49
580,659 580,659 00000000000000000019e633b6c027960a11a3dab4d256df4386d61a07a75571 1.19 MB 2,206 66
580,658 580,658 000000000000000000119eed9e97a87ae33a6b04a504daecab57b5fdf90ab807 1.25 MB 2,050 100
580,657 580,657 00000000000000000023636c3e57398185be759275ed57940cd8bb7ad9ca99b0 1.26 MB 2,784 78
Previous 10 blocks ↓
Total Size: 699.37 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,163.50 GB sent, 206.11 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.