Loading Tool

Explorer IconExplorer

Memory Pool

70,321 transactions
26.60 vMB
0.06952878 BTC
Random Selection Loading Transactions
Max Size: 160.51/200 MB

Candidate Block

Mining Attempt c40320bb64534bbdba65bf8faa27f3488b20ccb94e79fa23b882a56f0ea4e2d9
Version 20000000
Previous Block 00000000000000000001b9a43a13d61c36ff197c8d441de04206a35709143d9a
Merkle Root f12b3589727472e80f9f384ed689f6f646f8bf06e4fefc7fe4e284e157e0970e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,565
Size: 1.00 vMB
Total Fees: 0.01278611 BTC
Feerates: 120.00 > 1.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,468 (776,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
138,918 138,918 00000000000004fd13d65b76f2fd0098d18e67ce4257b818589b3189a89763c6 141 0.05/1.00 vMB 301
138,917 138,917 000000000000028c41be7c3a83fdc815ac79e6ad51e6d68e1cdf06b48e9b668d 19 0.01/1.00 vMB 0
138,916 138,916 000000000000008aef96063fdb1c3cb19b6518bd0266ed4f086e4ba4ece44747 43 0.02/1.00 vMB 113
138,915 138,915 000000000000066aeb9d8f9abf339a7af85adcbd089a27464373111a643ad17f 318 0.10/1.00 vMB 4
138,914 138,914 0000000000000171afa26f9de8ceb8b4c5afee791e9691b03ea3310065600d61 84 0.03/1.00 vMB 105
138,913 138,913 0000000000000749c4e07558b8e7c7f916954471f1cf0206040fe3a2dbfee6b1 16 0.00/1.00 vMB 430
138,912 138,912 000000000000080d839a7643cb508ca6b69e34426add9adceccc0afc7b236d20 16 0.00/1.00 vMB 659
138,911 138,911 00000000000007f99117611bcbee65e09ef6faf70a2f7e3bcc5f4dc8e7e7134a 43 0.03/1.00 vMB 67
138,910 138,910 00000000000007fc411d345d4893fe57c69f64f54d8dbffa0b967ccd7b8b03fc 29 0.01/1.00 vMB 767
138,909 138,909 00000000000000537be2b7ffcb3a727513a5cdb705134090e7685b942e6aad25 7 0.00/1.00 vMB 315
138,908 138,908 000000000000091948571e1160a2a1cbf6c1f24af221f2fec45ec05f4f38e56f 12 0.00/1.00 vMB 0
138,907 138,907 00000000000008354937a1c6ef6311e2a5e37a74b47317fcb61fb00bba4648e5 37 0.03/1.00 vMB 565
138,906 138,906 000000000000065679d58a35515213dbcef080b15bd4d102bf8458e5c35d41f8 11 0.00/1.00 vMB 580
138,905 138,905 0000000000000678002d54c73b598cecb0765a33df0bcd7bdb379caefda100cf 34 0.02/1.00 vMB 107
138,904 138,904 00000000000000102fdd0a3f72d4c441cbcf14c367a58cb5ea791ff5b15664cf 12 0.00/1.00 vMB 0
138,903 138,903 00000000000004de539c3392e95fec071bc39b2ed9150d49d79f14da4f38c9b0 30 0.02/1.00 vMB 48
138,902 138,902 00000000000006ee65469a81a79d0a05d44d013008ebfb022d53813d32997d22 9 0.00/1.00 vMB 313
138,901 138,901 00000000000002374b363a1156b2716928bdb0720113f1a2a089673829c632fb 17 0.01/1.00 vMB 166
138,900 138,900 00000000000008e462aab7940f1859142e40294c5a89615a599d1d1a0fe85f30 5 0.00/1.00 vMB 1,044
138,899 138,899 000000000000031206091ab1a5ba84859e85fe2d6f54e9535514ad52cbce1f2e 12 0.00/1.00 vMB 52
138,898 138,898 000000000000057c704b73124551bfaad7d65a44d4b15401e8bd81c62a2ad6e4 23 0.01/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 783.21 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: 755.40 GB
    • Received: 18.95 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.