Loading Tool

Explorer IconExplorer

Memory Pool

73,228 transactions
27.00 vMB
0.06070340 BTC
Random Selection Loading Transactions
Max Size: 164.92/200 MB

Candidate Block

Mining Attempt 66d10f4d7a37cd5c223120e3c0bdaa2aba54f505cd651d826bd5c07ffdc2e7a6
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 6979e31af83ab01fae8ed5f021e5975bca80ba6ceb71e6d0d090d8d21aa6c0ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.00355990 BTC
Feerates: 60.13 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (532,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,308 383,308 00000000000000000b143d25e9512eec43322fc1c6995d8423956cc40f755475 810 0.36/1.00 vMB 35
383,307 383,307 00000000000000000cd9841748a089f7f350cc8e7f921a8e5855319692942526 879 0.43/1.00 vMB 31
383,306 383,306 00000000000000000ac06175f646b8da81bd1e5a0ae8fd8b0bab1f60be6a7304 468 0.24/1.00 vMB 43
383,305 383,305 0000000000000000070be339c0db001e2f05e28984f6cdf2332a1e237ab0ab91 613 0.67/1.00 vMB 18
383,304 383,304 000000000000000005380d7ebc7a90d25fc1996007b2f5d34c6a11161efa4ac3 1 0.00/1.00 vMB 0
383,303 383,303 000000000000000008c1c43a4fc16e26f15e1b209ad0fdc7210ceef8abae755b 1,515 0.91/1.00 vMB 35
383,302 383,302 00000000000000000027b9f21940816e6100045fc88bd39ac684f2c3cda2c2a4 447 0.39/1.00 vMB 16
383,301 383,301 000000000000000005846fae2e464cc52af24a7330887aaf9d7d101c8325419a 1,577 0.76/1.00 vMB 35
383,300 383,300 000000000000000004afb2f47d289731542197ff52972acbea4176e8c5eb1381 625 0.52/1.00 vMB 16
383,299 383,299 0000000000000000078cdba4cf7cbe6044b833af7e1ce174a35dfd11367e6170 2,005 1.00/1.00 vMB 31
383,298 383,298 000000000000000002cd4d402c0d9b6403d8a88fee9ed410d7c68effb94781bb 2,196 0.95/1.00 vMB 32
383,297 383,297 000000000000000000032ddbfcde54cb93f0147444ad317d6cdd7195ab985a41 1,965 0.93/1.00 vMB 30
383,296 383,296 00000000000000000e6ace4c9e0f1d91d205744ee2ae6c4ef15b41dfff63c302 2,477 0.75/1.00 vMB 54
383,295 383,295 000000000000000006d4324808f9bc9c98dc1068cbda978f48743e95e875f915 107 0.05/1.00 vMB 80
383,294 383,294 00000000000000000ca64b931254dc16f9dcc57872594bf5ae4a9945ce683a1e 1,539 0.98/1.00 vMB 61
383,293 383,293 000000000000000007e27e671cf1c36d3da92c0cb323b01e9938eefcc3dddf61 1,761 0.99/1.00 vMB 23
383,292 383,292 000000000000000005df7ef7856c0694a6f093a92db296ff32ae37e7d23e5af2 2,473 0.93/1.00 vMB 52
383,291 383,291 000000000000000008b92da4fcb1a9c7737629534bf740405b9a1e22b5698666 1,382 0.82/1.00 vMB 27
383,290 383,290 000000000000000002f3d571ec2f5c59eeea7547671ed0a41d8ec0a8af2bbeb8 403 0.20/1.00 vMB 29
383,289 383,289 00000000000000000e78a5383b765a23b77098a9ad82c7b595fa06ade26ff7e4 570 0.29/1.00 vMB 28
383,288 383,288 000000000000000001a75f0e04a75e0719f5deccfa21cc78a87cc8640883ac69 190 0.37/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.94 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: 714.95 GB
    • Received: 17.63 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.