Loading Tool

Explorer IconExplorer

Memory Pool

73,374 transactions
27.16 vMB
0.06163128 BTC
Random Selection Loading Transactions
Max Size: 165.90/200 MB

Candidate Block

Mining Attempt 2f8a66f0aebfe664c42c6664039037596eea5285c32dc9919168882869a6f14c
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dd74c2f328ad26b8c56132265e81210cceb80a9acd0dbed2f574dc0851d933eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.00394162 BTC
Feerates: 14.05 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (401,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,396 513,396 00000000000000000048dbc689ce71e0dae6358149464dae274f4e57355bc56a 1,047 1.00/1.00 vMB 32
513,395 513,395 000000000000000000014ec5514595d415d16706d2629a0bc4792f85d0e0b07a 2,282 0.99/1.00 vMB 49
513,394 513,394 0000000000000000000ded73cc3c1a5fe1b4c66532c6b067cb1970e097667797 1,212 1.00/1.00 vMB 13
513,393 513,393 0000000000000000002dcf6d09c0009149ed2ad02c23cbd82a35f68fabf8107d 2,817 1.00/1.00 vMB 64
513,392 513,392 0000000000000000001b2a4e81d2adce7142072ebf11167a5547faab28b09c48 1,708 1.00/1.00 vMB 31
513,391 513,391 00000000000000000046ecad0615beebfac4672f26a9777d394045fbd13454c7 1,473 1.00/1.00 vMB 22
513,390 513,390 0000000000000000000373822cfa5ef5eacc164759c70dd070d28672f5e9c5da 2,185 1.00/1.00 vMB 41
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
Previous 10 blocks ↓
Total Size: 782.93 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: 714.62 GB
    • Received: 17.57 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.