Loading Tool

Explorer IconExplorer

Memory Pool

79,063 transactions
29.95 vMB
0.08107185 BTC
Random Selection Loading Transactions
Max Size: 182.79/200 MB

Candidate Block

Mining Attempt 2fa1e6397ffb81f8a3048752e6f198e1c1635aa9b4cc810fc91068d9f5485e7b
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root 55ccf12d5948f37ddcd6fe3a2fb2d3446a8a48f6b5eba907d30576cc0ea9d96f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,406
Size: 1.00 vMB
Total Fees: 0.01452092 BTC
Feerates: 300.83 > 1.46 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (467,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,063 448,063 0000000000000000030bca0b370f1c76e347b4889c37a0ca1b11a3d293b88ecb 1,734 0.80/1.00 vMB 79
448,062 448,062 0000000000000000014f9c79f68269bfdb3e1ee35422e87945d41ecb14a34f97 180 0.09/1.00 vMB 84
448,061 448,061 00000000000000000130c6b9ce87797578e88d202925aad69e8146e4ccf0761d 221 0.11/1.00 vMB 79
448,060 448,060 000000000000000002a2eec4301bdc99aa2579ba02ab8c2becb26daed280ec66 1,302 1.00/1.00 vMB 36
448,059 448,059 000000000000000000487a31561adb7a5e9b35f447a2447e79366669418690ff 1,048 1.00/1.00 vMB 44
448,058 448,058 000000000000000000352223b7cf3245fb06b7adc5196c9b3e0b99c51b23d918 283 1.00/1.00 vMB 17
448,057 448,057 000000000000000000fa27d79b234b121472f6d5ca2ce790511b23a7d9368c0d 2,019 1.00/1.00 vMB 61
448,056 448,056 00000000000000000081879e70163187e21681cae89bb1d065d357c0df5c29f3 2,415 1.00/1.00 vMB 90
448,055 448,055 000000000000000001a502e3bd2c3e0553bfa2babf983bfcfb934e9894dc2d2c 2,327 1.00/1.00 vMB 90
448,054 448,054 0000000000000000005b7dce97d6277c3d3b8f9958e0e76f75d6921e88249edf 1,581 1.00/1.00 vMB 64
448,053 448,053 0000000000000000015fb386673b0af29c13c4c761e8c3ed66c37fe93d04b45b 2,139 1.00/1.00 vMB 77
448,052 448,052 00000000000000000034df9c785745c91901243e78a7d1661783f65f3914e4c6 2,601 1.00/1.00 vMB 95
448,051 448,051 00000000000000000185fc5f7539baf8ddb0999bfc1f023d5c1a808aee69ed8a 1,296 1.00/1.00 vMB 50
448,050 448,050 0000000000000000032dfd023444fc22eeaa9f67c48c97dc995ddd3cce64cfe2 1,234 0.99/1.00 vMB 34
448,049 448,049 000000000000000003037ee3b5769b8de311e962f1a628e602d647a2f0239979 1,651 1.00/1.00 vMB 38
448,048 448,048 00000000000000000302d3b3de3cd6fe524b1597030a23e17288023df92a782f 2,491 1.00/1.00 vMB 85
448,047 448,047 00000000000000000002ab40b8a7d26517015ee5489ecf61f763cc154d923b19 1,864 1.00/1.00 vMB 64
448,046 448,046 000000000000000000ab35f62ef2eaf3af0b2654708c2914a577bf13e123e10e 2,253 1.00/1.00 vMB 77
448,045 448,045 000000000000000001807ac044152785d60bc05eed2707001c669fab2a5a5128 1,958 1.00/1.00 vMB 52
448,044 448,044 00000000000000000000053d3dfcc6d5bdf653567672b3e3771c54a36b0cd088 1,908 1.00/1.00 vMB 68
448,043 448,043 0000000000000000020436a82486275b08dd40942a56d8c1c20b3b2e80a47700 1,439 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 720.92 GB
    • Received: 18.31 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.