Loading Tool

Explorer IconExplorer

Memory Pool

40,379 transactions
27.14 vMB
0.07957142 BTC
Random Selection Loading Transactions
Max Size: 140.61/200 MB

Candidate Block

Mining Attempt 4dcc3ee767c46ddf6d74ea9888801b52ea9b36af8202e6a86b0b03ff62b1111f
Version 20000000
Previous Block 00000000000000000001bb61480f3acfb38c91942ee0224968a6552800d0bad8
Merkle Root 34a3af7fab6bba047fa5ef195d077357395ecaaa4bdd70cc2fb688be7f39c99f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,292
Size: 1.00 vMB
Total Fees: 0.02471815 BTC
Feerates: 201.37 > 2.48 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,681 (123,856 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,825 790,825 0000000000000000000579da12446c4d6be5acbf6a3031f229d50ca00dbc4bcf 3,633 1.00/1.00 vMB 40
790,824 790,824 00000000000000000002509aff9ebd4dd3684d656e4715eecdb18e69002fbdfd 5,744 1.00/1.00 vMB 21
790,823 790,823 00000000000000000003dd491095e17cd8ea349b9172645ae99d8b3855fb1598 4,486 1.00/1.00 vMB 24
790,822 790,822 000000000000000000038480165de670cc336449e8062a797bc002cad27deef5 2,920 1.00/1.00 vMB 34
790,821 790,821 000000000000000000016b672dff13a67c97bfae1d033d4b2eb518812c0ae854 3,091 1.00/1.00 vMB 56
790,820 790,820 000000000000000000007b00dec0a47b2a9a2e7a6140f9c993b594b9fa4c3f4f 3,131 1.00/1.00 vMB 56
790,819 790,819 00000000000000000001752479bdf9ae733e0866ace9f336f68ed02cdc75c5f3 3,156 1.00/1.00 vMB 61
790,818 790,818 00000000000000000001b900846779975d1f297c57d03c66ee98000855fe2c61 2,835 1.00/1.00 vMB 78
790,817 790,817 000000000000000000007f28ce7a9fac0324382a5b2dffb03c9af6316b34e5cb 3,184 1.00/1.00 vMB 27
790,816 790,816 000000000000000000041354a6ee3fb635f49564378a85b57c478de30879aea0 2,213 1.00/1.00 vMB 59
790,815 790,815 0000000000000000000557722d7886c103a1d288ffb7d3b3c9ac35d3c79e9889 4,403 1.00/1.00 vMB 24
790,814 790,814 00000000000000000003a4c70c2038929ebf0c6a57de2b13b6cb7df7987c0f7a 2,376 1.00/1.00 vMB 25
790,813 790,813 00000000000000000003b1d7011977b4970d8a6810b6b71d2a88aa94743f70f7 2,478 1.00/1.00 vMB 33
790,812 790,812 00000000000000000002dde7cd1abaceb964f2eb4b68334c40cee0ad4f873ab0 2,898 1.00/1.00 vMB 48
790,811 790,811 000000000000000000027d726207f52d1117bda6ef2190d0ffe0620f468df3ff 2,821 1.00/1.00 vMB 37
790,810 790,810 00000000000000000002b06a1bf597213d3f1ccada6e7b3b8897efa76c9a050b 3,081 1.00/1.00 vMB 32
790,809 790,809 000000000000000000035c0379ea14d9fe69a5abb69bce96d54d52beccdffb4a 2,626 1.00/1.00 vMB 72
790,808 790,808 0000000000000000000034df4b737147465987c33e8768a4a1e2af4b1236594f 5,354 1.00/1.00 vMB 22
790,807 790,807 00000000000000000003d28bedddc4d7699faadd6e5ee169e7659a41b34aa0d4 3,677 1.00/1.00 vMB 35
790,806 790,806 0000000000000000000142362e579a6b7752f959069a2714ac6d1166dd150faf 3,021 1.00/1.00 vMB 40
790,805 790,805 00000000000000000001d4e2d13079074f140bb69fb4d52ce4a345a4749eefeb 2,822 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.83 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: 636.65 GB
    • Received: 12.38 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.