Loading Tool

Explorer IconExplorer

Memory Pool

56,754 transactions
33.68 vMB
0.07942422 BTC
Random Selection Loading Transactions
Max Size: 177.51/200 MB

Candidate Block

Mining Attempt 757b98986f3bc705526f8284dcc7d351533599523f93f0d72d2c878b614c75cc
Version 20000000
Previous Block 00000000000000000001a8299bb3684c7960513989faa15a3edfe22a66765c58
Merkle Root 9575a53e893e377bd9d3b5f1144ff3863ef02f3fe461791d100dd8be6826bd66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,963
Size: 1.00 vMB
Total Fees: 0.01156621 BTC
Feerates: 74.12 > 1.16 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,416 (784,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,871 129,871 0000000000000831e10cceb6313e5f0840fa127d3ac38f8dd1b373c7aed7cd2b 115 0.06/1.00 vMB 919
129,870 129,870 00000000000000f7d02b012a89be8e2662d65213b3b73003641e3af45ecf304b 14 0.01/1.00 vMB 710
129,869 129,869 000000000000020e114d8979532ad91de3c49878048088b5147937c91388d7ca 22 0.01/1.00 vMB 1,119
129,868 129,868 0000000000001a1a6385e97ca9ba1f74d3a1f2a7fff3200929532ebcdb8c87c0 12 0.00/1.00 vMB 0
129,867 129,867 0000000000001d09a5ecbd2da719a0d76c2bcaae5d6ea3d3adfe0e0c430c3bd8 34 0.01/1.00 vMB 1,396
129,866 129,866 000000000000029ae4e88373812cbf494655ddd467b6421567f9e1a0f7177d78 21 0.02/1.00 vMB 363
129,865 129,865 000000000000182b5a76ba311182a7d1e1ffcd83c6e47b439efd0d4b204fcfcd 87 0.05/1.00 vMB 367
129,864 129,864 000000000000179ae904dedad2e3f07ab49080bfd6c1a7b32b06e6309a22bd5d 19 0.01/1.00 vMB 550
129,863 129,863 0000000000000ee679cc0047c8e7b3865f5d763919103b2402f89e19cbdce381 49 0.02/1.00 vMB 2,167
129,862 129,862 0000000000000ff5d7655ffcf108e97f231b20e79fd729a8ba0fb339c4170a90 85 0.05/1.00 vMB 843
129,861 129,861 00000000000015b64ea3177755a739270ab3ac0afacdf8da121f72d3c47c5ee6 57 0.04/1.00 vMB 946
129,860 129,860 000000000000106b89b567e8851faa5943a6d71fb3747c18a1ca968eb3070081 31 0.01/1.00 vMB 831
129,859 129,859 00000000000006c531a7105b86b82888aa3691027e4b2b15b7e86120d45e8fce 59 0.04/1.00 vMB 698
129,858 129,858 000000000000070dd8185cfe1bb596cf5cdf6ef757950078b3412c1cc97d7276 21 0.01/1.00 vMB 2,193
129,857 129,857 000000000000133f8789f9004bdde68fc2b2a4c920bf6f259cf2f746ef7481ae 135 0.05/1.00 vMB 655
129,856 129,856 00000000000007cd99bbf290fa4ae355d7b7b716a7eaa0019e07a80647234686 10 0.00/1.00 vMB 1,074
129,855 129,855 0000000000001b3c869ff80296a0b543b7c9eb648fc6e7a6f626e82ebbefdd8a 79 0.05/1.00 vMB 437
129,854 129,854 00000000000003394ab8e0a9d8cee10beea35a4ddc1628c5d35b2cf2f3ad556d 20 0.01/1.00 vMB 711
129,853 129,853 00000000000007e04733fa990635e1bf4212df16bde3dac4fd87f0e3a3cd11cb 20 0.01/1.00 vMB 800
129,852 129,852 000000000000031ee28322af54356b76c5c6fcc4f17155d11a26af655774fbd6 32 0.02/1.00 vMB 1,102
129,851 129,851 0000000000001ba198e0f811287fccd29c0ac3df89950fb42d3ff554ee340e9e 27 0.01/1.00 vMB 524
Previous 10 blocks ↓
Total Size: 781.34 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: 601.86 GB
    • Received: 10.20 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.