Loading Tool

Explorer IconExplorer

Memory Pool

73,230 transactions
28.21 vMB
0.07227322 BTC
Random Selection Loading Transactions
Max Size: 166.98/200 MB

Candidate Block

Mining Attempt 6d42ee5344b67c95b3d707ab6714f5a429bb54f772267c03c5444dc61f3c47ec
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root a346617cf311ae96364f6b415402d601d1f61311885f30dd9f8f6c0b0d26a3c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,161
Size: 1.00 vMB
Total Fees: 0.01587172 BTC
Feerates: 150.86 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (471,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,552 443,552 00000000000000000052b30c862312c4d430b21bf9f2826c562030f70c4b0b86 1,683 1.00/1.00 vMB 36
443,551 443,551 000000000000000002cb322a25cb0cdbe4d66a14b3ada9da97440cf982f6e348 2,199 1.00/1.00 vMB 65
443,550 443,550 0000000000000000009f5e8dbc8f8569efc54653f4bae1f78b62a53f07f7b405 1,952 1.00/1.00 vMB 50
443,549 443,549 000000000000000002629c01b19d332ddd97d0de640ce713e3c388e624825d96 2,220 1.00/1.00 vMB 65
443,548 443,548 000000000000000000fb28e197c9724ce07eea98ad6befca00bd32702af4b79a 2,097 1.00/1.00 vMB 80
443,547 443,547 000000000000000002141691711ebed877b32285a2b4fdb5667fedf0df00dc9c 1,483 1.00/1.00 vMB 78
443,546 443,546 00000000000000000100aa2e6310b0aa16fd8a3360ffd6b03590d3c9594b6550 1,092 1.00/1.00 vMB 65
443,545 443,545 0000000000000000008e57616d1179b9c8a9917fcd33b5595e5d0afa21caeab0 1,950 1.00/1.00 vMB 75
443,544 443,544 000000000000000003305899db15321d944f11ec9661714a4a1085280e051f1b 2,269 1.00/1.00 vMB 75
443,543 443,543 00000000000000000273054daac6aa95e61571840580515ad489431efc66e33e 2,399 1.00/1.00 vMB 80
443,542 443,542 000000000000000001a0703d366be9b60919e54da4fff99b6b41e0a5b46871d1 2,195 1.00/1.00 vMB 127
443,541 443,541 000000000000000002612ea9c4ba8172f79b9c1d4e3569a620ecabfa984b9f27 2,107 1.00/1.00 vMB 84
443,540 443,540 0000000000000000011b6542cbd403e2dfac57c672457f9614f41d815025989a 1,891 1.00/1.00 vMB 73
443,539 443,539 000000000000000002cbfe1a28bbcd85b96d208a2356c0a3c3b7314b4de43c90 2,238 1.00/1.00 vMB 85
443,538 443,538 0000000000000000017d7cb5a75541e61ae5a0a146cffed4fe9aeff8e38e62db 2,086 1.00/1.00 vMB 56
443,537 443,537 000000000000000001a29e0b1399f7f36dfb4ce91b7e773416e15f8d62c3513d 2,341 1.00/1.00 vMB 88
443,536 443,536 000000000000000002ab6932f995a21204a04673e06b96a8df6ddf7d67c1171e 2,104 1.00/1.00 vMB 64
443,535 443,535 0000000000000000017402dba62490d67c08bc6f72c8b799b89a5387195c1b34 2,494 1.00/1.00 vMB 79
443,534 443,534 00000000000000000217e20b4457ff0154546c56535ee5dcb082ef8dc1cd9ba3 2,469 1.00/1.00 vMB 81
443,533 443,533 0000000000000000032f5bf1c0040dcfb85ec38eaa1b552a024ec6ab9bc65f8d 2,211 1.00/1.00 vMB 78
443,532 443,532 00000000000000000302b17d926a63029b9f94033cb7b73de4cbd79dce5a79dd 2,825 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.