Loading Tool

Explorer IconExplorer

Memory Pool

35,840 transactions
26.77 vMB
0.11623216 BTC
Random Selection Loading Transactions
Max Size: 136.61/200 MB

Candidate Block

Mining Attempt 6d0ec572e841af22c8b99b9a8138c8e40e1a33b4f342e0034d0216f69257fee5
Version 20000000
Previous Block 00000000000000000001d10f3c2b2b81e003e8edca0e608ae1ec4d6ede707251
Merkle Root 3e200241badc5cafcdf760da688d1c97da9083609c54ca217ed389800120bcf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,009
Size: 1.00 vMB
Total Fees: 0.06653100 BTC
Feerates: 101.65 > 6.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,278 (784,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,936 129,936 0000000000000c1ccac757f2ca3ff82ca0957ac34dfea375f64edf97311ac7b8 78 0.02/1.00 vMB 25
129,935 129,935 0000000000000bd9f66d08cd8ac2caa3adc45d7a3e70a57530b9228fbddbd87a 106 0.04/1.00 vMB 1,777
129,934 129,934 0000000000000e735b92ef1eb3816815708eef0c80cb71c2732ee717f94c1ebd 74 0.04/1.00 vMB 713
129,933 129,933 00000000000006a7a8a6a8bb6bdbeab5cd1b692929ae59bd154ec8c82098e1ed 18 0.01/1.00 vMB 973
129,932 129,932 0000000000000e641305ca6cffc48830121675134e76595387045d3e3ecf0d60 8 0.00/1.00 vMB 1,108
129,931 129,931 0000000000001b457298f76549da01315e72310bc099c806e3bbb20f2117c96a 59 0.02/1.00 vMB 449
129,930 129,930 0000000000000dfdff634ff89240902dcb2815844a31ba0d390e3db3758a8b26 14 0.01/1.00 vMB 1,378
129,929 129,929 00000000000012d8427a36b4cb598dfcc0ea82938974a31ea0dd0c8d5b73a4e6 82 0.03/1.00 vMB 192
129,928 129,928 000000000000024e9512baba1805b5b3c958b6c5f5ec9813642a05a2fed3358c 12 0.01/1.00 vMB 317
129,927 129,927 00000000000019766467303180a88bfeb2decf7ec5313e80de2ab3b8d7d905a0 59 0.02/1.00 vMB 1,123
129,926 129,926 000000000000115a6274789e292f716a0abac37c38c95e0877d210898c9a0858 99 0.05/1.00 vMB 422
129,925 129,925 0000000000000be05a8fbe5f7cea103d3fc145d34674629d68e8c208e894e06c 24 0.01/1.00 vMB 476
129,924 129,924 000000000000040684538e58e4bfe09ea5511e720ca250beb33f3b258f47459b 31 0.01/1.00 vMB 1,361
129,923 129,923 000000000000027861d9e8c541a11963e8a3d2b0c5bf43088d2a73e12a5ae116 9 0.00/1.00 vMB 399
129,922 129,922 0000000000001537f9df8bf0e87679c2dbd086d10a75cea67068b0b481384307 128 0.04/1.00 vMB 444
129,921 129,921 000000000000139154acc951edec637717c9fcee0c987107563aef10d01408cd 28 0.01/1.00 vMB 1,138
129,920 129,920 000000000000024ecf4aef1459c0ec8922b17dcfcdbe8e9501b016255f7b900d 14 0.01/1.00 vMB 710
129,919 129,919 0000000000001d3145c6988fc466ca83a4ec81a139a920162a2ee305c85d3fd5 22 0.01/1.00 vMB 1,445
129,918 129,918 00000000000007efe635679c627349fd3a0c9ab2316182bd7d737b7c34498550 57 0.02/1.00 vMB 74
129,917 129,917 00000000000004b8b136c878fbdcd8489fbac9184242a596ebe5cc5c1c18ac5e 34 0.01/1.00 vMB 1,198
129,916 129,916 0000000000001d03eaf38fe036455fa4309771eef66c29123e490efc9d696616 46 0.03/1.00 vMB 223
Previous 10 blocks ↓
Total Size: 781.09 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: 578.65 GB
    • Received: 8.81 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.