Loading Tool

Explorer IconExplorer

Memory Pool

71,907 transactions
27.30 vMB
0.07327600 BTC
Random Selection Loading Transactions
Max Size: 164.74/200 MB

Candidate Block

Mining Attempt 947435dc122c9bed70097030e7d987efca32a99f760bbadd8d8d9e8db19368b2
Version 20000000
Previous Block 000000000000000000017a15861c27b5358f1fc71724bd91deead72ecdca72b8
Merkle Root 29818d3a582344c9a2dc7a5722f8283835c856a54acb7917d3751b768da37a0a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,215
Size: 1.00 vMB
Total Fees: 0.01450066 BTC
Feerates: 104.71 > 1.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,578 (702,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,316 213,316 0000000000000159a83fbe2c184736aa772240815c858e3a53d0f4629b5135c5 274 0.10/1.00 vMB 185
213,315 213,315 0000000000000173a596d59915231defe59f42d41601513f79da0b9981f334b9 46 0.02/1.00 vMB 71
213,314 213,314 00000000000004e04d92a52cbe5fbe61196ecf959fd1446bc18ab40b594b0506 91 0.04/1.00 vMB 140
213,313 213,313 00000000000000588d794fd089251ed323227196904cec475573cbf2592afa21 82 0.04/1.00 vMB 132
213,312 213,312 00000000000002db8a7e433779c51e6f429ce4752abe10bb5e0c68975606fd84 424 0.16/1.00 vMB 206
213,311 213,311 000000000000011847302842d4a3be000d832cc994b3344045a88726ef09b04b 83 0.05/1.00 vMB 198
213,310 213,310 000000000000048ea2b8cfa97c66cabdd540bd93b061d593741374e9628ea1d9 135 0.04/1.00 vMB 27
213,309 213,309 00000000000004353bc0f3f188bdd2e295e0f52a8ec1658916c2b7cf2e585fe3 56 0.02/1.00 vMB 239
213,308 213,308 0000000000000233ae82bde1e9f5331852524a222647ec5c7729bca67af6b189 60 0.07/1.00 vMB 87
213,307 213,307 000000000000006dcf2d4255d6c1ed73950b51b7fd930474ff24d0e36bdcec05 280 0.25/1.00 vMB 112
213,306 213,306 00000000000001a73bf32952e52420b6b7f8cd37e0ddd88987fd4da994ed16d8 318 0.12/1.00 vMB 227
213,305 213,305 000000000000033554178ba447e9fadb67bbe175b26439205fa30ee71dcb7de4 108 0.05/1.00 vMB 179
213,304 213,304 000000000000034ca89c43976c4d966e0d7469c2d7910a056f23cbca5530ecf3 188 0.08/1.00 vMB 186
213,303 213,303 00000000000002f9b1cc407525fe1f556f24929f108d1cbd47abbb26394eea68 330 0.14/1.00 vMB 177
213,302 213,302 000000000000009dc833faa32cedbc7f989b0d4185ba700d308c15d689d422c9 143 0.05/1.00 vMB 143
213,301 213,301 000000000000040caa4ee721d781bacc763f42201f00a228222512a42b48f787 544 0.20/1.00 vMB 220
213,300 213,300 000000000000035315b397503fea4324e665ad13ac989f7a192ad1ebb7367a9b 12 0.00/1.00 vMB 1,120
213,299 213,299 000000000000007b7a8917181630614482915bcecd03a45d29352215dfe663c1 409 0.14/1.00 vMB 211
213,298 213,298 00000000000003e455525c0127167f6aef693d17d3a359e0789102578024c562 258 0.07/1.00 vMB 47
213,297 213,297 000000000000039eb6cfee0cf922fe5d29726adc07dffebfe19489a60653c624 75 0.03/1.00 vMB 165
213,296 213,296 00000000000000be40963199045c2a78cdcf0fe2e9d140646db805d065210886 21 0.01/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 783.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 769.59 GB
    • Received: 19.70 GB
  • Uptime:

Notes

  • 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.