Memory Pool Memory Pool Refreshing

7,277 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,357 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (685,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
222,250 222,250 000000000000022ad2e5949387003b231bc410ecf5de14a8624a9e031ae56f2c 0.40 MB 593 146
222,249 222,249 000000000000002e3b5135648127cd0e2c9db76a01fc2a49c136645461c0b304 0.18 MB 447 224
222,248 222,248 00000000000004766fd217cf9399eaee4278a110baf4197a9e1a489d2be4a45c 0.00 MB 9 236
222,247 222,247 00000000000002c303ec4fa8ad75ec262e554d969b2bbe77769fb6a26fbfc8e1 0.24 MB 132 83
222,246 222,246 00000000000000ca7b1f3acc32c09e4e9cc0b7d3a0b61200c4a23cbe1d64ccf9 0.20 MB 325 153
222,245 222,245 000000000000017c108efb346562a7ecb4ec689aa339dd0c8d71c14f3e160459 0.08 MB 126 123
222,244 222,244 00000000000004735dafe9c23475cb037de890696d15b9d6dae60745532415e9 0.25 MB 544 190
222,243 222,243 000000000000045528230dfcd81c235321e1a300215e203f8842fb6e961330ec 0.02 MB 51 177
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.71 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.