Loading Tool

Explorer IconExplorer

Memory Pool

51,504 transactions
29.35 vMB
0.10682737 BTC
Random Selection Loading Transactions
Max Size: 156.52/200 MB

Candidate Block

Mining Attempt 5eaa72fdfa2a825645a8c62bde63b33641834667eded7eaf2f2a1b0ba7ae2452
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 42d264503b5a2ecc6475ea213b5ccdf701643a644172ff12c8bceae017302802
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,999
Size: 1.00 vMB
Total Fees: 0.02807698 BTC
Feerates: 79.63 > 2.81 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (704,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,714 209,714 00000000000001ba64fe54087bc54348294b45483fd765f074d7075e6d854275 132 0.05/1.00 vMB 119
209,713 209,713 00000000000004d777bdaf9a9a09f6d64058447e7435800d461f94f9b1dbf33d 296 0.13/1.00 vMB 190
209,712 209,712 00000000000001f2750000acb9d3716acbf58308d32c2ac017f3de6803e3a57e 144 0.05/1.00 vMB 98
209,711 209,711 000000000000045a2a195decb8d76db28002bcd6c3df8b86f3d76887b021214d 222 0.08/1.00 vMB 141
209,710 209,710 00000000000001e216d648938b13c314a2a6c9aaf40e0c6ff5295b326febc0f3 240 0.12/1.00 vMB 177
209,709 209,709 0000000000000241df6f73531158a3fe6869cdb4bc62bf691e67c2e1e39f0c80 451 0.17/1.00 vMB 186
209,708 209,708 00000000000000fda714446bcd3efb6e43d383270e724d32af4b4178303ae0d5 393 0.15/1.00 vMB 193
209,707 209,707 00000000000001f48716642573784e17260603c83aa53da2ae90602dc298b510 698 0.46/1.00 vMB 54
209,706 209,706 00000000000000a00b7440fd4970f7fde434a8b551cb446bcd880fb8fe367da1 150 0.17/1.00 vMB 81
209,705 209,705 00000000000000e9328af01c48d152212bc96c75047aebed38c7506f020e9e14 66 0.03/1.00 vMB 171
209,704 209,704 00000000000000483af8b5252d33b8c3df3d758514671169d4aaa9299f8f6b45 321 0.14/1.00 vMB 175
209,703 209,703 000000000000028a56c21a685bf410268aa41f4eb215242a337943c44322c2d7 552 0.25/1.00 vMB 188
209,702 209,702 000000000000012c43d3d92716ebf1ea933a0cd7e0d0bf2b2af61d18c04511b8 1,366 0.45/1.00 vMB 88
209,701 209,701 00000000000000722309e2e4494a908f141c6af1fbb21428a59d1fff253f4327 182 0.06/1.00 vMB 107
209,700 209,700 00000000000003c1950a7cef24ea12e16b5431fdaaab88d1d5906b1b2c81277a 504 0.20/1.00 vMB 190
209,699 209,699 000000000000042bee0afc7fa292d79e979311489c25e1a06b94b29a282d4cf2 26 0.01/1.00 vMB 253
209,698 209,698 0000000000000361948c540f7e655fe790dd9ed13ef8ec9e0251c1ec5e8a77d5 390 0.14/1.00 vMB 207
209,697 209,697 0000000000000235236172c8c423b82699a2fc1bb029eb3e17edbb1a7a16ba7b 271 0.17/1.00 vMB 139
209,696 209,696 0000000000000200fff24bf9bc66e551f55ce50900445fda8d5b8c87cb6673e5 322 0.19/1.00 vMB 129
209,695 209,695 000000000000028c22f3c380da55155885506f1206883bc6f73b640b455a91e1 732 0.25/1.00 vMB 327
209,694 209,694 00000000000000f6518dc3af80b6b7f629b0d32667e0c8557c84bc46a6b2a5a0 398 0.19/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 781.88 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: 645.07 GB
    • Received: 12.67 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.