Memory Pool Memory Pool Refreshing

12,440 transactions
33.38 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,162 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,587 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,161 (431,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,380 430,380 0000000000000000047dd032dd325fb95e68effc942e09a40d7221395ca5b2a1 0.43 MB 707 49
430,379 430,379 000000000000000001334a7df96a9b0717278a518983528df4d8d4117ba69c02 1.00 MB 1,713 45
430,378 430,378 000000000000000002460abfbd392c7c808031b7033573c4f55fac1b14a451ba 0.31 MB 505 49
430,377 430,377 000000000000000004cab287914bf9a7c4b7bcf9d5afedd60221a60206f317a6 0.25 MB 596 59
430,376 430,376 000000000000000000bd6e2acf03c55f9b6446de3dab45ad934f46dbe01fe206 0.45 MB 939 61
430,375 430,375 000000000000000004b46dd59803a4789db6938f81743a686740eb1e809f403f 0.73 MB 1,047 64
430,374 430,374 000000000000000002d8b5c0124744fce021e5395e2de64df2d31319ac221df9 0.47 MB 755 44
430,373 430,373 0000000000000000011fa00af3a0bd7087def4c713fdc4a175ddef893b19e177 1.00 MB 2,143 63
430,372 430,372 000000000000000001290ef1b8ffcd90c7ce7a3c8356882f8dabd8e253a25105 0.14 MB 376 56
430,371 430,371 00000000000000000478c1c0b800461869c48a482fc20eae2ab5eff2a5b9e191 0.39 MB 807 61
430,370 430,370 0000000000000000009f6b64a0ee8bfe715efc609ade9a474eee05d722fcd472 0.41 MB 827 55
430,369 430,369 00000000000000000243920d2ed71fe89cbb301250abe54dc6590b3861925227 1.00 MB 2,377 65
430,368 430,368 0000000000000000009b15a83af7e4daa655a089313ad79f2e042e4df53da972 1.00 MB 1,987 46
430,367 430,367 000000000000000002c0956fc075fd39f536d9a1843bd8077127ca89ce2001e3 0.29 MB 690 63
430,366 430,366 000000000000000004b5ccc4a5ee48f38e647d47a6312951f135402943c6453e 0.64 MB 1,229 58
430,365 430,365 0000000000000000009b811d61c9dff83a22f9caa32c9f6bee3e173c4afe6a81 1.00 MB 2,155 61
430,364 430,364 0000000000000000034f59f2be26bb342e1bd966bfa79b32b0af623e6ae6ec01 0.41 MB 987 59
430,363 430,363 0000000000000000011ce30450fe2a00a1348ba3124f0f3b9f89b6ddbb00cf4c 1.00 MB 1,764 49
430,362 430,362 00000000000000000134812f0fdfc673b3b0a45b27aa6016d75413ecd0afa4d4 1.00 MB 2,649 69
430,361 430,361 000000000000000000f3aa42913c1a72572986d25445989d2d453ebfc97cd5a8 0.50 MB 759 52
430,360 430,360 000000000000000003196c4d8af9dc176d7e35439f203167dc2979aca9144729 0.03 MB 82 64
Previous 10 blocks ↓
Total Size: 684.47 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,343.92 GB sent, 101.33 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.