Loading Tool

Explorer IconExplorer

Memory Pool

82,676 transactions
32.28 vMB
0.09090332 BTC
Random Selection Loading Transactions
Max Size: 194.34/200 MB

Candidate Block

Mining Attempt d440d655559ed644aa6a2c4c9de1c8f628218d7048dc1407d7583e2747617bc6
Version 20000000
Previous Block 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107
Merkle Root 6d9247077d9f8cd153a5a5b6220d4b6548514544c5fa17ab94db0ab5bd4ee058
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,720
Size: 1.00 vMB
Total Fees: 0.01858490 BTC
Feerates: 142.62 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,174 (120,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,552 794,552 0000000000000000000064a91d8f11656a552bbac181701bec2f68a6cd71f6a5 3,766 1.00/1.00 vMB 18
794,551 794,551 00000000000000000001beef36a0a21278fcb801bab4b3d4bd326c5a63057e24 3,300 1.00/1.00 vMB 23
794,550 794,550 00000000000000000004e0f94e2b2b56b94142d46f407a65a7c41da9402aec0c 5,171 1.00/1.00 vMB 13
794,549 794,549 0000000000000000000086978630f4525f2b5568fbb52e9fc7431361d22c79b9 4,051 1.00/1.00 vMB 17
794,548 794,548 00000000000000000004773ef8bb98c7032f5c35fa5d2b6620685365d4817a4c 4,190 1.00/1.00 vMB 16
794,547 794,547 000000000000000000023d0290839c094e4f0c22c2ccfd5ddd2ad86ad0c208ef 2,743 1.00/1.00 vMB 25
794,546 794,546 000000000000000000007ca42dbe638fa8fca3c74a0c1487f0fdab47ab84a20b 4,025 1.00/1.00 vMB 13
794,545 794,545 00000000000000000002d9e2cbfb4eb94a7509ce7c34d8aadffbaf3d8f387025 5,403 1.00/1.00 vMB 12
794,544 794,544 00000000000000000004782fbe393989c816d772f5270b9b2fa8a140d1b74499 4,352 1.00/1.00 vMB 15
794,543 794,543 00000000000000000001eb5652ae08811adb0f607e94d796f209af91665f2be1 2,428 1.00/1.00 vMB 25
794,542 794,542 00000000000000000003049c2a4a93bc14bf536192cb632b0a22423f137f184a 4,760 1.00/1.00 vMB 14
794,541 794,541 0000000000000000000198be524d0d3db92d63e0aa3f2e023a58f988eb9d1f97 1,507 1.00/1.00 vMB 23
794,540 794,540 000000000000000000030d5fb31a393df5f78838b82cbced260933cff67103a2 3,395 1.00/1.00 vMB 17
794,539 794,539 00000000000000000001418e6e70db1cd07ae9d9f8461f87a44b89234a85fa17 2,210 1.00/1.00 vMB 18
794,538 794,538 000000000000000000022d07ae3d369a48bbbe2272a320f7d119f1a5ee8324f3 3,056 1.00/1.00 vMB 27
794,537 794,537 00000000000000000005007a1d49436b2cfc1c01be41f13cac8cee50603ee20a 2,640 1.00/1.00 vMB 28
794,536 794,536 00000000000000000001016e26891d902ecaf2c7cc52e6902c0ab18c40c2fff4 5,069 1.00/1.00 vMB 11
794,535 794,535 000000000000000000015d2b7533a35be16ddaddbc06bfcdec9dbc56080e0017 5,036 1.00/1.00 vMB 15
794,534 794,534 00000000000000000004a164852a224414c89453a1503a01628b9d95a2696a3f 4,574 1.00/1.00 vMB 12
794,533 794,533 0000000000000000000437fc3765a3685b4dc7e2568221ef73a6642bc3ce09fb 3,861 1.00/1.00 vMB 16
794,532 794,532 00000000000000000000d61c7e4ae341d9953b062f1f73043834263e5fa02a28 1,975 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.