Loading Tool

Explorer IconExplorer

Memory Pool

29,670 transactions
18.04 vMB
0.04112073 BTC
Random Selection Loading Transactions
Max Size: 95.53/200 MB

Candidate Block

Mining Attempt 28562921c5cf736de6806f2794a4951b6e563b9caa9ec01a99f76724510124a8
Version 20000000
Previous Block 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5
Merkle Root b2a67ea8cd12a3242442896f21ccdbb573d886e039d7d18da16eb77618636fad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,649
Size: 1.00 vMB
Total Fees: 0.00722519 BTC
Feerates: 200.82 > 0.72 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,891 (695,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,771 218,771 00000000000001a116a1ecf6dc27261246ea7f357bea7adbc1f6e9afc7f33a00 1 0.00/1.00 vMB 0
218,770 218,770 00000000000001d37ee5d0252d5877e69beb445828e5abf6a8931d84e658ff44 153 0.05/1.00 vMB 57
218,769 218,769 00000000000001a3d9f74b0ff99990bb3e4f29dadc00bfeef60e04a70a97ee47 343 0.12/1.00 vMB 159
218,768 218,768 000000000000002180887e6616d8bf1aa216bcf7aaa38a8095a4ac7424064baa 241 0.11/1.00 vMB 1,156
218,767 218,767 00000000000001fce6e9bb9e3cfb4f5ed12afbe5e9aa2b666f4152699c7d1489 336 0.23/1.00 vMB 126
218,766 218,766 0000000000000019d75977234831b93590f6ff166cd267907fc0a10fb800964a 714 0.25/1.00 vMB 267
218,765 218,765 0000000000000161d7b7984c32de3a3622c6cf7aab867ef1c3a6a99b78a0e816 146 0.05/1.00 vMB 172
218,764 218,764 000000000000034af0f4ebd1dc799c5464bbead8995181e3de374106c3b1dc49 521 0.22/1.00 vMB 197
218,763 218,763 00000000000000c01bcbc490114ad3728c3dc524653d6c8afa65c1035b0c43b3 12 0.00/1.00 vMB 62
218,762 218,762 000000000000026ceb8d73fcd3e40d5335e8e0ddf325222432f1ece9bd7179b4 112 0.05/1.00 vMB 244
218,761 218,761 00000000000001fdbf4e0855e569b4e8c8dedb9838f6a3061dc672e90d35fe8e 140 0.11/1.00 vMB 127
218,760 218,760 000000000000033b15649422e5697f138b93f35f6517403a434bc6a5bc70bbd2 44 0.12/1.00 vMB 68
218,759 218,759 00000000000000118009a919192b20b017eea785bd0d137ef0540b7ee43d99a4 369 0.18/1.00 vMB 221
218,758 218,758 00000000000004ce0a5ae7c8b2d3cf333cc8bc69cc0def3f9ead053894f739d6 14 0.01/1.00 vMB 128
218,757 218,757 00000000000000991f32e68ae30bfc6a024ca5ae09e68fa240bcbb1fd259783f 198 0.08/1.00 vMB 201
218,756 218,756 00000000000002ffda04c7899766df86f10e818ec74e3bcaf03d598f6044471a 45 0.02/1.00 vMB 265
218,755 218,755 000000000000030a4034d72d171d72b9a517e1181e414539308c05a60066cf82 159 0.06/1.00 vMB 242
218,754 218,754 00000000000002378a7d5e18229fef47baa091789cf9009b77777415e02b454a 217 0.12/1.00 vMB 185
218,753 218,753 000000000000026ec4e2488a72ad12cb811f543afb15e72bc7708ebbff8e77b5 96 0.05/1.00 vMB 137
218,752 218,752 000000000000045e3a7ac65c17b202c9132c1d0e42840073cc49890c5e8c31a8 168 0.09/1.00 vMB 116
218,751 218,751 00000000000002ccd618d45e82dd2fd4dd896c2f7757bf4f86a5240f1f1d1ed2 617 0.25/1.00 vMB 230
Previous 10 blocks ↓
Total Size: 780.41 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: 526.03 GB
    • Received: 5.26 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.