Memory Pool Memory Pool Refreshing

8,570 transactions
30.25 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,096 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,750 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,095 (32,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
831,170 831,170 0000000000000000000341cb8e35b3dbf138fc04992fff32b8a0064fa4c180fd 1.76 MB 2,892 25
831,169 831,169 0000000000000000000349bd9cfe887bf4be9bf5f9a720b75dded6609a141a35 1.72 MB 3,039 21
831,168 831,168 000000000000000000027c45eb23a78704d138ccc7f38266026d64643d2b25f2 1.99 MB 3,346 24
831,167 831,167 00000000000000000002e214014f5af0d7fb4e6e21454bbcb062a995cb58feec 1.88 MB 2,875 21
831,166 831,166 000000000000000000016d506768b3309f08d1f20f95a653fe59d81a09c56f63 2.07 MB 2,880 25
831,165 831,165 00000000000000000002ed2b2832b75eec5fe6f76105489b6a3bce77d9025622 1.57 MB 3,364 39
831,164 831,164 000000000000000000015cde16d56cbdef418cb1ad2df5a201de42eb927b1f77 1.77 MB 2,998 32
831,163 831,163 00000000000000000002db0bfa63f2052ea848515c6d0607fb83a1adf6de5206 1.88 MB 3,530 32
831,162 831,162 000000000000000000027a646a8aa870af3b42728165cbd0b589fef44554463c 1.66 MB 2,063 19
831,161 831,161 00000000000000000002fa04fa0a60aeef7e810a1577fc392b5d46f6fcf555f0 1.74 MB 3,262 26
831,160 831,160 00000000000000000000263222b11279bb39e7d01b06aa522841e870f954bbcd 1.69 MB 3,898 27
831,159 831,159 000000000000000000009a29c37bbd318e1d61b4f702fa0ff090f6a6ddf8e7c6 1.60 MB 3,684 33
831,158 831,158 00000000000000000000aa9c4d3bea25760dc0e5227d0c34f782bab1a9ec2675 1.61 MB 3,679 35
831,157 831,157 00000000000000000002a04bbca112521e620c51c71be1a084affca830edbec1 1.61 MB 3,242 39
831,156 831,156 00000000000000000002b755dd526a1544a00485ecd2db12797e4f3ea0d940f4 1.60 MB 3,756 33
831,155 831,155 00000000000000000001fd4e864bee6434250cd69f4ee2753a3595fe3461a31d 1.67 MB 3,672 27
831,154 831,154 000000000000000000012ffa7a5c6374b9c4dcb45f20fe21cdfa42fc85215008 1.58 MB 3,446 34
831,153 831,153 0000000000000000000035e46c3318a8e636de9088eeb624ae594689bdc98292 1.60 MB 3,557 33
831,152 831,152 00000000000000000002e19243e556eccff322dd5600629f39bf75822c44788c 1.59 MB 3,412 36
831,151 831,151 00000000000000000002f551bebbcb7073ff5ca5682d2a3299cfae859ec6dd22 1.56 MB 3,037 45
831,150 831,150 0000000000000000000074c62d61d931f20d2e4674fcb69d6eb462d275379240 1.55 MB 2,834 53
Previous 10 blocks ↓
Total Size: 688.21 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,621.24 GB sent, 126.46 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.