Memory Pool Memory Pool Refreshing

24,549 transactions
33.59 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,103 (267,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
594,119 594,119 0000000000000000000cfb642aebe3b4a66235b4a4a52f35fb6bab6613824afa 0.08 MB 248 32
594,118 594,118 0000000000000000000a023a85fcc09071aabe186653b8a65a2e43acfc885980 0.40 MB 1,165 28
594,117 594,117 0000000000000000001149b67ee6b4e519483c1dc06541b647c8ff6e7c4dd202 0.49 MB 1,318 25
594,116 594,116 000000000000000000087714b84b1f817169e5c0f9ac711ca1177cbf3e9ed802 0.12 MB 334 41
594,115 594,115 0000000000000000001859984647c5f0aea17651bbe3e4adaaaff386282ea3c0 0.85 MB 2,380 25
594,114 594,114 0000000000000000000fe517cc4639f0a5b0f9ac91d93e03c235a3f1c2e69153 0.07 MB 105 22
594,113 594,113 0000000000000000000f3d752f0f298b1cf8fd596c653c9c341a721671cc9d11 0.98 MB 2,204 35
594,112 594,112 00000000000000000008fa6131282c278776e6cfb0614712a3fef9f4898c0700 0.10 MB 121 42
594,111 594,111 00000000000000000000b4c9d411b8f2918ec3982a6927fef34c5b4dcaea80d6 1.19 MB 3,225 32
594,110 594,110 000000000000000000131a4ab5bd2f76f23606ca7814fd0c5df15f9e8ee8aecf 0.37 MB 929 17
594,109 594,109 000000000000000000066554a7745c2620591f7cc9daedec91e2649b262ddd3e 1.20 MB 3,017 36
594,108 594,108 00000000000000000017cdb16a4beaab24b62041c2b6ebfc58c41ecbc8e6455a 0.03 MB 72 46
594,107 594,107 000000000000000000160fc4fd481f9fde49990f181f5a10c3debb25958c891b 0.69 MB 1,827 28
594,106 594,106 00000000000000000015893157ce6f31e290a0c0010ef5c3f7cf7617538e0d76 1.10 MB 3,047 28
594,105 594,105 00000000000000000008ddbf75df6be533e732ade77f2954c08eafd71267b7fa 0.19 MB 438 35
594,104 594,104 00000000000000000012b978b865ab136f05af104828c7a70277951ddef7ce74 0.03 MB 66 38
594,103 594,103 000000000000000000098ef21b6777888d777966e8cb6288034a1d6cd864255a 0.20 MB 282 14
594,102 594,102 00000000000000000001f324d3b30e5b868e8e62b83eecbca1d49d95863387f8 1.22 MB 3,757 25
594,101 594,101 0000000000000000000f1085f3d94e878c79637ae3bb0a7d31daef9407f86591 0.30 MB 811 28
594,100 594,100 0000000000000000000787729d8d22659e69183a74a5c4d0b9517cdfade7a1af 0.84 MB 2,054 29
594,099 594,099 0000000000000000000978db2faad2ceb0842bc314780f77d0d85c8de590b38f 0.90 MB 2,006 25
Previous 10 blocks ↓
Total Size: 684.36 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,336.93 GB sent, 100.69 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.