Loading Tool

Explorer IconExplorer

Memory Pool

23,055 transactions
10.43 vMB
0.03399492 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.00/200 MB

Candidate Block

Mining Attempt 55c1519113a6f69373fd3a3e90e63447c6227a1fdf827a0b1203b1a4860c3001
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root 53baeeff49be46d70227be28ccefd65adb996bfcaf8a54212160fe4ebd259265
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,392
Size: 1.00 vMB
Total Fees: 0.01691429 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (775,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
138,480 138,480 00000000000005b85bff397ac0ad6792f03e0acbbbee603c0dbc1406fa7319b4 9 0.00 vMB 143
138,479 138,479 000000000000007dd91130e5715efd8bd9376be3c3d375445157d7b920cb935c 8 0.00 vMB 27
138,478 138,478 000000000000073c92623f385a22acfdc1777ac7849a93d76fa305942cddb233 29 0.01 vMB 267
138,477 138,477 00000000000003dc3d2bee7ca2e7383931860f216f075dedd8da809484168455 9 0.01 vMB 56
138,476 138,476 000000000000045ac031a94441578c44be25bf5566a4e673f52c806d09e3b002 33 0.02 vMB 148
138,475 138,475 000000000000065e1de5b89d21ccb1e1b058943e267dd0becbca740ff054cc50 74 0.02 vMB 155
138,474 138,474 000000000000071545176d51a01dc963215d11526e92a6814a4e80533d72ef97 48 0.01 vMB 185
138,473 138,473 000000000000080daafffd445f12a82871b318cb0610b05234b621762435189b 37 0.02 vMB 168
138,472 138,472 00000000000008da38c49bff3371a8930afcd37637ed63ea581dff574c51e75f 60 0.02 vMB 3
138,471 138,471 000000000000049dbaa546cc52c45478d2cdf22cf01f53b968dea651acf04293 20 0.01 vMB 44
138,470 138,470 000000000000001db0e8ecc5ed89c8cdb7b442ade8ab7c61937057e22f9aaf50 53 0.02 vMB 132
138,469 138,469 000000000000037560329780063d1ead220f5410f1e4cc998f5b3850a3f581cf 53 0.02 vMB 157
138,468 138,468 00000000000009787385c9ce629df129c02e293ea285d29e6b5b4852c9385986 10 0.00 vMB 88
138,467 138,467 000000000000059cef41cba4c0464e14eeb93278cd73b099a4cbc8d4051adc3a 66 0.03 vMB 50
138,466 138,466 0000000000000884c77648aa67b1cc99a9fe4588ceb367c329b42f8db4227372 30 0.02 vMB 62
138,465 138,465 0000000000000622273981286d9859374a22b3f730bcb892ac81b3d20e215c08 12 0.00 vMB 52
138,464 138,464 000000000000042b0327ccec65f732a06220aafe8777a42bae1714f7eae478ea 23 0.01 vMB 275
138,463 138,463 0000000000000815484f971a10f10b515fc12ab7480022209d875a557da79b19 18 0.00 vMB 130
138,462 138,462 0000000000000439826337eebf4436f65613bee781b82087b1ce139e2ab5129b 97 0.04 vMB 157
138,461 138,461 00000000000009194334f3cf3bc7e91b559a269847fcd8cff15618048d33ebd1 72 0.05 vMB 103
138,460 138,460 00000000000006273de09d29a039308a7b7dae5ec370abfebbda8c734b7d3c53 27 0.02 vMB 137
Previous 10 blocks ↓
Total Size: 779.80 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: 407.17 GB
    • Received: 2.13 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.