Memory Pool Memory Pool Refreshing

11,287 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,529 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (685,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,271 222,271 00000000000001fc2afb7fdfb236e8b15e2cfd74aafce2fdcdc68c8b6b2f3495 0.05 MB 125 22
222,270 222,270 0000000000000121b78c674ab7106a41a12522d5cf6dbe9b87c7a33906ac3cfa 0.29 MB 671 188
222,269 222,269 00000000000000791411632235144e271761cf99360fb579b4e68ec0534f516b 0.28 MB 480 160
222,268 222,268 0000000000000289f27f014e541289911f3594860345264ff857672698d6ce22 0.25 MB 907 239
222,267 222,267 00000000000001fb10c1a2dbe16d7fcb1403bc0d2043f7aef9cbf839f68c7fc9 0.20 MB 515 222
222,266 222,266 00000000000000fc837d8159ca1923c0f78813558c0e6d2e586f31a1f9ab6bc5 0.08 MB 194 170
222,265 222,265 00000000000003f3cadd1f3b1d83d55ddaf41b66c5dd1785360563eea39f2111 0.01 MB 21 151
222,264 222,264 00000000000002d34ce9660fb931c1d0a8958151d4a8de204ad6b8d5b37804b9 0.13 MB 309 189
222,263 222,263 00000000000001e6d0bb2a9a333cb96084b684e8661a9b6533c7c149f73c7e3f 0.24 MB 643 203
222,262 222,262 00000000000003530b97aa8ef497809fde767b3c3e967a8d3449b6c355b592b6 0.18 MB 322 101
222,261 222,261 0000000000000263caaf4cc96b1fbcd5b31f755c9775ab85147900ccfe051c16 0.10 MB 256 191
222,260 222,260 000000000000021bb4e5ffe6b96e56dafd3b442cc6db32f2bbba9b08980a7cf0 0.06 MB 122 155
222,259 222,259 0000000000000093f6b51f5f0e7fc69d970d70180e7766dcaf191e129d46094c 0.07 MB 155 210
222,258 222,258 000000000000013414e24e67d0b1b6bfaba011817323a56bc30b842288a40c35 0.12 MB 304 201
222,257 222,257 000000000000030a24d178c23cfd73f6ac5fa710ebefb65c04fdede8f4301ab9 0.13 MB 343 196
222,256 222,256 0000000000000406a72954e4cb5c1eab979f6cc4a25a9d9178c2d82fc086604c 0.02 MB 57 15
222,255 222,255 00000000000003010d3cdaf146832df77ee66d1e726a40e43ca159cfdea1714a 0.01 MB 15 216
222,254 222,254 000000000000020cadd6939c428c6fa9a4d6a59e8b369a24a3d89890e65f2eb9 0.06 MB 88 135
222,253 222,253 0000000000000374b7b42bdb0a8b231e1187d8734d97358f0f5fa23c0bbade92 0.05 MB 133 119
222,252 222,252 0000000000000023e527984480bd5c3dec584ec4441e4ee7fac3c92a1770ad93 0.25 MB 561 224
222,251 222,251 00000000000000ac7d267cbd6f073183ad3bc99d12c0e1826380c8b3fbb9a582 0.08 MB 157 175
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.49 GB sent, 92.91 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.