Loading Tool

Explorer IconExplorer

Memory Pool

24,920 transactions
26.92 vMB
0.05611292 BTC
Random Selection Loading Transactions
Max Size: 128.30/200 MB

Candidate Block

Mining Attempt 75b923aabed503f3d3f7dc6bb677a91d2fb192aed01354803db64ac2d76137a2
Version 20000000
Previous Block 000000000000000000008bb1e440ff81db36f781b06f2649023c6f896da5e43e
Merkle Root 0f0da0edb5ff41db705b54c118b9b5b932211e2afe00b7ae959a119b10d3434a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 731
Size: 1.00 vMB
Total Fees: 0.00548516 BTC
Feerates: 150.93 > 0.55 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,480 (695,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,958 218,958 000000000000006c2f3a1eaa8c6e4254fbc55de725282db5df01090a7b6d1ae5 599 0.25/1.00 vMB 222
218,957 218,957 00000000000004dbb9e33ceb52d763526d5e58e4f7f0d95545d5eb7dc8aa921a 256 0.08/1.00 vMB 219
218,956 218,956 0000000000000184f0a2784f63f0cec3b4e3496cdc18f8db3d51c0cf0ac0a1be 250 0.11/1.00 vMB 211
218,955 218,955 0000000000000022545df3af85d3ec711b17bbe3d22ee84807ef89987e1a62d4 216 0.08/1.00 vMB 211
218,954 218,954 00000000000000b610abd24af623a1369a1ab6f2e3233f85c8ba827b57fab75a 251 0.10/1.00 vMB 187
218,953 218,953 0000000000000322f075bab91b872c7510080a5d16b362ef05d8df9d0e04efcf 128 0.06/1.00 vMB 191
218,952 218,952 00000000000000e0ed62a39f1a7a1fad42bc1149c7d7b2701bcfb76e3d7c6a33 185 0.09/1.00 vMB 121
218,951 218,951 0000000000000287e12cf3ea87e3544e5e53533623ad2cc5ab1093ce1b46667f 55 0.03/1.00 vMB 47
218,950 218,950 00000000000001db685b0cdc268dd852720f2437662d42ede92a8ed1a1f88d07 346 0.17/1.00 vMB 227
218,949 218,949 000000000000051a0747ea35cbea195e8b7e8212ffb4e2faea767ffe141c115f 131 0.06/1.00 vMB 123
218,948 218,948 00000000000004d295b814510449dcd1d91a6a009bc52a0f64cd102640e2ce6c 112 0.07/1.00 vMB 103
218,947 218,947 00000000000000052f47a88175bd715150451ec50fd8817f7a7907442baf21f6 409 0.21/1.00 vMB 253
218,946 218,946 00000000000004b6f13ea5a32f00ec0ac5caada7f4bb6d7c44f44105ef5d83a2 161 0.11/1.00 vMB 226
218,945 218,945 00000000000001cadbc1da7c9e8f6334fcb3d3b993a1a7d64fbdfde39361adab 8 0.00/1.00 vMB 241
218,944 218,944 00000000000004ac34d0ac3ab417ce77dfcfcae770febc3fccb0f98cddc7dce0 87 0.04/1.00 vMB 56
218,943 218,943 00000000000000ca1aaf965bf387409e7611f3133af7b16e24d220e55c4e772f 428 0.19/1.00 vMB 195
218,942 218,942 000000000000024a242856b8f5d092b2c0032b832ac49a0b1b92317326773cc1 135 0.05/1.00 vMB 202
218,941 218,941 00000000000004d45c5f04c34e9c13c006de5cc131e52cf4a19f11767a2e7b3a 72 0.03/1.00 vMB 95
218,940 218,940 000000000000042296725e4a7cb68878fa1ce51cc8319c841a1401e4f594001a 234 0.15/1.00 vMB 162
218,939 218,939 00000000000001bc0969f8748b6d58615a657e94e208eae8afd94228532a4dbd 522 0.24/1.00 vMB 174
218,938 218,938 00000000000003693ddee5e0a151306ceb60b8a9681d5ae50d26baea68a1215f 326 0.16/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.03 GB
    • Received: 10.78 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.