Loading Tool

Explorer IconExplorer

Memory Pool

39,541 transactions
26.19 vMB
0.05254610 BTC
Random Selection Loading Transactions
Max Size: 136.49/200 MB

Candidate Block

Mining Attempt edc4422b17c6b27c1afa3b06d99df4eb0c4f81509d3eb4d62e3c2fed0bbdf024
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 4afd5179169bbcf6c330ab431062087c017bef8d145deb8bc5e854a8f4d5bccf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,670
Size: 1.00 vMB
Total Fees: 0.00466777 BTC
Feerates: 100.00 > 0.47 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (728,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,403 186,403 0000000000000075d92a90ee0ed692eebeb3e1fe7978ffece27c08dd2c115332 12 0.00/1.00 vMB 14
186,402 186,402 00000000000007c313e8032733eca2bc9562abc6163f000c55e46df22aecc2d1 150 0.05/1.00 vMB 157
186,401 186,401 000000000000048d1d9988c67289c24ad8eb39a572f9cc73aeb61bc9870b85ff 548 0.25/1.00 vMB 213
186,400 186,400 00000000000002cdef80e2a76c33b09d1ce9152e0a5914945f4e35ff9b148454 182 0.06/1.00 vMB 56
186,399 186,399 00000000000004067c80df21ace8aad9338f3682742e8f005a8b48a657dcfda0 316 0.09/1.00 vMB 155
186,398 186,398 000000000000070ee17292ccb816dff7ef0b2bfc8fcb97faba6d24cd83e5f7f7 32 0.01/1.00 vMB 282
186,397 186,397 00000000000009345ad4b9d1ecd2092d94539ff3442bc8cb255e6fa38f6a5587 140 0.06/1.00 vMB 110
186,396 186,396 0000000000000294a4a0485cda5ed0db68a168748f494e1f0ed23db2a0779b1b 60 0.02/1.00 vMB 41
186,395 186,395 000000000000026440212ea53f75349e52acc7ec8d0db99002c138a6a6568d15 43 0.03/1.00 vMB 62
186,394 186,394 0000000000000361933ba5371a7c5568c7f4fc71e41699454c51ed6a42a38fc7 33 0.02/1.00 vMB 62
186,393 186,393 0000000000000046dfdcd2c5090151acd3ff9d597ebd2e8c96282201819c914e 458 0.16/1.00 vMB 140
186,392 186,392 0000000000000354862a67a30734b496625004ffa079f33d147cc7e9f72524d5 42 0.03/1.00 vMB 95
186,391 186,391 000000000000051a361c0ae7aac5c76f49245dea6ae27221c162b14addb44d87 39 0.08/1.00 vMB 57
186,390 186,390 000000000000019ad6cb222d7e8f575ded9a9b21518bada599dc212e28f56e9f 107 0.05/1.00 vMB 145
186,389 186,389 000000000000004ecb55346f61a15af57bc5af4387196cf84d28300cba975864 1 0.00/1.00 vMB 0
186,388 186,388 000000000000074e6b365a420bfcb69c9d09068208c83538502ea129147ef2e2 508 0.18/1.00 vMB 153
186,387 186,387 00000000000008171b1f9e16d7a42c7f5571a8067573fadc76a9f5f993aa4a46 118 0.05/1.00 vMB 109
186,386 186,386 00000000000008a775de8b9c22be28bfd453ca08f48b63f2a61f5195117dde6c 216 0.06/1.00 vMB 140
186,385 186,385 0000000000000070640377be3dabeb490e17f6a21661a6d49cfc4b212f7aaebe 307 0.12/1.00 vMB 110
186,384 186,384 00000000000000452d894c5e17151cf8fe0f5b128f51184b6c7e888e7ef0cd9a 181 0.08/1.00 vMB 85
186,383 186,383 000000000000027884effdca1a2844a4f46c771a5c80440964e0b4ad14a224c8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.