Memory Pool Memory Pool Refreshing

21,466 transactions
27.33 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,455 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,234 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,454 (281,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
580,685 580,685 0000000000000000000d7324c55e85bc4e537b0f67f681224d659c4640f3546e 1.18 MB 1,171 4
580,684 580,684 00000000000000000011a044239a323b939424fb5c31a18d667c8d88faee5164 1.17 MB 2,302 52
580,683 580,683 00000000000000000003a4b08ab9e88936b1ad25ff275a1ef0ee79af61fabf18 1.29 MB 1,559 24
580,682 580,682 00000000000000000016888c5665b05e333685d1e1bcffa94159c429ab6ece48 1.17 MB 2,259 25
580,681 580,681 00000000000000000007f00e2bae26f5e7103d7e99c9a11e584f680c363c3ec5 1.14 MB 2,119 20
580,680 580,680 0000000000000000000588fdb5bde1f25c25f6f80ba035c02eb20656b539216b 1.19 MB 2,451 30
580,679 580,679 0000000000000000000d3f9498210133cd8a107de9f534095261b50b8bd5f35c 1.14 MB 2,360 44
580,678 580,678 000000000000000000051ce97582f22c3f24de4884eb5ee7ca98efd563879dba 1.14 MB 2,564 37
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
Previous 10 blocks ↓
Total Size: 685.03 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,369.71 GB sent, 105.27 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.