Memory Pool Memory Pool Refreshing

35,388 transactions
28.97 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,507 (337,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
525,107 525,107 0000000000000000002fcf096f0e737a8956df59b9747fa022740d81151771c6 1.14 MB 2,144 33
525,106 525,106 00000000000000000000c5b95c86e46f478c9bcf5e3e2c835dad38fb1fd287fe 1.13 MB 2,301 28
525,105 525,105 000000000000000000244ae722caed4df26a006743f1218298057f8d697c7e7f 0.65 MB 1,024 48
525,104 525,104 0000000000000000003424388ace9f93daaaf2980e41fcf0408e0c6f10800de9 0.60 MB 1,294 29
525,103 525,103 00000000000000000010fce5e82d129605ff35b0e65986ec0e846ed9948837af 0.54 MB 934 18
525,102 525,102 00000000000000000011af22e9dbad6376db14e4a5286c0cc02404d0923a4a55 0.15 MB 141 10
525,101 525,101 000000000000000000207b1d757a2638513c503a7d52977347def8bd7f130c5c 0.96 MB 1,726 19
525,100 525,100 00000000000000000040a131d48a515ce24ab423a34ff599ce91d001ea8def3a 0.40 MB 754 29
525,099 525,099 0000000000000000001a61bd012ffabbd37b735949d103b0e36ae32264848d8c 0.11 MB 93 9
525,098 525,098 0000000000000000001d72617ce07ce37ae38147c9e8d6f229caa07393ca51ea 0.31 MB 390 17
525,097 525,097 0000000000000000003be191d0b99ece8cfb457242c06346567f599ccba54822 0.36 MB 568 11
525,096 525,096 00000000000000000031dd7c0a111121c42c9f9971ac2554acc389533d269346 1.15 MB 1,929 13
525,095 525,095 0000000000000000004012fb28dce09f2babb8e5dc9d4691593ec5bf03aad86e 1.17 MB 1,748 24
525,094 525,094 0000000000000000002381fca0bf25c7f0af2e5dfb95936088e8aba2d49ac46a 1.25 MB 358 7
525,093 525,093 00000000000000000009d4240d2ce87f6e894aa13f8bb16165cb2e4a8dc4190e 1.15 MB 2,385 41
525,092 525,092 00000000000000000027a9f162f4b61ce05e2a20744fb9cc9efc0be9b9cda963 0.16 MB 350 32
525,091 525,091 00000000000000000029c46ca6f557fb78cccf2857cfff84ebd5600fb24e9236 0.41 MB 660 42
525,090 525,090 000000000000000000173b470252f7e93a49031c34ce2222e139cf92bb56b13e 1.06 MB 2,172 23
525,089 525,089 0000000000000000003fa52cb3bf1385fd6f9f3203800090ad960ae1ad4daca0 0.88 MB 1,484 20
525,088 525,088 0000000000000000001be4b60c43a17072d7e51d3bd40c5f5b40a2b8412e0e1a 1.16 MB 1,794 22
525,087 525,087 00000000000000000012d8d642dde583a04ae03e39ddd0b580bf15a0b7e4a946 0.15 MB 244 30
Previous 10 blocks ↓
Total Size: 685.13 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,372.10 GB sent, 106.26 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.