Loading Tool

Explorer IconExplorer

Memory Pool

26,957 transactions
6.56 vMB
0.06675065 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.93/200 MB

Candidate Block

Mining Attempt 4ee4d1668679ede02c1cc920b0ad34518dbf443c225e15af87e0f87c2244616a
Version 20000000
Previous Block 00000000000000000001db13a5038c818e2c642acdc30ba571288676a4db9fe8
Merkle Root 53baf3e3da7b637b97c5acfb6c55009160194fda35ce20592bbeda32ff97dfb9
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,227
Size: 1.00 vMB
Total Fees: 0.04967757 BTC
Avg Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,013 (744,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,853 168,853 0000000000000a9a53519c98e3f2b69a1b7c13f91a78dd94afe26336673dbbb2 0.00 MB 1 0
168,852 168,852 00000000000005e5ce3f0b9b17135020784c6a7281b9204ac565c4f4dc327f1c 0.01 MB 31 235
168,851 168,851 00000000000008b19d737e57de3b263bbd38dc6c79fb0f7483703a263cf6c858 0.02 MB 56 52
168,850 168,850 00000000000000d8a54d1f460af5ae5786668f97197f845937e9c68824cc8bb4 0.03 MB 80 65
168,849 168,849 0000000000000860ce83d266771b4cf54f9e6d56e6dbb9bb99b1f323c672419e 0.02 MB 15 54
168,848 168,848 00000000000005f0d4e88db55af0250cd98a0c1152289db103db1507f74f3e28 0.00 MB 11 387
168,847 168,847 0000000000000a1be708ef40990356427de4e19ed010fabd7a3530cbb169b19e 0.01 MB 45 18
168,846 168,846 0000000000000aa4e40401d0b461f5996c597e3da621d588fbdbb8e2c6ab34b6 0.02 MB 65 111
168,845 168,845 00000000000002b60b6be4f9f39e7c131da2c0a824511c8fba1d8b009d15feee 0.00 MB 6 0
168,844 168,844 00000000000005062f6636f5aa0f1a447645a9777f945a5771ba14017b75356a 0.01 MB 21 16
168,843 168,843 0000000000000b1be40c5bfabc4dac01d206eeddbdab18327d7335965d47e81d 0.03 MB 59 58
168,842 168,842 0000000000000a901296e752b49b38603b8c324750e4c92bc5d23149fd61596b 0.03 MB 21 89
168,841 168,841 000000000000071f925382db4a1cbba0fe20055a3e16c686ed3940f6c766ebd2 0.03 MB 49 71
168,840 168,840 00000000000006fc7c4fc5b1e4411cc417b8c39204a2eb90c5812a2209d4d6b6 0.04 MB 120 48
168,839 168,839 000000000000052750e85ea5d0896d21af9072bd386eaae6db9b6a770427e204 0.00 MB 4 939
168,838 168,838 000000000000086b8aca9e37a6b121e1b941f8e195bec52aedc711cf6aa7d6bd 0.01 MB 16 21
168,837 168,837 0000000000000420170e9d8a9875b8fbdc858bb1e938c14940b6f1403af1784f 0.00 MB 7 346
168,836 168,836 00000000000009847ba5c531fe70234a63d9a94d529d88d8faccfe9745fd2fad 0.01 MB 25 12
168,835 168,835 0000000000000236e9b3be7e02180d2eba9faecc454949078e15cdb6aa864093 0.02 MB 51 70
168,834 168,834 00000000000008754df381c5168800d55c5c3832b8e9f99ff0d4adaef0811e22 0.02 MB 52 244
168,833 168,833 0000000000000ba64dad27cac897329f1277e30c4d662e457ceaf1e58f9bdf84 0.00 MB 6 69
Previous 10 blocks ↓
Total Size: 778.86 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: 393.58 GB
    • Received: 3.53 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.