Memory Pool Memory Pool Refreshing

10,125 transactions
4.63 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (64,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,485 843,485 0000000000000000000047939cc6ff6f155dc5a471c5f0ec0d2a56fc527d0916 1.23 MB 1,299 14
843,484 843,484 00000000000000000002face2be268e30d07c4463d37818a75661e51d84e3081 1.13 MB 1,049 12
843,483 843,483 00000000000000000000aa22d02cedb351a9e5061b1d5bc7fbd6c95b78d1ff96 1.41 MB 2,356 22
843,482 843,482 00000000000000000002322441b3c03be5e6a601df526bab6cfe5bf3e60100da 1.27 MB 1,389 12
843,481 843,481 000000000000000000028f9b5df99756675590e220b79494e2ebbb73b9eeb4f4 1.87 MB 330 12
843,480 843,480 00000000000000000002299fb28b36875f98d64cd725afd2fe732a7bec73de35 1.88 MB 102 12
843,479 843,479 000000000000000000033c1d3e6d720a798d94cb0b82cc77eed7ab1bf7ccb188 1.81 MB 1,582 15
843,478 843,478 000000000000000000009dfc07d15992110f084d9d67dae7b0fe1c7107a65e66 1.72 MB 1,506 15
843,477 843,477 00000000000000000001bbf0968a89772ce481a1dcf27da9b1886123dd400d7a 1.69 MB 2,630 18
843,476 843,476 000000000000000000014c166ae164bce3229d04a83180f25bf08d8b90245f8c 1.53 MB 3,011 13
843,475 843,475 000000000000000000023e3e3842bfb63fc245787bd6cbb90c397410eb0028df 1.81 MB 2,972 16
843,474 843,474 0000000000000000000000fc386122de64726ab562f732e7294e797ea491bd28 0.00 MB 1 0
843,473 843,473 0000000000000000000290f10a5f5be84654f70a592c8ee860e12ef679cf34e5 1.67 MB 3,274 31
843,472 843,472 000000000000000000015e0c58e9737b4b123124c47a7ae7e2478764c55a1325 1.65 MB 3,179 22
843,471 843,471 00000000000000000002549430ff76167a84b1554ce5dc23a2e417d3a0c82086 1.54 MB 2,947 23
843,470 843,470 000000000000000000004e28c48a86dc400478371f98dda8993c27cda33bf9be 1.64 MB 3,581 18
843,469 843,469 0000000000000000000359f0b7d54d520edd7404852c121c79ccd715c2cb5dc6 1.78 MB 2,613 15
843,468 843,468 0000000000000000000209171cc7af2d4da45ff618a8b9689a5f1258f5c7cfc3 1.67 MB 2,809 21
843,467 843,467 00000000000000000000e3090b4cec1fa48042524b44027c01d5cf20182fa55c 1.58 MB 3,102 23
843,466 843,466 00000000000000000000142fce66e0b83e35a3d0b72cf5247099f3dc3cea0506 1.63 MB 3,838 23
843,465 843,465 0000000000000000000082ba91a65ce28885b541dad95a60884fb95b3780a643 1.72 MB 4,322 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.70 GB sent, 93.04 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.