Memory Pool Memory Pool Refreshing

10,257 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,290 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (762,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
145,629 145,629 00000000000006f29f0c82281ccb676af96792c7d27ae72bcc845e8aa641e644 0.06 MB 111 92
145,628 145,628 00000000000003b98497ba8de2fa9208844fc17c602843edfd2abc0bb517dab2 0.01 MB 13 153
145,627 145,627 000000000000015b55c08d2319be2367b8a05ea3e21b7f42ec600a84574398d0 0.01 MB 30 155
145,626 145,626 000000000000017f5b0811f0b0f3944e44d30387805011b3fb0a7820350ae604 0.01 MB 58 180
145,625 145,625 0000000000000016b1a612aa54c873c62cc82501ef5536907639b8ebc5eb6140 0.05 MB 133 22
145,624 145,624 000000000000044f6f6e0c90fceed7db62d722307c4f7ecae230a38df84f42d9 0.05 MB 168 207
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.