Memory Pool Memory Pool Refreshing

280 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,746 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 271 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,745 (538,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
369,102 369,102 000000000000000001067b74354b5706c26fb230e1a050782fa4d351f99e7f44 0.00 MB 1 0
369,101 369,101 000000000000000001ad74daff2ab1f1e1c20dc2ddfb524becac00d3216deac0 0.35 MB 824 38
369,100 369,100 0000000000000000112f890cd2621e2335beca8cb75a8069d099ee20323986a0 0.44 MB 559 27
369,099 369,099 0000000000000000057a5c739f66cc3dbb62e3b03410348a5d6ba085c80c92d9 0.38 MB 841 41
369,098 369,098 0000000000000000120e66cb3cec7cf32b69928986ce224fe52aa2a2fc143ab7 0.75 MB 1,499 39
369,097 369,097 000000000000000000bfd8536509048ddb2d735705b9047447e9b25330cec3fc 0.54 MB 1,126 39
369,096 369,096 0000000000000000087935ac4b2af8b851d8e78ca02ae257230b990190fa6550 0.53 MB 1,106 39
369,095 369,095 00000000000000000031fcecbf908a431d519845899d6af85149cd62090df0e6 0.39 MB 677 37
369,094 369,094 00000000000000000caff62d947b6feb9faad8bc07edf7c5c64fcccb488a2d17 0.32 MB 584 36
369,093 369,093 0000000000000000041d780a38a46a87370b08dcfd770e3858d094bf20ea0d6f 0.57 MB 1,080 34
369,092 369,092 000000000000000011f09a6bffbe202956705cb3ac33d6b530ca8c421d8bdcc9 0.86 MB 1,257 29
369,091 369,091 0000000000000000063bced70b3bc448f73b42183732e1d0218337e2c949c930 0.59 MB 1,410 40
369,090 369,090 00000000000000000b202541f7ad495f1a23655e569ba0ada9eac0cb3934cf40 0.16 MB 286 32
369,089 369,089 0000000000000000118f7441cc7b3cc4d4551ceed8fbccaa87be9059b071ee0c 0.24 MB 465 33
369,088 369,088 0000000000000000149e47f675a4ee34a48120876b22b6aa622f9570fa047c79 0.49 MB 781 44
369,087 369,087 0000000000000000024f81e2602b8df9a94f587a5d9425982930a92196465b1d 0.60 MB 1,121 37
369,086 369,086 000000000000000004475a2276bf98f1eca98bf53af4ad3c3b6e17512d310dae 0.17 MB 262 33
369,085 369,085 00000000000000000f02547cf47c31b8ac4c54ff4f32f23d7491a7d9beabbf0e 0.17 MB 245 29
369,084 369,084 00000000000000000ef45bbba11237ad3315000709b36f79de33f6f3038ff10f 0.26 MB 467 37
369,083 369,083 000000000000000005e2d86da31c89f0f80f9c175ac546c0eaa285f6a319cfe2 0.10 MB 166 36
369,082 369,082 0000000000000000056fd30f4f346d3da77943092b0dce39b7047d0ecc69e02c 0.13 MB 274 40
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.04 GB sent, 93.21 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.