Loading Tool

Explorer IconExplorer

Memory Pool

42,560 transactions
26.11 vMB
0.05101528 BTC
Random Selection Loading Transactions
Max Size: 137.22/200 MB

Candidate Block

Mining Attempt f008a5ab51978e2133a7def504b67cc54bd87ee539c2e73359426e63e7e5f847
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root fd4cfed36e7a35c61dd16e5c35beb7859fb618b41c4ca744820a7fda86f21a98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,221
Size: 1.00 vMB
Total Fees: 0.00348598 BTC
Feerates: 77.76 > 0.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (313,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,819 600,819 00000000000000000013ca001004a8332d2c634e315b53b527a93b90f081762e 2,508 1.00/1.00 vMB 24
600,818 600,818 00000000000000000002de9a31887ab53e15dc46ff0a50caef48d5ec8f0d03d7 1,182 0.31/1.00 vMB 15
600,817 600,817 0000000000000000000cc0eed985179b6605bb2d96dcea502522014c323f76cb 328 0.11/1.00 vMB 24
600,816 600,816 000000000000000000082cf2e714fe978bd0ebf4f5b49c114e2f5f6967526411 1,313 0.44/1.00 vMB 17
600,815 600,815 0000000000000000000f65c2732796df574dc3e685a1122c8ea3fe28d3db1fea 1,156 0.37/1.00 vMB 21
600,814 600,814 0000000000000000000dc0c3ee0473cc4472fdaab63bcf9aef10aa2537ac9b76 2,611 0.80/1.00 vMB 14
600,813 600,813 00000000000000000009bdf1ecd34d23c47e6213b52adae7662666b20aba95aa 2,403 1.00/1.00 vMB 10
600,812 600,812 000000000000000000092ea35e2c134eec3632e64eea7f8ef3546a980ec1009d 3,015 1.00/1.00 vMB 31
600,811 600,811 0000000000000000000d652854e2e6e8a96fc97c258593281b5d58e25de36b00 149 0.04/1.00 vMB 11
600,810 600,810 000000000000000000116bacb405722d42bac52164a4bbe8b505633b8c5f387e 2,182 0.91/1.00 vMB 19
600,809 600,809 0000000000000000000d63bfb24fffbe48f307600498b9e712b6f6b583fcc153 2,114 0.70/1.00 vMB 3
600,808 600,808 00000000000000000004a01480651f80fe1c8cc169e1939ce77ce0c82b946c27 2,055 1.00/1.00 vMB 10
600,807 600,807 00000000000000000001f4c4e6b4760dac412a1caa2c8ee3118a771858f65439 2,431 1.00/1.00 vMB 26
600,806 600,806 00000000000000000009e01cc9aff224d1a8414cb0628448c007bb9b7d21aacf 3,058 1.00/1.00 vMB 16
600,805 600,805 00000000000000000013dfed2660f4bbd026824fb541d3debc4e6d3286ce1824 3,160 1.00/1.00 vMB 39
600,804 600,804 000000000000000000119cf9e549b7c7416d94e01ccdde148aa02df49bfd9a88 2,424 1.00/1.00 vMB 10
600,803 600,803 000000000000000000115cb9d08c5f520d6372494fb57c1a2d751b38c9ed3bd4 2,400 1.00/1.00 vMB 21
600,802 600,802 00000000000000000011bfbcdb273a728a5c326ac45ad646a1fde05cae169641 1,229 1.00/1.00 vMB 23
600,801 600,801 0000000000000000000314ef433f73a20b5809aebf54612f4dabe597d74a5ec7 3,015 1.00/1.00 vMB 57
600,800 600,800 0000000000000000000331a6c73f977eda7765360d79daf5062acd95ea5ebb6a 234 0.07/1.00 vMB 23
600,799 600,799 000000000000000000115f71a3d631cfc99d0d806ab132af7174110e13ae35e4 2,938 0.92/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.96 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: 647.61 GB
    • Received: 12.96 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.