Memory Pool Memory Pool Refreshing

1,838 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,822 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (762,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,650 145,650 000000000000029a259150ba0c39aa908fea66bd9c3a766ae4a25bf79532756d 0.04 MB 97 161
145,649 145,649 000000000000002dccc10d902e0bd21a9e247b7aeac53a07cb63bebc5ed739fb 0.05 MB 146 227
145,648 145,648 00000000000004ba40806e3c535bfc5388f2385c3e95de4acf306962dc2397fd 0.02 MB 54 199
145,647 145,647 000000000000017cb236bcecbdf65df811c3e6e01d79268bd9e89536c299e284 0.00 MB 10 450
145,646 145,646 00000000000002dd55c26040b1473fbb117675d6ccdcd997ca8fb261c874c4d7 0.05 MB 146 184
145,645 145,645 00000000000002e9a15dcdb1e0ce3e38478066b80b8eeb0963c18ac18b423f40 0.05 MB 139 178
145,644 145,644 00000000000001281dfafdd027042a940e16f649e19217ca2ea0037f9886aa25 0.02 MB 54 82
145,643 145,643 00000000000002a853077a61aa9ed18b28908a359d0eb1c3463c718daaeb0040 0.03 MB 92 61
145,642 145,642 0000000000000682df70656cdc46f93c48138c30895c8b587edc2624f317e181 0.02 MB 46 173
145,641 145,641 0000000000000826fe69e542be504d5f4eb3c6694e6abbaea6811ca43edf66a3 0.03 MB 79 128
145,640 145,640 00000000000009074de7042ae47ac42ed426ab19411fa4ce06f4297d9ab32996 0.05 MB 113 395
145,639 145,639 0000000000000696fec1bfa2b44457eddf2ee7030529105f9d478bbdb390e01b 0.01 MB 13 570
145,638 145,638 0000000000000696c0b0775b0d1d2d71089480921c4b4a940d57b6d4d8dfe1d2 0.02 MB 73 169
145,637 145,637 00000000000003069298ed6090f91ea6fd334c8665fd9901da18cf9787a5ce62 0.02 MB 20 76
145,636 145,636 00000000000007e0fe633f8ee52f097db6b1854d4f8796b14d7e422c73d977cd 0.05 MB 141 153
145,635 145,635 000000000000033e13919a69cc60c3e3244308b3d8484e80e3ea2579f9c07c7a 0.02 MB 43 81
145,634 145,634 0000000000000520fb120520c2347d4b5b5ddb329ba50d61929876656328bdaf 0.01 MB 20 148
145,633 145,633 00000000000000edffb06e9f53e4d8c6d5465bf3dc21714275dd07a0904287a2 0.02 MB 27 237
145,632 145,632 00000000000003f6c28e408e4d4d147d99eafdcaffb44fdd8a0a352e5236c1ce 0.01 MB 14 304
145,631 145,631 000000000000072fb54818d14b4d17df1b071a36468b410b1154d3e52c847dae 0.02 MB 48 156
145,630 145,630 000000000000004168b578c459e634476cc2c2eb3f83c9bee6c4ae906a00b132 0.02 MB 52 135
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.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.