Loading Tool

Explorer IconExplorer

Memory Pool

72,194 transactions
27.75 vMB
0.06986799 BTC
Random Selection Loading Transactions
Max Size: 167.91/200 MB

Candidate Block

Mining Attempt ede3f68f3e4e215d79b0e8b95ded70f6860995636b3b5292201275a51a9745f5
Version 20000000
Previous Block 000000000000000000016dffe7445c108bac746ebb89454ac2dea8afaeeb91d1
Merkle Root cce91cf240f50ad0c341315263b64a843d003fce4bd33d50c135f997f042c3d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,669
Size: 1.00 vMB
Total Fees: 0.00966832 BTC
Feerates: 298.50 > 0.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,452 (482,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,114 433,114 0000000000000000015068ab4d4f78bcb1ea9f3c02dc275b01f4cb7d5e2fda22 1,694 1.00/1.00 vMB 69
433,113 433,113 000000000000000004283a8654a342be9ecffebf20eadc006586a2ac1322807f 469 0.19/1.00 vMB 49
433,112 433,112 000000000000000000909593a609f934b5ebf45cbf87c7a8cdb33f6bcbcd5b47 1,095 0.95/1.00 vMB 26
433,111 433,111 000000000000000000bc81dcfa20ff62ae624791aae089dca766b26540d0adfa 1,396 1.00/1.00 vMB 34
433,110 433,110 000000000000000003267518444c9421f260c6af79cf57bc0fb7b53953c9ad0c 2,073 1.00/1.00 vMB 60
433,109 433,109 000000000000000001e2e15d2477bb942cb68f2cba510a7325f249a1253642f5 2,393 1.00/1.00 vMB 169
433,108 433,108 000000000000000001659d2b4de3edb4e6d28224b6b0e099cf00779652dcc837 1,788 1.00/1.00 vMB 53
433,107 433,107 000000000000000001c6bc0686237051d85775b4eade338e5e054e7a8703fc5a 2,072 1.00/1.00 vMB 66
433,106 433,106 000000000000000002a2e65ce296db9e950bcc73c363715b7ee0c5bb7f810a3a 2,341 1.00/1.00 vMB 62
433,105 433,105 0000000000000000001f26e7c8d7b0618ea13259fbb67c37f11fada82903cf66 2,245 1.00/1.00 vMB 75
433,104 433,104 0000000000000000000f026a3e4e8fef5dbe962268289429c19ffaa7920434d9 2,237 1.00/1.00 vMB 59
433,103 433,103 00000000000000000315c0ecc6844866bfe3976ca65ff160f3396b3562b777c4 1,106 1.00/1.00 vMB 67
433,102 433,102 00000000000000000288bf02497a3e7137aa630a2618fe45a4293cf9fb70318e 2,879 1.00/1.00 vMB 78
433,101 433,101 0000000000000000003e36121e7bc304caf3e86702a35451874744136de0b474 2,459 0.95/1.00 vMB 65
433,100 433,100 00000000000000000123e44d5450fef0b3f411e522f27b1fc32f9f04dbededd0 824 0.38/1.00 vMB 56
433,099 433,099 00000000000000000485b82204ffd169acb7f172f4d7ec34d4ddc7b48dcfac8c 1,150 0.59/1.00 vMB 57
433,098 433,098 0000000000000000029fc7e49bb8ca127d9400c9f6c98847fc8fd0f0a5be7a11 864 0.99/1.00 vMB 20
433,097 433,097 000000000000000000afecb0e1ffc8f1e509b4c09889dc7ff4873af441df21ef 302 0.19/1.00 vMB 48
433,096 433,096 0000000000000000045ff7a32edfb9a07ef47363a41753159a3b96b455412c03 451 0.19/1.00 vMB 62
433,095 433,095 0000000000000000013c3e4c201e1f35160220173aeb9f1b68cfa2bb306f9134 936 0.99/1.00 vMB 23
433,094 433,094 0000000000000000036d40b3edf17da8417a20162c75c0382e0ec0bb54c1c4b6 1,784 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 783.18 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: 750.46 GB
    • Received: 18.85 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.