Loading Tool

Explorer IconExplorer

Memory Pool

79,105 transactions
29.45 vMB
0.08385412 BTC
Random Selection Loading Transactions
Max Size: 180.07/200 MB

Candidate Block

Mining Attempt 482c5fbadaf6f10e87e2571235ef14e748fc3a4f6b505c07b6d0df6b373d84e6
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2adb12902d9059dbf2c17a8ab642a0d9cd0978f955325f68fb2d244976c3a72c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,348
Size: 1.00 vMB
Total Fees: 0.01911129 BTC
Feerates: 402.60 > 1.92 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (373,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,870 541,870 00000000000000000002053412692261e576b804090201b7f642fce09a669aca 1,290 0.42/1.00 vMB 16
541,869 541,869 000000000000000000228d705fe79e7e0c0993e5d3bcfcf8e6aa9bfd3c39ffcc 1,088 0.36/1.00 vMB 25
541,868 541,868 0000000000000000000d1978dbe3af825c4d90505db2f3430315262494f22ac1 815 0.25/1.00 vMB 14
541,867 541,867 000000000000000000163c20d0088c173215f673cf5d9e024b71c8c99499c5a9 439 0.15/1.00 vMB 21
541,866 541,866 00000000000000000017614172be252e0c08cb429c8e870b0f62a0c39b5a2d50 1,802 0.56/1.00 vMB 18
541,865 541,865 000000000000000000270625a672ffbdab677b056ed6e796bd09e78bd7d6efab 1,762 0.66/1.00 vMB 15
541,864 541,864 0000000000000000001f52629c23a48017229916c08e3c3d131d2ca15fab59a8 619 0.25/1.00 vMB 32
541,863 541,863 0000000000000000000fdf4901f9db7219b75e6e272a828cbe1dd0494d850f56 1 0.00/1.00 vMB 0
541,862 541,862 0000000000000000000f87a7c85cbe2b9d6a4b869a65cb5cf1c31df86880f287 2,031 0.68/1.00 vMB 17
541,861 541,861 0000000000000000000f5f82c2abadedc301b954db81ca951fe8d662f7fb2a58 6 0.00/1.00 vMB 7
541,860 541,860 00000000000000000001f666c73ce01f1cb71e367089310d843444cee73be879 385 0.11/1.00 vMB 22
541,859 541,859 0000000000000000000ad8119531ba2bf5c809133253fbd3a24ead75c4f3efd6 2,035 0.63/1.00 vMB 24
541,858 541,858 00000000000000000011d220a546436e0c6a2b21098a7eba80f0b5624db2d074 1,768 0.59/1.00 vMB 17
541,857 541,857 00000000000000000015d3b948cb805a08153cc11c5fee17e630b71b9096567f 2,912 0.84/1.00 vMB 15
541,856 541,856 00000000000000000008400469dc6e4bb9a62ad3aa6a6b4d4bde3b216e58d5d8 234 0.07/1.00 vMB 7
541,855 541,855 00000000000000000018fc2b82b83fa52329c81029423286d99e366e85f7f7c5 2,541 0.95/1.00 vMB 14
541,854 541,854 00000000000000000020e05f7af86481da521774bda89dadb99e4296e19f228f 2,658 1.00/1.00 vMB 17
541,853 541,853 00000000000000000019eb8838b34c0b2776369a57911726c2c89ab1f48a3ced 1,089 0.43/1.00 vMB 25
541,852 541,852 000000000000000000272b5fbcadae848a49421cc2879f6955e297949db9753c 1,111 0.49/1.00 vMB 11
541,851 541,851 00000000000000000002075e65c8b7c9591643c93c4c99a6fa82f441715deadb 431 0.15/1.00 vMB 32
541,850 541,850 00000000000000000021b1902f0127f0f2a18d8d7f9eed55643f33ce7342527c 1,748 0.69/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.95 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: 715.17 GB
    • Received: 17.66 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.