Loading Tool

Explorer IconExplorer

Memory Pool

31,708 transactions
24.95 vMB
0.06737836 BTC
Random Selection Loading Transactions
Max Size: 124.59/200 MB

Candidate Block

Mining Attempt 718c1bc6d5a1aec23320b619c39c3b12fa48dce7ebdfc664f360055de282231f
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 274e4f5cbf0bb9c31a6c9db58b532ca4fe15259b77b15fa81dd3ea905b0cad18
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.02181464 BTC
Feerates: 100.60 > 2.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (315,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,531 599,531 0000000000000000001074ee7087170899ecaa65488bda91321ce9728b16cf1c 3,024 1.00/1.00 vMB 22
599,530 599,530 00000000000000000007bb8276cc7eab7d70d332badb2c6142b8849aae320bc1 881 0.30/1.00 vMB 21
599,529 599,529 00000000000000000007f3064496fec77d48857875612e7174075a7a5681db30 1,068 0.33/1.00 vMB 2
599,528 599,528 00000000000000000009b41c1132c5c2de00f1fb9061db7014fc61669041320b 3,384 1.00/1.00 vMB 22
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
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 642.82 GB
    • Received: 12.55 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.