Loading Tool

Explorer IconExplorer

Memory Pool

87,606 transactions
32.09 vMB
0.14242740 BTC
Random Selection Loading Transactions
Max Size: 193.69/200 MB

Candidate Block

Mining Attempt 5f643738b7212345eb6863f5747dafeacbb79f37c087a392bbc1a3b58f6be05d
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root c9e3a4d08a58653e7c9fb24c0ac0b0561bb0a5c0c46f9b54823c18c1df0f1015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05209095 BTC
Feerates: 911.92 > 5.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (429,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,169 485,169 00000000000000000008b6be1a2c519501c5e4977986b2f31769ab55dba0cb86 1,067 0.59/1.00 vMB 90
485,168 485,168 0000000000000000012122d27a98d728d3b76254da5d8ea7c0736409aebce8e7 1,155 0.45/1.00 vMB 72
485,167 485,167 000000000000000000a1046e004c7143cb9f52ce77d3aa57f9a6e210bcd355e5 654 0.29/1.00 vMB 86
485,166 485,166 000000000000000001124d8dd84c778316a795bf7a1cddb80d5e7d19ac47679a 1,163 0.54/1.00 vMB 72
485,165 485,165 00000000000000000119cb9af54ca6735c2299f83d72fa1c42a8e157c5c1d57e 539 0.27/1.00 vMB 22
485,164 485,164 00000000000000000008804e2bcb2c872d187942e4df581f609b72b85b196b3d 2,244 1.00/1.00 vMB 88
485,163 485,163 0000000000000000007689151222e5c62c7b1c335242be307c2feeab7ef4890a 1,762 0.74/1.00 vMB 83
485,162 485,162 000000000000000000f316311c279a2fab72448093fd07bc9c90081ff6562b34 1,177 0.61/1.00 vMB 121
485,161 485,161 00000000000000000033729b3d6ef73f0d5ca54dbc40d60e7567ad16e650abec 246 0.12/1.00 vMB 89
485,160 485,160 0000000000000000001e082d1336d76889a162c3c07b4faf92fbe99a00076894 1,052 0.49/1.00 vMB 80
485,159 485,159 0000000000000000009ed049fb5b9b44e02de62d93ee867e102f57afe0639807 1,166 1.00/1.00 vMB 89
485,158 485,158 00000000000000000104d0db6646f4e2d155d7d9cf139bd77a1822e79f8ffe91 459 0.20/1.00 vMB 99
485,157 485,157 000000000000000000cce037719097d31f07cd0cf906b7108cc0af054458162e 1,509 0.77/1.00 vMB 29
485,156 485,156 000000000000000000b3322350d2acc5b18554885fda0ddde2dd57b425d53b10 1,952 1.00/1.00 vMB 23
485,155 485,155 000000000000000000eb36dcad981b542dea9721b355f99441e647c6f70ee1aa 2,092 0.98/1.00 vMB 109
485,154 485,154 000000000000000000c2b4acb0275e15a8c372f40f84ccb3f8418aa9f4fb3a6e 1,919 1.00/1.00 vMB 154
485,153 485,153 000000000000000000f51d70f7b2b054fee1e661bc8f373e84ddc848b1d7e190 857 0.41/1.00 vMB 89
485,152 485,152 0000000000000000012771fc3a221b7cc655426be0e5ca0ed7092897d9c4923e 260 0.15/1.00 vMB 44
485,151 485,151 000000000000000000af3b318fc6c1850ff6a7d32d67bfe388635f4a883a6511 1,485 0.68/1.00 vMB 61
485,150 485,150 000000000000000000be3c05d7709bb04bce741a680216a5ae0f470268aa9904 1,577 0.81/1.00 vMB 109
485,149 485,149 00000000000000000071ad4823c684b1656110cdc2e000270631cc054dbc2a48 917 0.50/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.34 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: 661.02 GB
    • Received: 14.79 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.