Loading Tool

Explorer IconExplorer

Memory Pool

60,614 transactions
29.46 vMB
0.06522288 BTC
Random Selection Loading Transactions
Max Size: 163.83/200 MB

Candidate Block

Mining Attempt 58cc6cf6c148ea3fbbfcc30dfbdb9d5741d08007193e334ea17c370867328289
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root a8cf6c2f8ca023e26cc12a765e6b3b45f49bde142dcb5772bad66f2138abae91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,642
Size: 1.00 vMB
Total Fees: 0.00873863 BTC
Feerates: 150.93 > 0.88 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (328,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,962 585,962 00000000000000000002656991c92a01222f420d5429c4d9c51598cd922c5280 2,518 1.00/1.00 vMB 76
585,961 585,961 0000000000000000001556d95b32fb04ba97425baad5aff59ee17c5a06d3e286 3,181 1.00/1.00 vMB 72
585,960 585,960 0000000000000000000f4dd8794a3f615271dd0b5f769208f2c8c734c0555bc9 2,237 1.00/1.00 vMB 57
585,959 585,959 00000000000000000003e9af6e3ba3b52217138aea729a61cf3f6afc375629c8 3,176 1.00/1.00 vMB 63
585,958 585,958 00000000000000000014d4ca4b5fa82dd3153ed2972daf23061cd5fd05cf8a66 2,600 1.00/1.00 vMB 55
585,957 585,957 000000000000000000150811958eceb85658d688250b67364144426fc39302ca 3,014 1.00/1.00 vMB 65
585,956 585,956 00000000000000000004bc0d7e5ec7955a0c8613ca3c90eca9dc5bbf3a697b15 2,749 1.00/1.00 vMB 69
585,955 585,955 0000000000000000001b4657cfd7852a3f6cfb22944d5cd0fac080dfce8f47f1 3,001 1.00/1.00 vMB 103
585,954 585,954 0000000000000000001b5454ffecc21d64a046618b51d2b70400e5e2f51bbef1 2,469 1.00/1.00 vMB 66
585,953 585,953 000000000000000000117de0422e8856845965fc8a006a206254855b1b3baa64 2,484 1.00/1.00 vMB 51
585,952 585,952 00000000000000000009b0e1deea4ec52fd8171b3a7dfad211216480e72a6cc9 2,291 1.00/1.00 vMB 49
585,951 585,951 00000000000000000007f4bda167797b7aefa5e64dfc50c47c8259a97fbb048a 2,328 1.00/1.00 vMB 54
585,950 585,950 0000000000000000000588e1578a8748de57b2317423d8099cb8c3d2afd96033 3,044 1.00/1.00 vMB 73
585,949 585,949 00000000000000000003ecefcc5cd2a5614e2edbe3da3ae532fcfb55957589f7 2,857 1.00/1.00 vMB 73
585,948 585,948 0000000000000000001a99ba9fe4dd93b6921a03236e953091279cfa46930d36 1,963 1.00/1.00 vMB 55
585,947 585,947 0000000000000000001ee55ac85ad85e79e321d4a5f56fbcac719427a7250d76 2,597 1.00/1.00 vMB 52
585,946 585,946 000000000000000000057c81d2bba8e408cd2dcc986fcd0381686ab2354ec3dd 2,471 1.00/1.00 vMB 76
585,945 585,945 00000000000000000014505893f6f13baf3b8cbdf27cf1c69c3baefb2d5b1eb4 2,638 1.00/1.00 vMB 79
585,944 585,944 0000000000000000000f7fba04c5e7fc3f33dbc3189b7d80eae99744d8347944 646 1.00/1.00 vMB 47
585,943 585,943 000000000000000000116b028d862058fe0f505251b7d3253f3fa0f0457aae85 1,828 1.00/1.00 vMB 56
585,942 585,942 0000000000000000000962c9fed5cb43ebb0a93055300d59123ee564b1ce889d 2,816 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.