Loading Tool

Explorer IconExplorer

Memory Pool

39,679 transactions
28.76 vMB
0.06175417 BTC
Random Selection Loading Transactions
Max Size: 146.29/200 MB

Candidate Block

Mining Attempt 7d28d70c7a92b32a3f22c94430a7e8f737c1e7a0c752408f0812b70f24d8f9bd
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root 637a3aeaa262dc49314cf27bfcbf08e8aab709be20089401472b1efdfee3676d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,323
Size: 1.00 vMB
Total Fees: 0.00595352 BTC
Feerates: 40.21 > 0.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (333,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,934 580,934 00000000000000000007440425a6631f9b23e22943e2fd34ef72285382505472 2,282 1.00/1.00 vMB 55
580,933 580,933 00000000000000000023733e9371b890c5f6816a591ea00ec15aa53cb0273e28 2,844 1.00/1.00 vMB 50
580,932 580,932 0000000000000000000b35ae17b0d03ac841bde851a3dcbf62a1dc6ee7146c7d 2,306 1.00/1.00 vMB 63
580,931 580,931 0000000000000000001209e9190102870fe80c1c777d09eae5d177f9a40f77f5 2,635 1.00/1.00 vMB 121
580,930 580,930 0000000000000000001f42e5b2391ff892102a121f58a66e0be3b337a9e56c39 670 1.00/1.00 vMB 2
580,929 580,929 000000000000000000022f928fe124d4ca96dd64d11ec260d26dca69f7b605f5 1,041 1.00/1.00 vMB 4
580,928 580,928 0000000000000000001bbafc443f17c86550a9dde83c1d95b20410316a0c6e7f 2,349 1.00/1.00 vMB 36
580,927 580,927 00000000000000000019552f6070eb84163c5b1f0e41b0abff2ef36c1434e469 1,765 1.00/1.00 vMB 66
580,926 580,926 0000000000000000001983c77e03d92edae0efb7cb843f485b465f7df9150175 1,297 1.00/1.00 vMB 84
580,925 580,925 0000000000000000000ba8d577ae11329b271bf89616afa1203654a411003309 1,874 1.00/1.00 vMB 10
580,924 580,924 0000000000000000001c3b6640c035a3e8a90162dc71cadf2ca71358c5638778 2,917 1.00/1.00 vMB 11
580,923 580,923 0000000000000000000e5f38a73229182843c21a1de172aba66ea8024a58a29e 2,577 1.00/1.00 vMB 72
580,922 580,922 00000000000000000006095501232d01d60b98ed8a780a4b1dce3243f7813fb4 2,983 1.00/1.00 vMB 81
580,921 580,921 00000000000000000019e4044239194ccd698359302482755d407f524dee2d31 3,155 1.00/1.00 vMB 68
580,920 580,920 0000000000000000000f2666ce1dd879570ed586d0acc4e2a531c93492590c06 2,783 1.00/1.00 vMB 95
580,919 580,919 00000000000000000010e4f3fbc415e7188b83967216080d42e855919ff581f4 2,630 1.00/1.00 vMB 5
580,918 580,918 000000000000000000223d4ce31a96d05681ff852f32fbe11da816994c2b65f4 2,797 1.00/1.00 vMB 47
580,917 580,917 0000000000000000000b07aadc046db2a70b004eb34f11b609c5286790d0ea2a 2,784 1.00/1.00 vMB 72
580,916 580,916 00000000000000000025164cfa9f5aeddb4f2cbaee63596887f67e352e7eed22 2,398 1.00/1.00 vMB 111
580,915 580,915 00000000000000000010963b2cca37e88e1ca5ae750029d2aca4d7f96a9cf9b2 2,487 1.00/1.00 vMB 6
580,914 580,914 00000000000000000015b4a4c0c516c87cb37621ab6f4800291fe87321b882c4 3,334 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.57 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: 622.67 GB
    • Received: 11.36 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.