Loading Tool

Explorer IconExplorer

Memory Pool

14,226 transactions
6.14 vMB
0.03132892 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.10/200 MB

Candidate Block

Mining Attempt a637fcabece52445ec4ed3ef1774af54ead7e6877019dd2d6ce7f279da440c80
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root d1ed58ad1ff24dbea59f937ab141a5df59863d4cddc16325b4b8096a1b247838
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,142
Size: 1.00 vMB
Total Fees: 0.02046773 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (706,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,460 206,460 00000000000004e815d65e6d29ab18f3f43f942ba4cc01368e617f503152b946 50 0.02 vMB 23
206,459 206,459 000000000000004055b1ca47e8ec80ac275db29142d5edf1e65a680f03dfee37 121 0.15 vMB 85
206,458 206,458 00000000000002b0fa887f1ef355d8b86dd75fc5d5bd93613584383765ab8f4f 687 0.25 vMB 234
206,457 206,457 000000000000028ab4191ac242bf7b4437c3f1674362bc5880222398effb8b3b 142 0.05 vMB 107
206,456 206,456 0000000000000024f7e67508287d9d7c39d2c9f3fc5309368f66c4f4d5f76376 12 0.01 vMB 65
206,455 206,455 0000000000000001cb4e7bb70290ca6fc63eb963276587403c54e2c92dd8ec4e 219 0.10 vMB 187
206,454 206,454 00000000000004143626c0cb104e960fbb6939ae7c85ce2ba03f209e95726811 86 0.03 vMB 193
206,453 206,453 00000000000003c401842e95d70f5fd6d1a66fe2b8c39dee7a824f4d2a5ded2c 168 0.07 vMB 167
206,452 206,452 00000000000001268294ad3f52692d18496446a4341cf8c72267f30bc6743c15 298 0.12 vMB 260
206,451 206,451 00000000000002c51bdc29d2592f97240e244462f843872b093760558c0a4e6b 262 0.12 vMB 159
206,450 206,450 00000000000000386926366f2f0a3777171eff1ac39e32817f08f8ec06c7c328 46 0.02 vMB 244
206,449 206,449 00000000000001a41a20dc2b4c59f5ca80bb356a838c2a61fbc3007405ffa5cc 534 0.33 vMB 103
206,448 206,448 00000000000003fb19aa621bb9f7d962864b8c5de474d2fa6a5fd1becda5c897 201 0.08 vMB 156
206,447 206,447 00000000000003793dfc16a7288cbbbedb87e38b8d4e6dd086d2ae35b3f8e8d1 242 0.11 vMB 178
206,446 206,446 0000000000000315f2b2cfcdaa41481cda4c4bf70bdfc80403f0b99403bed860 175 0.07 vMB 180
206,445 206,445 0000000000000074e5637dac7864fe6e72ed9f4621ef46db5c6cdc95bde635c1 151 0.06 vMB 172
206,444 206,444 000000000000035f584f2f7cd8a2066b3dcdbebfcec531a74674a9d0b6280bd7 188 0.07 vMB 178
206,443 206,443 0000000000000333b06fc221f43729ed561b476d69f6c8f5fe1d0129ba108914 63 0.09 vMB 77
206,442 206,442 0000000000000125ef3a47e668ce065373f313f22b203f537f2ffca5843ab8ab 274 0.10 vMB 211
206,441 206,441 0000000000000338fa629f573b098b6ece1599862e839d0cd830b1bb261a86db 41 0.02 vMB 174
206,440 206,440 000000000000047d08faaeffecd1ade6c0cf519ed17ca12f329b687b1671f914 309 0.13 vMB 202
Previous 10 blocks ↓
Total Size: 779.66 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: 313.06 GB
    • Received: 1.49 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.