Memory Pool Memory Pool Refreshing

47,825 transactions
18.91 vMB
Show Random Selection Loading Transactions
Max Size: 104/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,403 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 2,586 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,402 (43 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
867,359 867,359 00000000000000000002525e1f858936f6ae3e06c576abfb531d8216d4972f17 1.70 MB 3,009 9
867,358 867,358 00000000000000000002c2ccf9c5af567c7f4cf1709a8a2cdf2ad14f14f3067d 1.66 MB 3,540 8
867,357 867,357 0000000000000000000125904ac0512795553de02ce61b563f97e565fd42e11a 1.63 MB 3,070 14
867,356 867,356 0000000000000000000216afe690fd7ed87ccd01827815854ea35d06b5bb2af6 1.64 MB 2,277 6
867,355 867,355 000000000000000000017b17b8b2bb8c86abca93dbd227295c6a9d48ce38b9ec 1.74 MB 3,716 8
867,354 867,354 0000000000000000000158e501172908141407c81bbcbf0535c3f42705315820 1.65 MB 2,259 29
867,353 867,353 00000000000000000002625d81ff8eda5aa5598c5179e5e0def7a87778ef838f 2.17 MB 1,954 7
867,352 867,352 0000000000000000000265864632316625aa1a709fb1459572d3bfbf2661d372 2.00 MB 1,891 5
867,351 867,351 000000000000000000023ae5707c3df63c55da42582e7e5fdaafb4e185b5770d 2.15 MB 1,718 4
867,350 867,350 00000000000000000002804fc0b2ad98aca29b853ad91aeb6638ec454bd6f8ea 2.14 MB 1,459 8
867,349 867,349 0000000000000000000067c20a8a6e6cd253ffadd0ccb056c46544c9c160b985 1.68 MB 2,675 13
867,348 867,348 00000000000000000001623983522b004cdf5a858002ba9fb2377f29b9ece1bb 2.50 MB 2,173 10
867,347 867,347 00000000000000000001a2a20610c3174ca65d9127c6bb2392c7244b4c12221c 2.54 MB 1,551 10
867,346 867,346 000000000000000000020ebd22ef877fe31b8f9c6ef73431b1352e1f5cf03b04 2.77 MB 1,905 11
867,345 867,345 0000000000000000000195a3636682c8c42b49b2ae4cae1df59760b09b7042b2 2.39 MB 2,148 11
867,344 867,344 000000000000000000027cf315ef420287cc58f71ccebdec84daf3c4b9aa1ee2 2.21 MB 2,531 17
867,343 867,343 000000000000000000029104a634f10b5a49680a47f24c514d535c297fe25671 2.60 MB 1,894 12
867,342 867,342 00000000000000000002c8b6b6012295d5dfc8238221082a05940a083f30ed1f 1.62 MB 2,787 25
867,341 867,341 000000000000000000022592a8a5eee4e26c7f27c6b593c8c91e15e4143a1efa 1.65 MB 1,053 8
867,340 867,340 00000000000000000002182348e0507ad7bbb4012720c6f5e44306b9e6a77dd1 1.65 MB 3,115 19
867,339 867,339 00000000000000000001c6306774e2959249fe88dc6c244e06883025db47b6da 2.81 MB 1,737 10
Previous 10 blocks ↓
Total Size: 694.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: 1,911.52 GB sent, 175.30 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.