Memory Pool Memory Pool Refreshing

15,278 transactions
34.10 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,161 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,548 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,160 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,160 862,160 0000000000000000000161fe33cd040558e86bf1f7087646bf3bb88a6e8ea23a ago 1.63 MB 2,987 7
862,159 862,159 0000000000000000000045d5858cd886369a425f47abe2356afbe997b803f176 ago 1.34 MB 1,751 6
862,158 862,158 0000000000000000000271d56441ad616f26f2a0bb26788587668bb6dc4568ae ago 1.67 MB 2,741 8
862,157 862,157 00000000000000000000877b9012a4e840f1ea7ccd91e746e01c22dd9d4c99b9 ago 1.40 MB 2,439 9
862,156 862,156 00000000000000000001c2c6104d29a7a5ea6da80d97c4e6983da496b999c343 ago 1.53 MB 3,322 11
862,155 862,155 00000000000000000001ddc1a5bcef37851423b9235a9ff9d149547e782fada7 1.54 MB 3,829 16
862,154 862,154 00000000000000000002b202b0ed46b5dda4562276dd3ab0446020725b5347b8 1.50 MB 3,356 18
862,153 862,153 0000000000000000000285fb800cd1a77518290147a19cb6f01a2cf2f616d3bc 1.59 MB 3,743 13
862,152 862,152 00000000000000000001a649c875d01fb0d6758bd069cb781dba84a0a17178f1 1.53 MB 3,483 17
862,151 862,151 00000000000000000001680a7b1e0dd9d4ab20434ebc6aca236bb2e0d5b9efc5 1.69 MB 2,635 7
862,150 862,150 0000000000000000000063d952914c97f119bc8c0dddfb7549c83d5903678120 1.76 MB 3,043 4
862,149 862,149 0000000000000000000044fd766fc48d2bace61e793cd81b927e601fc2cb5175 1.80 MB 2,780 5
862,148 862,148 000000000000000000000619c0d9b11ff89f53d4d4870c20ad685296ec526ce3 1.36 MB 1,533 6
862,147 862,147 00000000000000000002b44931f009b2dd462992fa68125551d1c529466df82d 1.46 MB 2,124 8
862,146 862,146 00000000000000000002f79e062c1a4e63a468f7094537298536ccb0f7fccdf9 1.66 MB 3,971 11
862,145 862,145 00000000000000000000d6e5e3c96bb97b03c331f683558707919a04c848cb31 1.42 MB 3,146 19
862,144 862,144 0000000000000000000307bf67faf21f32bbbf9d28042463ef21b471d11f1025 1.51 MB 2,930 6
862,143 862,143 00000000000000000002322ad140102ee668f996cef5de1111ceb2b2a1506e9f 1.60 MB 3,495 11
862,142 862,142 000000000000000000008b3f4ad9ca757633bd1e573fef514077dafd9bc88233 1.51 MB 3,762 16
862,141 862,141 000000000000000000008d6d8515b47bcc566ebc283f923ccc288cddd3eaabe7 1.60 MB 3,770 12
862,140 862,140 000000000000000000013222b8fc8becf3aaf8cea2aaf7cfc5cccff887a85660 1.50 MB 3,265 17
Previous 10 blocks ↓
Total Size: 684.47 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,343.91 GB sent, 101.33 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.