Memory Pool Memory Pool Refreshing

1,771 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,884 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,883 (645,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
262,033 262,033 000000000000001b8155dab2a6527d6375b13b07fa60520f5ab96cd4e8e020fb 0.15 MB 119 23
262,032 262,032 000000000000001154c40c0b9581a3b78664d0b5afbcc48e26d072e91368eb47 0.01 MB 9 29
262,031 262,031 000000000000001c290da6d0e55bf3ad2d362fd0e53e0756a1f09d66e1ab4f63 0.04 MB 92 110
262,030 262,030 000000000000000639b4fc54f019808adbc54a819bf2276edb2c231264a1532c 0.04 MB 74 89
262,029 262,029 000000000000000982a567fe4db4aa6c0aae5289450874167b520faf2289bbc5 0.08 MB 205 101
262,028 262,028 00000000000000108b53887ff6a1f5117c41e62d4f0861eab770d2786c94f64d 0.11 MB 260 126
262,027 262,027 000000000000000a61585ea27d3f0201b0e1e930d4f18d3cf27c8517013763d9 0.13 MB 218 74
Previous 10 blocks ↓
Total Size: 769.32 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,643.11 GB sent, 94.57 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.