Memory Pool Memory Pool Refreshing

346 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (630,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,826 276,826 00000000000000023ab1deddb775cd24540b13aeb767a160d42577bff895d5f8 0.05 MB 109 32
276,825 276,825 00000000000000031592bcb3767a5c272d5c98797da9ad3e5f6ef26181d88f19 0.05 MB 92 48
276,824 276,824 0000000000000000e392598c1363cd3640d22df6b7c7654c0e203e06b6cc12e1 0.16 MB 256 34
276,823 276,823 00000000000000002ae737933ff665a82ad353e9cd3f7051c4f3b082b64a0f78 0.42 MB 964 49
276,822 276,822 0000000000000001ad53a6068118d04c32179c10e6a8717406158eba2433679a 0.07 MB 178 44
276,821 276,821 000000000000000326a0d9b277728be6bcfb462a9fb64814b8e46428010792ac 0.67 MB 1,120 32
276,820 276,820 0000000000000001f356adc6b29ab42b59f913a396e170f80190dba615bd1e60 0.25 MB 658 55
276,819 276,819 000000000000000304a9af663f0b7694492f187172baf40acac99c1789f6a78b 0.06 MB 123 33
276,818 276,818 00000000000000004822987eba7f428416a5ecceeccf19ff4ee7a4534db192f8 0.48 MB 801 38
276,817 276,817 000000000000000275bc38e5c59ec3d5649ddfa9e65637153db7048c55b33c41 0.10 MB 141 27
276,816 276,816 00000000000000034df04c412388f910ac2207efb933d1844ac268e792a07981 0.25 MB 600 47
276,815 276,815 00000000000000026c4c027b8c680e2ff000b6b70bb10f70771b9a05868c613e 0.14 MB 279 36
276,814 276,814 000000000000000246d8b440f9f5d49973b378a4d724876752d547b086c6be8f 0.23 MB 526 41
276,813 276,813 0000000000000002b5471832886e4a95326e34c7fa90968c27ecde9f40b6b251 0.40 MB 591 32
276,812 276,812 0000000000000002de684d6d40ecd6fe00e8a7b15858d164d8cd18b319220b2b 0.25 MB 548 47
276,811 276,811 0000000000000002bb4b5091e35437cced4993e52d938e77fdd6056f74dc644b 0.25 MB 614 50
276,810 276,810 000000000000000232550ae3f691a8a870e4ecabfac97ec4f2e2168a54ccc930 0.03 MB 76 100
276,809 276,809 00000000000000013195e56f9750913c19f1cef51f7f811bb1af91b139ef961f 0.04 MB 61 34
276,808 276,808 00000000000000036ef8eff2a042d3930ba68cb80ea5e38845fc481c2baf9599 0.03 MB 60 25
276,807 276,807 0000000000000001ebd17cd89d2945833327bf19889efb690a69216d0a4baa61 0.23 MB 498 44
276,806 276,806 00000000000000001e34767cc215a037adcbb88ddae77cb4c1f617a468f5fb9a 0.31 MB 549 46
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.