Loading Tool

Explorer IconExplorer

Memory Pool

32,151 transactions
25.04 vMB
0.04955893 BTC
Random Selection Loading Transactions
Max Size: 125.83/200 MB

Candidate Block

Mining Attempt 3275ffb1d31f98ea8b3c4eb609df4d6d8601fdea1189c7a2b13f16d617a57ff2
Version 20000000
Previous Block 000000000000000000019dd1c564ae94c30db263064959627df766509c104535
Merkle Root f1935d8c0fdb110095ed267c291211cde0ab0a9868bd34abe8b3a54c6e745491
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,591
Size: 1.00 vMB
Total Fees: 0.00447749 BTC
Feerates: 80.43 > 0.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,698 (311,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,767 602,767 000000000000000000079e8874e21764b208533b10e73e3c7cb17bb939e681f2 2,478 1.00/1.00 vMB 29
602,766 602,766 0000000000000000000d0a670f43c2da8f825351119e71688cd3c9820b2e1b19 3,141 1.00/1.00 vMB 42
602,765 602,765 0000000000000000000b8a4f56b6ed9a9f2c28b2f4c0d42b75c6f88a0b30d624 2,786 1.00/1.00 vMB 33
602,764 602,764 0000000000000000000509c4448ccbe2e24964e48779462c1ce5dee119f1a932 3,170 1.00/1.00 vMB 35
602,763 602,763 00000000000000000006898695b44cb04716f069136c1397968d7d25e61bc123 3,220 1.00/1.00 vMB 39
602,762 602,762 000000000000000000057e1cb781ea1ad2d7bb6705a6d0da44ae0dfb74967be7 2,464 1.00/1.00 vMB 32
602,761 602,761 00000000000000000000f7f1157ef6f321d10e2c25389719bfa3fe78d5e1280f 3,140 1.00/1.00 vMB 38
602,760 602,760 000000000000000000047ce1aedf013cdf0ff8733ff3b3a31d9f4a3b77b41e3c 1,902 1.00/1.00 vMB 33
602,759 602,759 0000000000000000000921bde006855ce7b317a20b4085646504c3f7dd0b31c8 2,927 1.00/1.00 vMB 38
602,758 602,758 0000000000000000000edb16ab64c00ee628a59270c3a2a1b9b8c4b55baddac5 3,334 1.00/1.00 vMB 41
602,757 602,757 000000000000000000023e71443f1977a5ed40db30e35ee7c50830f00b571137 3,313 1.00/1.00 vMB 40
602,756 602,756 0000000000000000000adb04694d94d397620bac6603d08656382d84da24537c 2,956 1.00/1.00 vMB 46
602,755 602,755 000000000000000000009d21769feb6748b68f94e0e5ee542f9d5044fba490d7 2,011 1.00/1.00 vMB 70
602,754 602,754 0000000000000000000888533d1fe030fd1068dd5df6af51b40be90a68965125 2,961 1.00/1.00 vMB 43
602,753 602,753 000000000000000000004bd296c2007f9c3ccb41923b71b0ab7202ebed8e398f 2,529 1.00/1.00 vMB 60
602,752 602,752 000000000000000000087d7834e2941b74a59b489b094872bfb1248e08871e63 2,321 1.00/1.00 vMB 34
602,751 602,751 00000000000000000011e00a7276517a2a39835ece455861908b62cb15b617ca 2,455 1.00/1.00 vMB 54
602,750 602,750 0000000000000000000f4a4b54e9b9c605dc2a11ad51bad60d423b11bf6b9fdb 2,163 1.00/1.00 vMB 65
602,749 602,749 0000000000000000000a4396443acd2466bd8161227781058d2527d0aa86cb2d 3,122 1.00/1.00 vMB 35
602,748 602,748 00000000000000000006163edcd3b83e1b951711b92561369d8725e5a405de61 1,890 1.00/1.00 vMB 71
602,747 602,747 00000000000000000003229f6e24f055b28ca98f172991b5f783ddc652716ca1 2,420 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.85 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: 638.88 GB
    • Received: 12.50 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.