Memory Pool Memory Pool Refreshing

35,110 transactions
30.76 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,245 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,970 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,244 (205,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,820 656,820 0000000000000000001095d46a6510ed992bad7fd62b740c1b8aeae38e3ebac7 1.12 MB 2,626 27
656,819 656,819 000000000000000000039087570c88a737bab5efb0bec63205a39d843e03d5dc 1.27 MB 2,260 34
656,818 656,818 00000000000000000001e9e17bc32939e9c9f0f1218a07a48ab9c8c89f15fd42 1.27 MB 3,011 67
656,817 656,817 00000000000000000007f0172513caee1f8e53621f5d3eb1111f0519293051da 1.19 MB 2,819 37
656,816 656,816 0000000000000000000cd10e2bf7eac24ff5ae915d1a4d874525dfdb76b90318 1.32 MB 2,369 76
656,815 656,815 0000000000000000000a0be988de3251992c998259412bafd558555f18c556fd 1.31 MB 2,564 100
656,814 656,814 00000000000000000004b01d967b60ff3b7bfb784eb13472dd4585f909471d64 1.30 MB 1,909 137
656,813 656,813 0000000000000000000c262fa4bbe0a1368342a1c3a921266d845ff1cbfc7dd7 1.23 MB 2,882 68
656,812 656,812 00000000000000000009d89bef5ce00fd79565136800d506a81564b65e5ccf97 1.25 MB 2,350 76
656,811 656,811 0000000000000000001015c69c50574d104c55d499727b5729428906186b905d 1.41 MB 2,578 69
656,810 656,810 0000000000000000000f82fefdb81f8abd770ad05f1ca16f72bbba3e3453b373 1.36 MB 2,721 109
656,809 656,809 0000000000000000000866f0b6ca52a05045bcedefc06f42038a6cd9308ecc6c 1.24 MB 2,991 58
656,808 656,808 0000000000000000000c06e49fea05219b22d47c4854b7386650fce1d24eee14 0.00 MB 1 0
656,807 656,807 000000000000000000010b13581d607075de5f770e27d3328f7c47bc3870b6fc 1.32 MB 2,697 68
656,806 656,806 000000000000000000040f3258acfdea42a608b1b1d252b86e923939bdcceebb 1.29 MB 2,958 96
656,805 656,805 000000000000000000063ca9ae88e411e8d9bf457d7cd8b8573eff0ee6c35b9a 1.13 MB 2,926 34
656,804 656,804 00000000000000000001681509376395c8b5bd90000648d3b6f2d3f62e97149e 1.15 MB 3,122 42
656,803 656,803 0000000000000000000c8aaec9a50c8f562e4da6470ca69ad8877ab66c712bf7 1.22 MB 3,010 42
656,802 656,802 00000000000000000003bdb9244e06bb705ee73c89d1cbaf52028c1b5012158c 1.17 MB 2,393 100
656,801 656,801 00000000000000000001a580c880bc9299633d2fd8e364c5beaddd72328b37bd 1.41 MB 1,449 96
656,800 656,800 000000000000000000072ac08a12a19b53e837b6eeaf1fa1bd8d8da0eb6fa30b 1.30 MB 2,933 108
Previous 10 blocks ↓
Total Size: 684.63 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,358.54 GB sent, 102.50 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.