Loading Tool

Explorer IconExplorer

Memory Pool

26,079 transactions
26.39 vMB
0.03879121 BTC
Random Selection Loading Transactions
Max Size: 142.78/200 MB

Candidate Block

Mining Attempt f86cc60ab630e01e93655bf453732e58dfa64371861bab40953933a69c908fe4
Version 20000000
Previous Block 000000000000000000019972d48e48dc10e0f0cc67d15cc70b6cb168992cb973
Merkle Root 956f1b6a1338fa56905e2c43672c655c2b4eed19d6d3744214e491e7e625ab5a
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,926
Size: 1.00 vMB
Total Fees: 0.00939707 BTC
Feerates: 150.75 > 0.94 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,032 (82 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,950 939,950 00000000000000000000a495c9cb3064112a307996957b6c559ea80b99daf0af 2,322 0.68/1.00 vMB 2
939,949 939,949 00000000000000000000743ca6481e9a4e143d9c88ca10655784b43f6af040a2 3,771 1.00/1.00 vMB 1
939,948 939,948 000000000000000000013ce6bdd50368f1a789e7d5e185989ea01f6009d27b46 3,331 1.00/1.00 vMB 1
939,947 939,947 00000000000000000001d55f2e88bf4c7d8af1aa075b407f5488b7e9a8138e26 989 0.33/1.00 vMB 2
939,946 939,946 00000000000000000000f906695f1d080bf998aaa9b7253f09e11ab7d5217bcd 4,068 1.00/1.00 vMB 1
939,945 939,945 00000000000000000001db7e40ba4e1b969d46d34efef0d91c1fb6b0cb91c39d 4,829 1.00/1.00 vMB 0
939,944 939,944 000000000000000000006782771e7cd511fc5e4d21741cf470f2e89ab5a57c96 3,101 1.00/1.00 vMB 2
939,943 939,943 00000000000000000001906c260d96efd6bafcdcaa23126ae68d0629ea7b7b80 3,466 1.00/1.00 vMB 0
939,942 939,942 00000000000000000000cc3dce44bdfa0de0726a22a2fdee8e215c9e048b548c 2,653 1.00/1.00 vMB 2
939,941 939,941 00000000000000000000bd25703b04e2db469f38fa962f3d968b2eae28309e04 3,696 1.00/1.00 vMB 0
939,940 939,940 0000000000000000000083448347314c3c3b1bb50d449862e85c6c57b6bfdc47 1,204 0.49/1.00 vMB 1
939,939 939,939 0000000000000000000050c41fcad111d9a8e06470f1dbf57d7821553fcf5445 1,403 1.00/1.00 vMB 0
939,938 939,938 00000000000000000000a7b5de1745004d4ea45944e74b437c04b5161ad30c45 900 1.00/1.00 vMB 0
939,937 939,937 000000000000000000006fda1478ef7a91bfadfd78fff64429599d9385d059f3 3,052 1.00/1.00 vMB 2
939,936 939,936 0000000000000000000008e0714a1520a93838fad5da8623b213ba8e9b89a3a4 3,687 1.00/1.00 vMB 2
939,935 939,935 00000000000000000000938c7e78d34ab07e7bdc37bf943c2fc12e46af484f1e 2,880 1.00/1.00 vMB 0
939,934 939,934 000000000000000000000c2deef1f2422d18ebfd62531c052427b9bf8adffc2b 2,902 1.00/1.00 vMB 2
939,933 939,933 0000000000000000000180207fd5ab46833af74d2b539e4a42063b9755359fa5 2,964 1.00/1.00 vMB 2
939,932 939,932 00000000000000000000c08368124d45a32e93bcc55f7cf1c85d6d217f9afcb3 3,695 1.00/1.00 vMB 1
939,931 939,931 0000000000000000000199734951d13be04e8563fe099c3e30a40b9890b34697 2,614 1.00/1.00 vMB 1
939,930 939,930 00000000000000000001d819854e344703c300217b0120008c593a61d2ce3497 5,729 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 826.77 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: 4,434.33 GB
    • Received: 239.74 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.