Loading Tool

Explorer IconExplorer

Memory Pool

80,447 transactions
30.18 vMB
0.07421398 BTC
Random Selection Loading Transactions
Max Size: 184.98/200 MB

Candidate Block

Mining Attempt 0bd439834781c63fc7122c1bb093b5931bcc240476a60676388d2c037b286969
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root 06334d749a8cfe71e5c76b31d4cc1b7e2ecc8cd3e78f51415a2f101f8a7f875e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,661
Size: 1.00 vMB
Total Fees: 0.00699410 BTC
Feerates: 40.21 > 0.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (620,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
295,122 295,122 0000000000000000447aa4654a3fdf78bfe1e46f618d1f30a9d788223c443c4e 510 0.35/1.00 vMB 21
295,121 295,121 000000000000000063157c0540bf6512d35e7c7e1bb5dd50ceae380b1fd3d86d 1,025 0.35/1.00 vMB 57
295,120 295,120 0000000000000000a14fa3886dab73aab9e2abb6dc0c0d67424411f6b66b6cd8 177 0.17/1.00 vMB 16
295,119 295,119 000000000000000019f9245935394e2908bdee60b8402f7ae4beb0431ee076ea 512 0.20/1.00 vMB 54
295,118 295,118 000000000000000075be99be27f6a783775002d8b6d945314f11112e9964f518 240 0.18/1.00 vMB 30
295,117 295,117 000000000000000039d7e16c0961a64fb732436496d4ff19c32bc7478c5ae06b 853 0.56/1.00 vMB 26
295,116 295,116 00000000000000008e0bdec3cd67ed1f80c3f2d62f340f021ccbc37e0bc245c5 70 0.03/1.00 vMB 104
295,115 295,115 00000000000000006de801ec60049851be5c98d2906da3061d46aa3179a0d6ff 344 0.28/1.00 vMB 25
295,114 295,114 00000000000000004fc7822d69f877f8cc5a665c7e60cef82806b6836da07305 170 0.08/1.00 vMB 34
295,113 295,113 00000000000000005e50425811cbeea9b9cb2400c4c962aea24d7a9437a3b4f2 99 0.16/1.00 vMB 21
295,112 295,112 00000000000000000fc1c241cd4ea9197ce1421c84e02234b8d3f7ae07016b68 256 0.14/1.00 vMB 45
295,111 295,111 00000000000000001b1f0b0dc2bc0229f23880af06a12a1ae5224fec7cd753eb 81 0.08/1.00 vMB 19
295,110 295,110 0000000000000000574fd160bb6029aebd29bcb9595cfb89eeae003ef911df46 747 0.35/1.00 vMB 47
295,109 295,109 00000000000000004891d0a617b61eb11f654efdc8e042dc078a3ac1381088e6 15 0.01/1.00 vMB 49
295,108 295,108 0000000000000000b0fdb22b3abac8fbe0ef40b84c03b96e9dcaaf3a2babcc84 268 0.34/1.00 vMB 17
295,107 295,107 0000000000000000573ea13db08beee0e68277066fa7d94cd8c6fec3e0580eaf 488 0.35/1.00 vMB 34
295,106 295,106 0000000000000000733a289dd2c905e4cff691e476eca1a1c6b92e84b0c03c0d 170 0.08/1.00 vMB 49
295,105 295,105 00000000000000009c206ecb1333edbba97c1284ea0c2b6fdc51a5d3fddc709f 615 0.36/1.00 vMB 38
295,104 295,104 00000000000000000b59d43982b5f84e6709bdd0d9340de2aae1e1e5a8357566 457 0.27/1.00 vMB 37
295,103 295,103 000000000000000046404a00b7289929f95adb026d58745fa98f4ec97e07a80e 48 0.02/1.00 vMB 29
295,102 295,102 000000000000000065f5b738f14f615c615b09d27c0bf1484d1deb89bc709e47 99 0.07/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.01 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: 718.89 GB
    • Received: 17.99 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.