Loading Tool

Explorer IconExplorer

Memory Pool

80,415 transactions
30.43 vMB
0.09056172 BTC
Random Selection Loading Transactions
Max Size: 185.28/200 MB

Candidate Block

Mining Attempt c4b085add149a626d86d45adb77d567b8be62528690b6f6b03789b0dbbde2083
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 61254cac9da6948c4c0063e8f0bf12309fe99469cb0ec47395b9c6fed86edd05
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.02210783 BTC
Feerates: 200.89 > 2.22 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (401,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,389 513,389 000000000000000000218aefde6bd8758325f2a812ad15ee89a9b6a74f426878 1,306 1.00/1.00 vMB 6
513,388 513,388 0000000000000000003635027e598a376f0a4485f1c958d353872bfb2f271d40 2,596 1.00/1.00 vMB 46
513,387 513,387 0000000000000000004a4b3465f9b2f068e9d58a8451a7fc75df767bdacc1269 1,967 1.00/1.00 vMB 34
513,386 513,386 00000000000000000024f133172db5fde9d912fd5c745e98a036c6d3523a42f4 2,230 1.00/1.00 vMB 8
513,385 513,385 0000000000000000002ec8fd9e5cb3686a8b4d578b9454ec8a51ce1119b8404c 2,835 1.00/1.00 vMB 73
513,384 513,384 000000000000000000393e94fbaff1603c88efb5c1027be44c8dca8a312132c6 1,823 1.00/1.00 vMB 49
513,383 513,383 0000000000000000001732f184f920a93904799fa4ba10a8ea2b7f0ba074199f 484 1.00/1.00 vMB 9
513,382 513,382 0000000000000000003e06868464e28472046342494d00c96b5f1731f64ba413 2,206 1.00/1.00 vMB 41
513,381 513,381 00000000000000000017e3fe7f22c7c3cea846a7ee61e87ac4ee92d288b586b3 2,136 1.00/1.00 vMB 30
513,380 513,380 0000000000000000003a436b78267bef2cd3fe5b5a32f88571c62ead809f679d 1,472 1.00/1.00 vMB 19
513,379 513,379 0000000000000000004dfa048dcbf687c0cc37e429c4ee8a12312c2765e7a188 2,739 1.00/1.00 vMB 73
513,378 513,378 0000000000000000003863f3aa3f2b9b8d0ad90f053e52ec2664b7acc9b57910 2,590 1.00/1.00 vMB 63
513,377 513,377 00000000000000000010858efa4900d6abc2592a387abd0cb0c6b19a71513e1b 1,902 1.00/1.00 vMB 43
513,376 513,376 0000000000000000000e54b78c8a453844e8118e7147138020a5422ca9639d54 1,079 1.00/1.00 vMB 30
513,375 513,375 0000000000000000000ff32ebf748af31d5274ba68690462eccf40ba9b26e681 460 1.00/1.00 vMB 14
513,374 513,374 00000000000000000051f15d18ca753b43a1a582c163883228aa0b972c943884 1,838 1.00/1.00 vMB 19
513,373 513,373 00000000000000000025c1914a0bfc11aabeb90f1ff83c63878163e9e5e601e9 2,465 1.00/1.00 vMB 58
513,372 513,372 0000000000000000001354f6f773c6e452420c7d75b6a45f1ae8e904e8353550 2,248 1.00/1.00 vMB 59
513,371 513,371 0000000000000000002248653ac5bff0a0564dbc700bba4dc1ff22f508ce2423 3,201 1.00/1.00 vMB 60
513,370 513,370 000000000000000000005e9a2e39e406169081175ff9d5132427208829da43ef 2,595 1.00/1.00 vMB 114
513,369 513,369 0000000000000000001e54b22f08ca5857dfc8710814296b45161a8c87e9713c 1,522 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 783.05 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: 720.59 GB
    • Received: 18.20 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.