Loading Tool

Explorer IconExplorer

Memory Pool

51,961 transactions
31.18 vMB
0.10491569 BTC
Random Selection Loading Transactions
Max Size: 167.05/200 MB

Candidate Block

Mining Attempt c9fc397bc694112fd89e0f114d87c73759db6f44bdf7dcf52a1b3372916de2f1
Version 20000000
Previous Block 000000000000000000009fc5abf3eeb33248107da03149ae5461329189c8d7c0
Merkle Root 8b8d73a3f3b9b076769f0837baf2f4001792db84c474b12e0e9a737a0cb3dbab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,159
Size: 1.00 vMB
Total Fees: 0.02399203 BTC
Feerates: 165.88 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,823 (705,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,763 209,763 000000000000005328e822fabf46a9771cccfa97a438b61e3b2637a1853e1ae0 104 0.06/1.00 vMB 149
209,762 209,762 00000000000000894a972c50e1645f8e05b36269abba461a6f3bed6461806271 71 0.04/1.00 vMB 198
209,761 209,761 0000000000000098aedebca7e58c6809fbca0707250eaa3c8bcf9cc83fd78fa0 140 0.05/1.00 vMB 152
209,760 209,760 000000000000008e31f256be3d82a8a5b87759dfeaeca5507e78b5a51ef48eba 198 0.08/1.00 vMB 159
209,759 209,759 00000000000004309295f6b7f06087b506c9e1352d4751d6a03c48883dfe1b38 27 0.02/1.00 vMB 83
209,758 209,758 000000000000015f17499f6451bc21a512a0798901c494a3b628c1844d9e5850 159 0.06/1.00 vMB 209
209,757 209,757 000000000000026b78c02943452b5704ac659ea238bb97446dd58af35a40aeee 713 0.43/1.00 vMB 60
209,756 209,756 000000000000026e28a22fce5fe6167e9386353c0fb045d21d90274c1fd1a4a6 584 0.23/1.00 vMB 215
209,755 209,755 0000000000000451afdf87bc293d83c7c10b227045d33258a60d1083fb272c9e 156 0.05/1.00 vMB 36
209,754 209,754 000000000000028a95390ea5da9afe2a568a55e8aa32b479349d6c644954cfa4 8 0.00/1.00 vMB 0
209,753 209,753 00000000000000808ed774513c6563c78f36bd420be5f88d9df5bc3576016247 11 0.00/1.00 vMB 6
209,752 209,752 0000000000000062b53a905a4904a5b34ed18f0e4435ed574a14c3bce122d568 9 0.00/1.00 vMB 0
209,751 209,751 0000000000000399e09881d98daac74b47c7d8bb6c8e58b413da66f33fce8de8 112 0.17/1.00 vMB 73
209,750 209,750 00000000000001183786260794fdf4aa5e3002f5c319ce11d29f70c4ef356a74 146 0.05/1.00 vMB 273
209,749 209,749 000000000000026bde81f0fd2b4b8e9308558d2ecf3f418ae2a54ac5d7a753e7 175 0.25/1.00 vMB 72
209,748 209,748 000000000000017c122b8a1b3a5205615046b46b0a19a70e2d4557a10f95278b 128 0.05/1.00 vMB 135
209,747 209,747 00000000000003f873d22aa5c6243c8c45ac980156c6aee57b7b45e94c0ea8f4 67 0.04/1.00 vMB 156
209,746 209,746 00000000000001c3c593eecb69644dd704dcae52d243a9253d6a7954bc24981f 326 0.15/1.00 vMB 145
209,745 209,745 0000000000000266c6e6059130471aa5f17608c63bd81b48215cf4db62bffef0 129 0.06/1.00 vMB 150
209,744 209,744 000000000000030cb1ef2a3e09ff567ea4d34908665b20d4d4d1d37d6d3f3df6 234 0.08/1.00 vMB 146
209,743 209,743 00000000000002059a96de2692f69dcbee5356ae042f235f975a7622b7bc23bc 507 0.17/1.00 vMB 208
Previous 10 blocks ↓
Total Size: 782.08 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: 651.28 GB
    • Received: 13.53 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.