Loading Tool

Explorer IconExplorer

Memory Pool

81,883 transactions
30.60 vMB
0.07966978 BTC
Random Selection Loading Transactions
Max Size: 184.49/200 MB

Candidate Block

Mining Attempt e4022cb36ec7e5e6c295edb33c6b44e6d3137cb53f39c3529fe5ccef369631e3
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 4560f95eaa2242400ac77b75c36eb75f4199e5b185f0dfc61003bfa10c45880a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,117
Size: 1.00 vMB
Total Fees: 0.01585275 BTC
Feerates: 40.91 > 1.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (434,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,165 480,165 000000000000000000a1622be1c8cdbb3be202033715904deaca36082c6101a5 2,160 1.00/1.00 vMB 175
480,164 480,164 000000000000000000890c9ff1636465aab7d6338c01e11f1713235fac45a8e3 1,495 1.00/1.00 vMB 106
480,163 480,163 000000000000000000e2bc93e309fe6af703355822c696bebf971094c9f25b30 1,591 1.00/1.00 vMB 73
480,162 480,162 0000000000000000004f58fd54311aeaffc806d125767f912cfdae31249e2ab9 2,006 1.00/1.00 vMB 173
480,161 480,161 000000000000000000339555bbb03cf2b13fd48691b2e633801f7cbdc32454fd 2,280 1.00/1.00 vMB 122
480,160 480,160 000000000000000000cd5014dcfe8ddcc186d48b5da3880d73c9591faff8fca3 2,576 1.00/1.00 vMB 189
480,159 480,159 0000000000000000007217f33f91fe717f588b1d0af6a4032c2fe2ab54e57598 1,926 1.00/1.00 vMB 139
480,158 480,158 000000000000000000f946995b94fb1d57b0717d816d03b8f98008129637cb78 2,070 1.00/1.00 vMB 208
480,157 480,157 00000000000000000117a7090aab36a03286da6a1bbffb4d77273461fceae864 2,151 1.00/1.00 vMB 240
480,156 480,156 0000000000000000000a9d2bfedb27fe06899a99b4c8eccf7b0c2118c2b934d0 1,627 1.00/1.00 vMB 140
480,155 480,155 0000000000000000004d3a13d9b6cd910991f1ce6b0846ec1c123b3043dae4a0 1,801 1.00/1.00 vMB 82
480,154 480,154 0000000000000000006ac5771cc2f175742582742aea537a8ff04ddd09def4e4 2,027 1.00/1.00 vMB 148
480,153 480,153 00000000000000000034e7e097a3cccc37aeef60d79cb97b8cafebbee4297a3f 1,951 1.00/1.00 vMB 163
480,152 480,152 0000000000000000012234d67569b4520624cb60b08cce4a6e9619bf4b11892b 1,749 1.00/1.00 vMB 120
480,151 480,151 00000000000000000098f2cef61390712d66378ff2d5c1df94dbfe552b4bd965 33 0.01/1.00 vMB 325
480,150 480,150 000000000000000000bc612e67f7d6434d8ab28e0ad1f25d9b7a09d7e0ffc3bf 1 0.00/1.00 vMB 0
480,149 480,149 000000000000000000a536d49f926e1b67eca0012d0b3a127ebc947b251c801d 2,187 1.00/1.00 vMB 138
480,148 480,148 00000000000000000102fdc6241cd301fafa1217e710479813d69342e3d14298 2,012 1.00/1.00 vMB 169
480,147 480,147 000000000000000000a98455689ca276f9a4ef17125d761c68192abef64548dd 1,449 1.00/1.00 vMB 143
480,146 480,146 0000000000000000001e8c95cab098810c40b69c448cdfe647b17a603972e081 2,392 1.00/1.00 vMB 204
480,145 480,145 000000000000000000542830c59c79123df86989364b5ea6b8237aaf9f746d3f 1,947 1.00/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 782.35 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.73 GB
    • Received: 14.82 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.