Loading Tool

Explorer IconExplorer

Memory Pool

81,057 transactions
30.29 vMB
0.07632877 BTC
Random Selection Loading Transactions
Max Size: 185.80/200 MB

Candidate Block

Mining Attempt 8ff28d459092c3ec77c5f4c50498232c6165d524c89188eba2d1315b29ab7ae3
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 1c89a361b27d8814e38e6e335d4cd00a56df333ab7de6f679b8e24272dc75700
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,832
Size: 1.00 vMB
Total Fees: 0.00893996 BTC
Feerates: 151.12 > 0.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (312,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,093 603,093 0000000000000000001133328969afc3676528d18aeb5069ee3d1c3f55dd3f48 2,887 1.00/1.00 vMB 31
603,092 603,092 00000000000000000012d6e6f49fe017c6e0aa8c8ab0dec7c8f1d4797c449139 3,133 0.88/1.00 vMB 13
603,091 603,091 00000000000000000010762cf9e2772e10ad7ae7f0afc633f6796a5576c4e9af 2,895 1.00/1.00 vMB 38
603,090 603,090 0000000000000000000eccd216f60d8387fb19b6107d52211b1681f1cfabfb1a 3,268 0.99/1.00 vMB 29
603,089 603,089 000000000000000000099e436f172e7f804565883f75f6f60bc65ab2d62d8b44 2,239 0.65/1.00 vMB 25
603,088 603,088 000000000000000000094d9a28defa785e4264d6cd6349a0cb73861089c8a625 2,052 0.59/1.00 vMB 25
603,087 603,087 00000000000000000001dea999a6bce179259c6354dd31c760423cddb4ca537b 240 0.11/1.00 vMB 35
603,086 603,086 000000000000000000052d8899ec7702c225035f26c5913103fc76d2631a1f90 1,668 0.49/1.00 vMB 11
603,085 603,085 00000000000000000000cacd1952955186f6092f1bc59397515208c05ad59df7 2,801 1.00/1.00 vMB 25
603,084 603,084 00000000000000000004aeb26e4f170a18434f7302cad92a5f08da9eb6de1811 2,912 1.00/1.00 vMB 37
603,083 603,083 00000000000000000014e765cabc8e829ab1fd4ab2ab57afa91b8de4184e8007 2,402 0.67/1.00 vMB 23
603,082 603,082 0000000000000000000b77ab2988bd956d6c068bdcdd39b051aa25dd6bf1dad0 2,987 0.88/1.00 vMB 22
603,081 603,081 0000000000000000000d89d7ca61a9e6c8da5364627899e41af210986c862891 2,206 1.00/1.00 vMB 27
603,080 603,080 00000000000000000014e39b58a77b456beee0b9bfed81c2e0a1e8f8a82d2f8d 2,509 0.99/1.00 vMB 18
603,079 603,079 0000000000000000000e187969ebdf24b910c5d9b9387b7b0bb7a66c7ff92c96 71 0.02/1.00 vMB 15
603,078 603,078 0000000000000000000b785f20209359fa8d997a62579b7e6d009132ab63b17b 2,276 0.87/1.00 vMB 20
603,077 603,077 00000000000000000010cee356b9e863267fe753eec11aa474a50235d3e4f462 2,447 0.97/1.00 vMB 12
603,076 603,076 00000000000000000004f790e93a247ddbcb4427788d08d4a1a2ae3f3b804129 3,030 1.00/1.00 vMB 35
603,075 603,075 00000000000000000008db9298e5e1933322230a5cbf8462b4c410c2d360c3f3 1,103 1.00/1.00 vMB 10
603,074 603,074 00000000000000000006dd9f6f5e30af01dc9ed3ed2fa492afc86263107a201f 300 0.96/1.00 vMB 2
603,073 603,073 000000000000000000140b1b72a8b84545017597d890e4a4431925921395f086 160 0.92/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.