Loading Tool

Explorer IconExplorer

Memory Pool

72,542 transactions
27.51 vMB
0.06470396 BTC
Random Selection Loading Transactions
Max Size: 166.94/200 MB

Candidate Block

Mining Attempt 278a9941515c2f854b54f3e57f64419ab34fb77abc19891ecde4ce57f074009a
Version 20000000
Previous Block 000000000000000000001be99c5d13761820acd7b6d30d62ebad6cb236e61063
Merkle Root 46349498b4aebb162921614c58ed81d336a878c01e3a4e38c2095f8f4f16c72a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,628
Size: 1.00 vMB
Total Fees: 0.00524124 BTC
Feerates: 40.21 > 0.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,556 (886,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
28,933 28,933 000000007af4ced9dca06305eda1cbcec8a514b191e1d785b169fb57382ee8ca 1 0.00/1.00 vMB 0
28,932 28,932 000000007d00ad4b2e6564a6e1645077e2d0b7a1b07a9b73a7e557be398c543a 1 0.00/1.00 vMB 0
28,931 28,931 000000008afab7bd892ae3458b5c4431767d7ac140f1b1c51960b2f9e455e51d 1 0.00/1.00 vMB 0
28,930 28,930 000000001990f0dd5d20b608101b9d615c0c60244eca04a90bc123e2f1d032ca 1 0.00/1.00 vMB 0
28,929 28,929 00000000c634fbb1a5b85154cf5eb782546d9d4801a3e701e11a5102c6e3c46a 1 0.00/1.00 vMB 0
28,928 28,928 00000000580af9fa98aef20adb9308d1d9386c59b1c987aa99de7c52618595e2 1 0.00/1.00 vMB 0
28,927 28,927 00000000beb4973e57fa5acce781ee1ca58f957b37fb689c6e81f8471543a792 1 0.00/1.00 vMB 0
28,926 28,926 00000000ca37db1620c8315a6f8ff1d11bdc48ee9670335533d61f3d55e330e7 1 0.00/1.00 vMB 0
28,925 28,925 0000000038bed7d83362a4f1cbb53eb72e66923f0b10ac94f4bb9b5c0f884ae9 1 0.00/1.00 vMB 0
28,924 28,924 000000004cfbef16b140bdf22f809fd6a9fdce02e83302dfa42884b7b42a1e7c 1 0.00/1.00 vMB 0
28,923 28,923 00000000b835bd8634cff45e110f222c2f333f64de0fd3241535d29ff06e55b8 1 0.00/1.00 vMB 0
28,922 28,922 00000000655fae7751531292665f9127097673e422082f9ae29ad307d8075cfe 1 0.00/1.00 vMB 0
28,921 28,921 000000009cf6d594dcd9f2dbef01bd0d95da2c73d82303043f1d3f2859ac94ce 1 0.00/1.00 vMB 0
28,920 28,920 0000000098462049ba3dc8db66d73ea7a00de0e0995d17b82a0f753f8a2ca79c 1 0.00/1.00 vMB 0
28,919 28,919 000000003d68658f9cbf10dc4fce36727332ea8f64a25fcb75c72a52a0d187c2 1 0.00/1.00 vMB 0
28,918 28,918 00000000e5e15197b29119e6944a3f3de7c0bec23e24df471d9841ddf632ffa2 1 0.00/1.00 vMB 0
28,917 28,917 00000000a6bbfb2b792645ea1d9842e98e113eaa5afa53329178853bf2fe2d54 1 0.00/1.00 vMB 0
28,916 28,916 000000006b5916641fc0f1004eed10506815f69091cbf17fd9d62bdf31add2aa 1 0.00/1.00 vMB 0
28,915 28,915 00000000a4f989242696ed56fe3ce7b857f1c47971968815d3087ab20d5774e0 1 0.00/1.00 vMB 0
28,914 28,914 00000000892571969d542dc56ed6e160bc940698dee1159ae64e0251de08846d 1 0.00/1.00 vMB 0
28,913 28,913 0000000048f3a6cc1515a41ba2751c4232b004cda1423142b3cfe8d43b494fba 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.36 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: 768.36 GB
    • Received: 19.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.