Memory Pool Memory Pool Refreshing

11,562 transactions
30.59 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,885 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,773 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,884 (497,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,823 365,823 0000000000000000056b7d8cf9025aa3c90a5e3731329408492fa9583b321308 0.93 MB 672 11
365,822 365,822 00000000000000001061f097a3ae79b24d1b922c56aab96a159647834c588c5a 0.75 MB 660 26
365,821 365,821 00000000000000000113984af766a1ffe02ae89962ee23d21802de801ec7ae2c 0.93 MB 634 11
365,820 365,820 000000000000000011c21d4654eb96f7f4f5e7053ad99f9dd5a39c594f981321 0.39 MB 666 35
365,819 365,819 0000000000000000004bae18d2f0c29f28d65ffe0498d0774ca7819000550357 0.93 MB 929 7
365,818 365,818 000000000000000014f4ff8aaf903db5fe69fca473eff32dcd001e15b309374f 0.12 MB 212 32
365,817 365,817 00000000000000000aca8839be5cadeefb392fb8d984303df9b566609c818260 1.00 MB 590 5
365,816 365,816 00000000000000000633ecc7545a5e900ba45e38b89b962d24778ad68fa5e039 0.93 MB 3,119 8
365,815 365,815 00000000000000000b5ab5010e44cf3b087c9dd36d179a37f75fcb86717abc97 0.25 MB 386 14
365,814 365,814 000000000000000006a47e4732d6c6176497b486b012ce956a787760896bf267 0.00 MB 1 0
365,813 365,813 000000000000000013f5345f335c14c1ac4e268993f2e583828e9c4eb1748fa6 1.00 MB 3,487 2
365,812 365,812 00000000000000000d6529ba38b5f22188cdeab1e6452df4d6446a8b909f4a55 0.04 MB 98 50
365,811 365,811 00000000000000000a5fa8ba283d8ec1978e14b6881793c925e7e71a9a63a3a1 0.75 MB 454 9
365,810 365,810 00000000000000000c61b6d92cdf0207ec7ba3dd83f8e439493127add45b06b5 0.15 MB 299 43
365,809 365,809 000000000000000003c58c6351a28f8454579f0235ebc44ac562bcfc93aefe61 0.06 MB 97 60
365,808 365,808 00000000000000000a950e8540cec217ea954f36ffc94cb4f7b5e9e26ce10578 0.75 MB 475 9
365,807 365,807 0000000000000000041213414cfb9111320b7e22c36803879bd71fe7fcf65148 0.17 MB 255 35
365,806 365,806 000000000000000015013f86fc430660a084a23512ce66ef87a15285fb38ab43 0.25 MB 286 12
365,805 365,805 000000000000000009da76e457992ad2e92f465444f6fa7ddd7699d7457868cf 1.00 MB 254 2
365,804 365,804 000000000000000007162b0d32a5887ede6167ff4ab48ea2110a28b1f598e2ed 0.00 MB 1 0
365,803 365,803 00000000000000000d7fcb626a56a763adc4dcdd637b10eb4bd62d07739c3ec4 1.00 MB 1,187 28
Previous 10 blocks ↓
Total Size: 685.88 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,408.20 GB sent, 111.01 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.