Loading Tool

Explorer IconExplorer

Memory Pool

87,264 transactions
32.86 vMB
0.13381352 BTC
Random Selection Loading Transactions
Max Size: 199.70/200 MB

Candidate Block

Mining Attempt 690a38ff6282ce25c6a7b57c05311dd525ba7d69e11a3ca07fa8d3f001cc4068
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 344eaecc8e4cc7386d3905fef2b1b8434bccca0cac190a499b60c4debbc6cb25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,735
Size: 1.00 vMB
Total Fees: 0.04832653 BTC
Feerates: 300.16 > 4.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (120,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,562 794,562 000000000000000000029b268767c25480befe5ecfda0a0b331d649f18df0a15 2,921 1.00/1.00 vMB 23
794,561 794,561 00000000000000000004e160df0a72484fca9a4b4c6ac937489b70b20d580d20 5,658 1.00/1.00 vMB 11
794,560 794,560 00000000000000000004c00332e901d1c2bae19960a9b7713e6892c91f2a7cb4 1,689 1.00/1.00 vMB 21
794,559 794,559 00000000000000000001b0f30948f55c9f52d4f2e12ef219a635db1f0cd5f3c8 5,169 1.00/1.00 vMB 14
794,558 794,558 00000000000000000000650c139098644df23fc58f31e3b2925f2e694aac8ed6 4,563 1.00/1.00 vMB 16
794,557 794,557 00000000000000000002ffe9538c13fd526849bf0f1830355ed47dfe10d7dd51 4,118 1.00/1.00 vMB 14
794,556 794,556 00000000000000000000103eff413109eba9ebb9a03d85e18aaeb708c675294c 2,358 1.00/1.00 vMB 21
794,555 794,555 0000000000000000000236a0e784f82891e9dca355c3a4148f24e604b7f11b48 2,700 1.00/1.00 vMB 19
794,554 794,554 00000000000000000002a09a8409ba3fea7d572f3f780a4094a21c199c963a82 1,961 1.00/1.00 vMB 32
794,553 794,553 000000000000000000017e34aaecdcce2b887dd2e45db7770ef0393c7029f13a 2,747 1.00/1.00 vMB 21
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
Previous 10 blocks ↓
Total Size: 782.76 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: 709.03 GB
    • Received: 16.84 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.