Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,088 transactions (0.88 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,345 000000000000000000022b910000000000000000000000000000000000000000 0.84 vMB 2,075 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,344 (427,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,735 483,735 000000000000000000e89c3ecbbb7d510a6271e234a875ba0dccecc85697b59d 0.91 MB 1,040 50
483,734 483,734 00000000000000000058c51258143cf7812cadbf229d27cdd65d57dc460fbac1 1.00 MB 2,125 246
483,733 483,733 00000000000000000035bc3a26162401c8f53923f0d4c23e2905d384059eb39c 0.75 MB 1,622 188
483,732 483,732 000000000000000000677527eee4cc2346d0855138d4bce24e8e1039d95b499e 0.05 MB 146 250
483,731 483,731 00000000000000000064944db8101da077ea68e16e7986cfbbcbbfe4657540ac 0.82 MB 1,500 67
483,730 483,730 0000000000000000005d7689b8f5e66ac6d999bad32b64c12511828f43a1abdb 1.00 MB 1,695 177
483,729 483,729 000000000000000000b8a79b298fa9f2edabf2edac56130b40c2ab08b7f70162 1.00 MB 2,522 332
483,728 483,728 000000000000000000474dd7fbf138b5bd4a3b5e5a082e5868a5b58c3e3322c6 0.42 MB 1,070 145
483,727 483,727 000000000000000000219364ad99410bde46e0d878a0422bde9dc1eb9185f707 1.00 MB 2,238 215
483,726 483,726 0000000000000000005ef12520fb451b816043f4c9402dab6b50dc9873bea077 0.15 MB 292 192
483,725 483,725 000000000000000000359a7515e630e19767275d9e62aa3b82b2c25974df25d8 0.78 MB 1,221 95
483,724 483,724 000000000000000000c221c4116d24d469986c76e4841792da297df1b22e9592 1.00 MB 1,767 179
483,723 483,723 0000000000000000004f2af797d42d603f010137419e31df9523e951639050d1 1.00 MB 2,142 218
483,722 483,722 00000000000000000109abd2aa8cf149b624fa4c055dfa62259561a02c455471 0.22 MB 516 192
483,721 483,721 0000000000000000007e89d52827964b417874e805b49de507b631ad9e3d95b5 1.00 MB 1,262 52
483,720 483,720 00000000000000000137733594ce4eab25d54f13b254ef05038057be3d99c9b4 1.00 MB 1,861 218
483,719 483,719 0000000000000000005204dfb216fbd28ba5a411abe17c982d7a654ae28ca935 1.00 MB 1,856 364
483,718 483,718 0000000000000000003e6862bfed88a2c5539370f36ac6733c3e551ff7e796f7 0.86 MB 1,767 181
483,717 483,717 0000000000000000005f83ba3f39d669aca74ed213cf9eb4d673efb2ac6ec1fb 0.36 MB 506 198
483,716 483,716 0000000000000000006327d2c3197133f411cb73f7a3a4862130d1d64d44dfff 0.11 MB 194 222
483,715 483,715 0000000000000000002e940a96c19823687dcf4dbe56d0087c35bf3474a07afc 0.62 MB 1,286 49
Previous 10 blocks ↓
Total Size: 775.88 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: 2,400.93 GB sent, 128.23 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.