Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

106 transactions (0.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,842 000000000000000000022b910000000000000000000000000000000000000000 0.02 vMB 78 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,841 (388,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
523,146 523,146 00000000000000000030dd31ee0ef3c20d33d3b4e8a7c725f596d61c85aa0483 1.13 MB 2,293 22
523,145 523,145 0000000000000000001c192f82259050ace99c74ed0889b139e902356a329396 1.09 MB 2,443 39
523,144 523,144 0000000000000000001998447840f889706ca1eb4c95d1623e0fd0f9e2700fb6 1.15 MB 1,988 19
523,143 523,143 0000000000000000002427d6e541b9ece03d0d9a5b2aaedd8810f2f9c47e563d 1.22 MB 3,202 68
523,142 523,142 000000000000000000108b1a5e42b2f99011c5dc3a1308ada6a40d662d3c1fca 1.07 MB 2,374 27
523,141 523,141 00000000000000000028b07bf8cbb2271c8db67caed09058db92b306190c4888 1.13 MB 2,102 47
523,140 523,140 000000000000000000145a0b632b203f68900556a8d17d4739abe064cc574fe1 1.15 MB 2,094 20
523,139 523,139 000000000000000000110555b00dbede3e17d2d10b888581d5d975c10334d5dc 1.17 MB 2,818 77
523,138 523,138 000000000000000000055049159806e35902d00aba3f2eb6e3b8baf7a4213b23 1.17 MB 2,688 79
523,137 523,137 00000000000000000005eb9db9adf2ef627b18ff4a5d550a1857870076bb522a 1.12 MB 2,068 32
523,136 523,136 00000000000000000002efc031e954c0e8f379535db2ee0bf6c0aa099e232736 1.14 MB 2,221 51
523,135 523,135 0000000000000000001170c2ce14f0a741ba334668e5824b7140d2f1ab1cc03f 1.18 MB 2,529 97
523,134 523,134 00000000000000000000525a5c6006850aaf101ed6ab37fe5bd061dae1ccea47 1.19 MB 1,522 42
523,133 523,133 000000000000000000155c608fffe8f0109cab0c739a039f0e97b67588a003e2 1.28 MB 2,058 23
523,132 523,132 00000000000000000020a63d99b0b1912c039410b28a358ac645d82c6d483cf9 1.10 MB 1,904 24
523,131 523,131 00000000000000000036818a14759da02bf3e59e8173cbc21ab3e9848ac89490 1.07 MB 1,945 16
523,130 523,130 0000000000000000003fe89681d401acb1331960e4397ce2128666269858896c 1.08 MB 2,504 35
523,129 523,129 0000000000000000002de746179bc98f7a60f9f9474cc6473649f27c75348e33 1.11 MB 2,408 35
523,128 523,128 0000000000000000000e28395c95511e05c4cdc9c7669a116948941a431d36a9 1.19 MB 2,543 74
523,127 523,127 0000000000000000002ddb72f6e10d48b6a9b40c7ad218ef4e31506114bc5390 1.16 MB 2,613 92
523,126 523,126 0000000000000000000993cf1cd8bcab7846aff0c228a09c7d6d89ab418aae18 1.19 MB 2,441 119
Previous 10 blocks ↓
Total Size: 776.80 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,468.63 GB sent, 132.52 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.