Loading Tool

Explorer IconExplorer

Memory Pool

41,564 transactions
26.09 vMB
0.05737206 BTC
Random Selection Loading Transactions
Max Size: 136.42/200 MB

Candidate Block

Mining Attempt 789b7f931c2ef2556ca8fc2fbdabd05c53fdd05a710ac5e46a0425368528440a
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 12b38c62ff918df11363a839a3b7f69fe1ca7bd3250c422660e3762217611727
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,479
Size: 1.00 vMB
Total Fees: 0.00980486 BTC
Feerates: 100.00 > 0.98 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (360,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,381 554,381 0000000000000000000ccbeebf788a7ab0014756c0130cc87691f11b9f2831d0 3,497 1.00/1.00 vMB 32
554,380 554,380 0000000000000000001d49c449d5288e69e3c3360e3455c40c9da985e3544e3a 2,622 1.00/1.00 vMB 56
554,379 554,379 0000000000000000000683c7e7d7446f3a93e6fe5a29bff53ccf23f1f500fde6 2,218 1.00/1.00 vMB 23
554,378 554,378 0000000000000000000d6829924666d0cf5d01150e8e2628a60a089bf28cff27 2,239 1.00/1.00 vMB 15
554,377 554,377 000000000000000000247b941736612a394400baf88ee875faf8c8a1753cc211 1,629 1.00/1.00 vMB 23
554,376 554,376 0000000000000000002a60334c0e9a311504d99fc98d914bc82b3aee07e9fe14 2,856 1.00/1.00 vMB 28
554,375 554,375 0000000000000000000dbe8bda34a2cc74a4076e94f3ede951b6ef5c1ffbcf56 3,082 1.00/1.00 vMB 42
554,374 554,374 00000000000000000028a0ff359a601042746e296b57c6ff296ecd275ab12d48 2,996 1.00/1.00 vMB 33
554,373 554,373 00000000000000000010091f141b0a06337eb99d16dbc09643abec28739ccfd3 3,174 0.99/1.00 vMB 42
554,372 554,372 000000000000000000202f6449bb9b41011d9b4da785de2ae4ac72a4f81963a6 2,324 1.00/1.00 vMB 55
554,371 554,371 00000000000000000031b6d205125fea7297b9207588fe85f4832a095bcc64c0 2,787 1.00/1.00 vMB 21
554,370 554,370 000000000000000000200106b4e0060424ab03ab9314943202807916047b8e39 2,799 1.00/1.00 vMB 23
554,369 554,369 00000000000000000022b2a8b1babc74374eaac617977ea73e2999a7bdab13f1 2,844 1.00/1.00 vMB 40
554,368 554,368 0000000000000000001cb876390c82b4f8e7d0b2f01cdd02de1b038899a35de9 3,143 1.00/1.00 vMB 55
554,367 554,367 0000000000000000003150dbd600c92340212766e5630d08d17752b0eb0330f7 2,729 1.00/1.00 vMB 38
554,366 554,366 000000000000000000033c4b36e4d53e5b21118c51fe7fee96a21be4c408d8ec 2,911 1.00/1.00 vMB 39
554,365 554,365 0000000000000000002b85ee221ee6076286ebf39e3f58cd8c75063a932ba1a0 2,954 1.00/1.00 vMB 47
554,364 554,364 000000000000000000190706c50ff5f595ceb0542f753357364a446b3c62212a 2,617 1.00/1.00 vMB 41
554,363 554,363 0000000000000000000420775dd50b53cfd56909ed4d2400fc1b7699f238b300 2,527 1.00/1.00 vMB 46
554,362 554,362 0000000000000000000acb51d3fd5ea61d571b9d8c342482b39524944d14c810 1,665 1.00/1.00 vMB 49
554,361 554,361 000000000000000000195be45dbdb70f829a308325478bf58b929bdfcdbc5b9d 1,368 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.20 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: 653.95 GB
    • Received: 14.06 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.