Loading Tool

Explorer IconExplorer

Memory Pool

49,663 transactions
29.95 vMB
0.09359249 BTC
Random Selection Loading Transactions
Max Size: 159.80/200 MB

Candidate Block

Mining Attempt 3df6792ba621afff3db4d1e147265b5648ff3b62250dba0221b3733322fd7697
Version 20000000
Previous Block 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95
Merkle Root 2c9cc2279151ccc96c0e4948d0127f378ba6a1f6bac1178c7739e2730d86ca10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.02730958 BTC
Feerates: 72.92 > 2.74 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,845 (134,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,054 780,054 00000000000000000002e0d0d7e68d760c2eb1270f560cca763491a19d7b25d5 2,817 1.00/1.00 vMB 60
780,053 780,053 00000000000000000004380beac2081de585bf676ca1926f5995e9b35cae1acf 3,917 1.00/1.00 vMB 41
780,052 780,052 000000000000000000063099ff373a9ffbe72621f8c3192923d5f0b08e7602d3 2,571 1.00/1.00 vMB 52
780,051 780,051 00000000000000000004df0fba856f4ce40f5f644aeed6e5818adcf948348315 3,219 1.00/1.00 vMB 55
780,050 780,050 000000000000000000043cfdd430cbcf5d6cfa0c437ad5b808e1d45dc509387e 3,544 1.00/1.00 vMB 43
780,049 780,049 000000000000000000026d59f6694f4021f2045f594b33d900df3b53ebe1ab62 3,857 1.00/1.00 vMB 47
780,048 780,048 0000000000000000000057dbd27accf8817feefbdac9f1e5f28cfa82cf35ebb1 2,923 1.00/1.00 vMB 56
780,047 780,047 000000000000000000006030842922c6d0480d2c5bc0cd6c9bac8ae760ed3ec1 2,076 1.00/1.00 vMB 18
780,046 780,046 000000000000000000054213c3b0ccfbaa3f7dbdd09ec71625dd0b5db02c7dee 1,619 1.00/1.00 vMB 19
780,045 780,045 000000000000000000042d8202d78a0e9f0105cb178a75d0cd83ddb95099fde7 2,045 1.00/1.00 vMB 23
780,044 780,044 0000000000000000000182e0a6046fef36a38f3a7e81d32c42281afb5bf71662 713 1.00/1.00 vMB 16
780,043 780,043 00000000000000000003587c0727d9979ece5f4ecf0f96570d30ec349fce23ab 3,180 1.00/1.00 vMB 35
780,042 780,042 00000000000000000003127322b1a2fb5a0bbdb4e299a196a40e9759684abd8b 2,133 1.00/1.00 vMB 51
780,041 780,041 0000000000000000000196368bb9a448a11a0304a259790c0fca90423c9864c4 1,776 1.00/1.00 vMB 38
780,040 780,040 000000000000000000041a81ab9d4456dbdec81594e776ea391efc6608d6bf1e 2,412 1.00/1.00 vMB 18
780,039 780,039 00000000000000000001ce570c21108d57bc1b478602e34eafd36332c039ecbc 2,307 1.00/1.00 vMB 25
780,038 780,038 00000000000000000004240be898e8c782c04d430ce8563d5a3d1eab674cf5a0 3,792 1.00/1.00 vMB 50
780,037 780,037 00000000000000000002fc651a99f285b665ac93e0b60dccbb56b1aeacb924ed 3,222 1.00/1.00 vMB 44
780,036 780,036 00000000000000000001332015fb5ced8822a580b2e2c33e93daecdd7a15790e 3,573 1.00/1.00 vMB 39
780,035 780,035 00000000000000000003669128c1b9e5b29d08580b6980ff27e584f148c6453c 3,698 1.00/1.00 vMB 47
780,034 780,034 0000000000000000000378a5b539a2cd64b4cee3895973efc5f449c8f8eca3d4 3,261 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.11 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: 652.04 GB
    • Received: 13.70 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.