Loading Tool

Explorer IconExplorer

Memory Pool

43,274 transactions
26.44 vMB
0.06107483 BTC
Random Selection Loading Transactions
Max Size: 139.06/200 MB

Candidate Block

Mining Attempt 90280c5caa7b7b55bef286864b53f3c6c91ad4522b70d405ee8a9855525c101e
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 56eab95bd7938f207e98bc3a245cd50573848c3270950f653adb1a9b538b31d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,285
Size: 1.00 vMB
Total Fees: 0.01267132 BTC
Feerates: 73.66 > 1.27 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (687,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,489 227,489 000000000000004fd577c4781a8f1b887af9f5ae276dbc849566350243925901 443 0.20/1.00 vMB 195
227,488 227,488 0000000000000030549804b279b2ec8e8b6d246a79589cb1256bc2b3d52bc9fa 113 0.15/1.00 vMB 82
227,487 227,487 0000000000000348a4d8b1f5b3ffe5bdbf626f02bc08cdf1077c7e6bf81c669f 280 0.13/1.00 vMB 189
227,486 227,486 00000000000002b3cf432c0302f4a9828e25328613d0a14b9475c1509ce0d4d7 256 0.29/1.00 vMB 68
227,485 227,485 0000000000000335b6479e1fa35bcb930c57ba35c04c15c6be826a3c2a5a41dc 165 0.09/1.00 vMB 172
227,484 227,484 00000000000000674fa48a6cef8a68d2323410afd77af67d3ae25e9cab8f937f 270 0.15/1.00 vMB 150
227,483 227,483 00000000000000e381e6e7a0854a3c5b292aa4fe76f0644c3ad988605802dde7 346 0.18/1.00 vMB 169
227,482 227,482 00000000000002c0a819cca9ff9def3f5535a9d475d57bd93493d5255cd29355 336 0.19/1.00 vMB 158
227,481 227,481 000000000000017eb3fd3255233cef083c3e9cc0094c501d4d311349aa69186c 141 0.05/1.00 vMB 217
227,480 227,480 00000000000002cf9949f5db54f39e9badc4133e1c321f6764f5c960e45ea372 652 0.25/1.00 vMB 182
227,479 227,479 000000000000004ffeb93570c38e01817207f95d9b813ca3e704ccd26660fb75 243 0.15/1.00 vMB 86
227,478 227,478 000000000000030222dd2ae384552eba5b4c174cdbbcdf0debdedd15dffef255 803 0.25/1.00 vMB 226
227,477 227,477 00000000000000a44dbcdadecd13367d7b9d220a2762ef167455e84006059c36 679 0.31/1.00 vMB 160
227,476 227,476 000000000000025b602d25b15e9a7d59039a76e3a899a1d18e3e9ed62557cc49 291 0.15/1.00 vMB 173
227,475 227,475 0000000000000279c4b89426f432f03cfa5fcdcd46664d72a704c70945a523da 442 0.19/1.00 vMB 167
227,474 227,474 000000000000025c69e80a0e01c22ce048bfb4e4da43a4f0a9e8bb3612a59b2d 537 0.25/1.00 vMB 186
227,473 227,473 000000000000011c7c1d56988847c65d3c7e6fc275ae140d8425e63b5442f3e4 247 0.15/1.00 vMB 133
227,472 227,472 00000000000002d7c22ed73ec3a4b8b9a9f2e1ae696687131a3b8b0d8d49f3e5 326 0.16/1.00 vMB 138
227,471 227,471 00000000000002d637d26a1f82fbb3ace27ab5754b02ec4c450f91c9c588fe8f 342 0.17/1.00 vMB 171
227,470 227,470 0000000000000245cc2b024405f046433420cc5b3d200237eba29079769ceb8b 419 0.21/1.00 vMB 197
227,469 227,469 0000000000000022b3539238e62051fc23ebb6d0b7daf30051fe22c330fb8003 49 0.03/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 782.01 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: 649.24 GB
    • Received: 13.14 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.