Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,397 transactions (3.27 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,897 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,136 910,136 000000000000000000012cd7522488e16cd3787dd520109ba0d1e7851686acda 1.76 MB 3,970 1
910,135 910,135 000000000000000000009fcff999da2ab97631fc44905ff5e47367ca9c2e4c4d 1.57 MB 3,312 4
910,134 910,134 0000000000000000000224d7a52be443a4c2eb490bb31b5030eaf1ae150c913f 1.79 MB 4,503 1
910,133 910,133 00000000000000000000bd2134d2b764359394f09fb5015a3795ecbbd145b642 2.51 MB 3,333 0
910,132 910,132 00000000000000000000d16be7c350daa12f094fcc02d8d4616f98b86f3a4d3a 1.44 MB 2,402 2
910,131 910,131 00000000000000000001e78b7854666da478831fc4dbfd72a43cb6b124dca40e 1.74 MB 3,514 2
910,130 910,130 0000000000000000000159275fd477bc0a9c14de1b7df4449326ee562ba37177 1.44 MB 2,829 2
910,129 910,129 00000000000000000002019e0e9828f9c702593d2c911e385e773ac08213053f 1.74 MB 4,138 0
910,128 910,128 000000000000000000010998bb0e98422d122d87934fb6761c3835cb0c49030a 1.84 MB 3,466 1
910,127 910,127 00000000000000000001d2f6940ab0f827d36191234d965b139d17807f7ed626 1.65 MB 3,163 3
910,126 910,126 00000000000000000001f951acf40050f5f9a8ca58296db36a433bfab1f95dbd 1.85 MB 3,825 2
910,125 910,125 000000000000000000015186909cf5732353e1659de1f12dfca47454e86480c1 1.64 MB 2,751 2
910,124 910,124 000000000000000000019f8f6e62933b1319cfeaaa71ca48984fc0a5bb5352a8 1.55 MB 3,078 4
910,123 910,123 00000000000000000000878f0cd0fd08921a96d1cfd20d3bc5cd760d77b5ae5e 0.53 MB 880 2
910,122 910,122 00000000000000000000de1ede288b087103abe473c14bae261348f17648bcba 1.86 MB 4,531 0
910,121 910,121 00000000000000000001554974cd028ff614755348a2aa34fc561854cbe6ef08 1.78 MB 4,685 0
910,120 910,120 0000000000000000000185500e559436b97eb24ea21a045fdd48b8a4fb9c3b62 1.96 MB 4,451 0
910,119 910,119 000000000000000000017c221f76d2c92cbb1c9e29bd0fcee7fb747bf2358601 0.72 MB 1,206 2
910,118 910,118 00000000000000000001b42512aa2b3222294674858c5900ffcad67d449b6950 0.36 MB 705 2
910,117 910,117 0000000000000000000149de5e924f59a7dff2db5bca07c371e06a34d8ffb1d7 1.76 MB 4,876 0
910,116 910,116 000000000000000000004cbea6e80c5e824a96a6cccd964d0e3f1ea7456a54d8 1.65 MB 1,473 1
Previous 10 blocks ↓
Total Size: 774.56 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,276.20 GB sent, 121.38 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.