Loading Tool

Explorer IconExplorer

Memory Pool

43,310 transactions
32.51 vMB
0.10298311 BTC
Random Selection Loading Transactions
Max Size: 162.88/200 MB

Candidate Block

Mining Attempt 2be261840d69a268506dd97a11705ad046f37d1b5590348a8b7a0c7748537d9b
Version 20000000
Previous Block 000000000000000000014d09ba7a31a9df4561752127b3c25ca00855382b7a3f
Merkle Root 8571c7b2418f90594e1bf0dff88cc549537d133ec3da36a3f15dbe258031a826
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.02991893 BTC
Feerates: 603.21 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,361 (413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,948 913,948 000000000000000000004e80a4a164ef1b024f660dc937b6a3b5dcb22d8bcea5 1,100 0.32/1.00 vMB 2
913,947 913,947 000000000000000000008cf925688a9324605cd72241f4351d10b89a2ee171a1 3,417 1.00/1.00 vMB 2
913,946 913,946 00000000000000000000bddf5a6d15b6d99daccf0d9ebf9a45d9ed2f7c31ed55 4,975 1.00/1.00 vMB 2
913,945 913,945 00000000000000000000c3f1d592c22fcd11af876118c00bccd56624d9df806c 2,825 1.00/1.00 vMB 2
913,944 913,944 00000000000000000001a54d7bc8f16977bd0502352a5e859d3ad61a8368cbe0 3,054 1.00/1.00 vMB 2
913,943 913,943 00000000000000000001ff6c24b4608afc9da568e5d3b91294c5b7e750a2372a 4,207 1.00/1.00 vMB 5
913,942 913,942 00000000000000000001cedff4a6a7534d251e21eb41c36879f09bee61803fc3 6,076 1.00/1.00 vMB 0
913,941 913,941 00000000000000000000f6d56805e66a444439cc14e536e8d3ef1bf22c0a4ef2 1,640 0.49/1.00 vMB 3
913,940 913,940 00000000000000000001086ef071b3df490918e311c5b9e1646006d2713a3fdf 4,403 1.00/1.00 vMB 1
913,939 913,939 0000000000000000000101a1ba46b291890a952deb466a0456d4500873e6aa3f 4,168 1.00/1.00 vMB 2
913,938 913,938 0000000000000000000143512d9eaafbb38d99cc397a33727962ef456fd29ec7 4,243 1.00/1.00 vMB 1
913,937 913,937 00000000000000000000f0280dde86b1ba1444257cad7f3212246aac5b755976 1,805 0.63/1.00 vMB 2
913,936 913,936 000000000000000000007840dd83f7f1fc6921994739c02a6416b1e100b88669 4,498 1.00/1.00 vMB 0
913,935 913,935 00000000000000000001affc2661a351ba780610832d6125a2078c5408db8aad 2,420 1.00/1.00 vMB 1
913,934 913,934 000000000000000000015d4d911621ad099dc548b81d6ffa7dadd3c4ea829038 3,869 1.00/1.00 vMB 6
913,933 913,933 000000000000000000015c6c086c714c2d04c784e98470ab17eaeede07b7605a 1,764 0.46/1.00 vMB 3
913,932 913,932 00000000000000000001720f2d91dcfda4bfcb7b4cb01a6e6efc70b26e145b64 4,553 1.00/1.00 vMB 1
913,931 913,931 00000000000000000001dce9f1fbbe827018b0d79a4f59edb5c4fdb60924d699 1,905 0.65/1.00 vMB 5
913,930 913,930 00000000000000000001427bf5f47e38d7cacfd8945aed74a0c2ad92166a42f7 4,689 1.00/1.00 vMB 1
913,929 913,929 000000000000000000015a348ab3602d0fc0ddf0b637b4747bd15ad212daf8df 3,326 1.00/1.00 vMB 1
913,928 913,928 00000000000000000001df08623701a7ae1ed29155a9219f0dbd5c2c704397e1 3,589 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 592.47 GB
    • Received: 9.65 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.