Memory Pool Memory Pool Refreshing

5,914 transactions
2.19 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,679 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (645,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,054 262,054 0000000000000010b963f98cb2266853944526af8a59f64fc0fd62d8e0d2d061 0.21 MB 521 116
262,053 262,053 000000000000000acbce00d3cc1bb09cc5623b6030f56d88424a447915ef6dd9 0.21 MB 572 137
262,052 262,052 0000000000000013a6a40a95c982b719ce0cb61c78e57b4846315175a42150d5 0.19 MB 457 118
262,051 262,051 000000000000001731b2b7290362d8c89a8ac15cee97985ae53908c877ef19bf 0.37 MB 852 120
262,050 262,050 000000000000000272a3125d1a7731a826614a55cec7788c68aff6d147d535b7 0.12 MB 298 144
262,049 262,049 000000000000000eed015d462b400910e46877a058c4c352291ccc750cc3240d 0.09 MB 126 45
262,048 262,048 0000000000000014c240fa1f13b5c34eaa26f005185dbc4b12c88123dfe4a9f1 0.00 MB 16 71
262,047 262,047 00000000000000180a5fda9faaefdf19f30258d389e733ac18462f2a7f6b6be3 0.15 MB 100 19
262,046 262,046 00000000000000117bcd16e72b749a013c4d97cb0cbec8c29637b69c641d4148 0.09 MB 315 68
262,045 262,045 000000000000001966a8228b0f8cc55522b917d16526727af013017ea51e9c2c 0.24 MB 664 150
262,044 262,044 00000000000000129197c0644223dbfd3ca3a7d7f6245659e66d0a2d8211e6aa 0.16 MB 445 128
262,043 262,043 0000000000000011ec4063a1e04f08c12601b608b0f2986d32922b307566cc34 0.47 MB 580 90
262,042 262,042 000000000000001ca7a0f8f72b3ac1d84b5cfe1ca5ca76a72145ef54e935e767 0.03 MB 73 100
262,041 262,041 000000000000000fb38befcf7e34674bdc19d36173f98284e37bace9b105839e 0.08 MB 190 93
262,040 262,040 00000000000000044f67aadb65103d7f8e726f0b51e2e2a73576f7614cada07a 0.15 MB 56 9
262,039 262,039 0000000000000001213a25e197b0fab7424f5266400529c859fae34ad2f1724d 0.15 MB 303 95
262,038 262,038 000000000000000b664abb582bd9cd64eef47ceb3b1f7bb4774e665584c73f9e 0.25 MB 359 91
262,037 262,037 00000000000000015edd3ca59d3b3cd4e62cfed659b66c0593610be4dca17360 0.12 MB 232 32
262,036 262,036 00000000000000177d5d7480b376868597b4533004a9929bbc40746bfbee73f5 0.25 MB 710 138
262,035 262,035 000000000000000f211ffd319632070fc6b0e4fd344913424b5650a2101e3681 0.06 MB 145 76
262,034 262,034 0000000000000017d06a1815ceb8c8294bcca2cbad7fa27046a9c7c1e51b9517 0.01 MB 21 79
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.49 GB sent, 92.72 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.