Memory Pool Memory Pool Refreshing

2,004 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.64 vMB 2,001 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (629,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,054 278,054 0000000000000002178547da8cf9b54eae9cd4aa0720291b5c00beca66638a81 0.00 MB 7 19
278,053 278,053 00000000000000022624f5fdbaf286dfc6eecf6c78d85747efbc60f443b1feca 0.12 MB 227 38
278,052 278,052 00000000000000036e96a683f5bab4bc9aa951a01c5a032d3f9a8cae75b3b6f7 0.02 MB 66 51
278,051 278,051 000000000000000219bce398fd54add39bed29224633e67c4305e1d8ff3f3ee9 0.09 MB 195 56
278,050 278,050 0000000000000001d0d8b198da8ad8f05aba2f5cac40039c5ba4f4a12d632722 0.02 MB 31 28
278,049 278,049 0000000000000000b62015287e64987ba3a65d73e18cd97a64e3bc612350e280 0.09 MB 167 30
278,048 278,048 00000000000000030199c3c860b308b02b647dd06e30e4c7a17214f7b34f68f4 0.18 MB 512 59
278,047 278,047 00000000000000027ca277fe13d251ac2b92860625d28f1e51e7f3a650aa6726 0.03 MB 84 50
278,046 278,046 00000000000000039106f25ebe23cee380c3acefa722ba26d0843545c1b496a8 0.06 MB 101 29
278,045 278,045 00000000000000035ad83cfc1e0dedfb09229223bbd3bd696882483f85960991 0.03 MB 74 106
278,044 278,044 000000000000000144e77b5001da493d2e920df0dba30499336d2f0abdf1f582 0.09 MB 183 38
278,043 278,043 0000000000000002e22ad5b516cd85d22867c83de0b7a3501997a399d909f5de 0.03 MB 72 36
278,042 278,042 0000000000000002ff1574c11a3b2d33b53ea4ae690bea5c101dc949accbfc94 0.01 MB 30 33
278,041 278,041 00000000000000025f2ac2cec4f34a55a837cb9a9dc27db8f9fc827634e4e1e1 0.08 MB 157 48
278,040 278,040 00000000000000037f48edf8e0909b3b001c01d729816e6b9020fbfc1771f6f4 0.07 MB 162 46
278,039 278,039 000000000000000063a39c23729aeb87becc1d7b2c4e545c4e795b0c5fd98888 0.03 MB 54 43
278,038 278,038 0000000000000002bc4ec1a1a7fb7dc66a6c1ddc8d15024caa4e953c6b819c73 0.01 MB 26 54
278,037 278,037 0000000000000002aa0050bac6b40207c7197c9a3fcb56a0a5e0fb4b2b85271c 0.10 MB 264 41
278,036 278,036 00000000000000021e12f1f3629aef1732a8d57c5fa757a6721710f9562c3d8f 0.02 MB 79 10
278,035 278,035 00000000000000000f85e8dc77acbca76478c32a3df684ef9f115ccceba22acf 0.10 MB 240 46
278,034 278,034 000000000000000371e091063e54ec0228d9c07df1e71a427cf780e971a0e26d 0.10 MB 239 35
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.