Loading Tool

Explorer IconExplorer

Memory Pool

35,770 transactions
25.94 vMB
0.06484446 BTC
Random Selection Loading Transactions
Max Size: 132.30/200 MB

Candidate Block

Mining Attempt d5a494fca6209f0d59f1e0072778d750c0e123368901c7a3bc0a6c252e4973d8
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root f921b405e6b10e49d343197c7316ad8fab38d9c028c262235a9598f922ef1bdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,814
Size: 1.00 vMB
Total Fees: 0.01717559 BTC
Feerates: 152.71 > 1.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (315,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,527 599,527 00000000000000000009a753d248a4c6372ad95c4cb314eba2aa123eda1e1d44 1,106 0.60/1.00 vMB 1
599,526 599,526 0000000000000000000816e0a6aa66b72cc9f7b843cb4bc68e952a30bf9a87df 1,683 1.00/1.00 vMB 2
599,525 599,525 0000000000000000000c8d5935fa122350620cd149fb66d7f1071b3e50ec2cc9 1,380 1.00/1.00 vMB 6
599,524 599,524 000000000000000000130a34f2d45e1a1a697f7c15023214198520b75bbb6c56 2,603 1.00/1.00 vMB 9
599,523 599,523 000000000000000000148e7f6de6a09328fcd1e4dc7741fbf00de1ea25af5185 3,122 1.00/1.00 vMB 16
599,522 599,522 0000000000000000000a0f3b3a483ae4a8521143f18cee444239eab5769b27ad 3,093 1.00/1.00 vMB 26
599,521 599,521 0000000000000000000a064bdcc32518226b16a1798a73cb212c03028f444efb 2,979 1.00/1.00 vMB 33
599,520 599,520 0000000000000000000d5ea9dcd634332c7889f5d7783b1eef5d1dccfd33d3a5 3,010 1.00/1.00 vMB 20
599,519 599,519 0000000000000000000da76bc63874d63387e17921e3d794edca255a62df4fec 2,675 1.00/1.00 vMB 12
599,518 599,518 0000000000000000000e438ea97510bf2f436e70abf910b321578855d790038f 2,408 1.00/1.00 vMB 17
599,517 599,517 0000000000000000000233a07e732e97d5508a937b48cf91ace806ee9dc964dc 2,990 1.00/1.00 vMB 20
599,516 599,516 0000000000000000000f1aa41ba6c8f21b44136f08985c89e714b1f3cd557520 3,085 1.00/1.00 vMB 13
599,515 599,515 0000000000000000000f757b4214e3db69aa71aa72456009fc87abe1fa4b81da 2,741 1.00/1.00 vMB 17
599,514 599,514 0000000000000000000362e77833aa0b2943d7aa3b60fcef1780dc874dd925b8 3,372 1.00/1.00 vMB 32
599,513 599,513 0000000000000000000f8d462be583df1466e0a10883d4273c2a7f9de121818c 2,650 1.00/1.00 vMB 16
599,512 599,512 00000000000000000013e536488ef22f7eb8a2c7e990fe7aee893df847c973f2 2,693 1.00/1.00 vMB 18
599,511 599,511 000000000000000000056a1559fb5466841c399e25bbacd90e2ac46f37eeca51 1,952 1.00/1.00 vMB 21
599,510 599,510 00000000000000000013c3e702fa6d7dec00ab492c8c8b6408d0898929b014e9 3,486 1.00/1.00 vMB 31
599,509 599,509 000000000000000000093b82a96fc66f5d71005e7b09bc4149b468eeaa13e1fe 3,229 1.00/1.00 vMB 32
599,508 599,508 00000000000000000009826077b18fde7070f38d995ac873e45dd47c3757a558 2,574 1.00/1.00 vMB 28
599,507 599,507 0000000000000000000030b9d0f45ae7709dbefceb8cbbcf326a4f8eb940b97d 3,385 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.