Memory Pool Memory Pool Refreshing

80,838 transactions
32.39 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,292 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,601 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,291 (127,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,832 742,832 00000000000000000003becb2076c35b422e4e628d668b5d9970d79657009d8a 1.42 MB 2,437 7
742,831 742,831 00000000000000000003c508bb5bfb63383873e3baad39e6d38a3baab540d74c 1.51 MB 3,576 20
742,830 742,830 00000000000000000008b91ecda5c4859d44b48c4f7de79ed9470132d7df9754 0.29 MB 378 8
742,829 742,829 000000000000000000029df95c0731432a7a5013fee1e77ea11182f1e38ac451 0.57 MB 758 9
742,828 742,828 0000000000000000000813fb1ab5cf1a00f1d85991fa8457b82185735291d722 1.59 MB 2,117 9
742,827 742,827 00000000000000000003639faa456706709daa967fde170ec47c0b348e3b57b8 0.14 MB 223 12
742,826 742,826 00000000000000000009714c35a9c28eb4c5c78923c5fcfaf9150d895fb6ce24 0.32 MB 554 9
742,825 742,825 0000000000000000000098b9b3cd1551fb4c513f73f6fd504900461684a773ab 0.55 MB 1,068 24
742,824 742,824 0000000000000000000166db4d0cb187bb680a3e2c31f274a643110358c74125 0.03 MB 72 11
742,823 742,823 000000000000000000023b52a4c1beb0aafc20c6d94decb9ff360c803cab6e2e 0.75 MB 1,110 11
742,822 742,822 000000000000000000033f53216cb430a01526e7f1118eb2b0f46c47d4bf1b79 0.73 MB 403 1
742,821 742,821 000000000000000000022513fedb11878ad78d096e3f6b1c1957ecfaf0809e7b 1.63 MB 2,698 4
742,820 742,820 00000000000000000001729e7b8a2739b91e4f32dd8a07a5ead4affd9bd476a4 1.55 MB 2,811 11
742,819 742,819 000000000000000000027f7a5a93c9377f9557762e66249b6b903a22bae43124 1.45 MB 2,354 13
742,818 742,818 00000000000000000001edc07862616c66bfa112ad5a14cf0f26dd709c4c46a4 1.38 MB 1,802 10
742,817 742,817 00000000000000000006f1cfdf721ca6d837adc1d9344e969726b1d012defbb5 1.42 MB 2,998 25
742,816 742,816 000000000000000000026c84e685f118c538c76947ed2305ef0b2276b8a1693b 1.23 MB 1,196 7
742,815 742,815 000000000000000000092d17cc01457b9066225c75a170ec6ae3ffc80cef4975 1.73 MB 1,033 5
742,814 742,814 00000000000000000005c3f9f497c5a6d29187e4c7b92c1f6faa30c4ce0f3aa8 1.61 MB 2,226 11
742,813 742,813 00000000000000000005f9dda4def155d58372a3514126d08ca216a175031724 0.21 MB 312 11
742,812 742,812 00000000000000000002bc79a4d8bd23656de2cfb3cfcb87fa526ed2a5971f6b 0.13 MB 84 5
Previous 10 blocks ↓
Total Size: 700.00 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: 2,225.75 GB sent, 210.41 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.