Loading Tool

Explorer IconExplorer

Memory Pool

45,569 transactions
28.80 vMB
0.12833638 BTC
Random Selection Loading Transactions
Max Size: 152.52/200 MB

Candidate Block

Mining Attempt 992643d0e8ad6aa07918fae21055c6ab026567cb8092465fe283ff5564dedc27
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root 2c09a6914b94e5c20c29bd078d577846d5c2629a70b35be50eb4dfebae347e45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,176
Size: 1.00 vMB
Total Fees: 0.07295839 BTC
Feerates: 301.60 > 7.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (284,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,613 630,613 000000000000000000107fa419faa9c7fa5e1f9d146caced9a3a3859ecd596b5 2,634 1.00/1.00 vMB 36
630,612 630,612 0000000000000000000f1bbf9d0d1de689442f49ecdfe012423e99bf91854859 1,840 1.00/1.00 vMB 28
630,611 630,611 00000000000000000001d93463fa762024233e9709ddf3683db1a95c912e8d2e 2,865 1.00/1.00 vMB 34
630,610 630,610 00000000000000000004fbd033ecc7da551633a89bd29277863d11c25b787226 2,267 1.00/1.00 vMB 41
630,609 630,609 0000000000000000000a9bb338003070a5f3a32359ae7c5da32afd28c8d6fc1e 2,839 1.00/1.00 vMB 77
630,608 630,608 0000000000000000000f6f3d5c14df343de3d3d5f67e96969cd86cfd3599f602 2,718 1.00/1.00 vMB 123
630,607 630,607 000000000000000000053970a46d75f666ff356be7c68451e1f65a8540e3a1e2 2,698 1.00/1.00 vMB 176
630,606 630,606 0000000000000000000a3de62d4a450a6a30e51c8965e405e501d12ae60f0978 1 0.00/1.00 vMB 0
630,605 630,605 000000000000000000058c62c0e1ec1b2171bb0d5b1283c0e213ed8c907cf2eb 1,941 1.00/1.00 vMB 166
630,604 630,604 0000000000000000000624aa13c4408d849746ef4720d8e7dc3c21044247e054 2,687 1.00/1.00 vMB 101
630,603 630,603 00000000000000000007df5c582e553f7d1f2629f774b88411a765edc6582920 2,437 1.00/1.00 vMB 55
630,602 630,602 00000000000000000009156973406180293acf409c0c91e2871b1c3feaf90a7b 2,881 1.00/1.00 vMB 162
630,601 630,601 0000000000000000000f86f24acd70be53810d3c3f4b7c694aa4e9b728e2cac6 1,581 1.00/1.00 vMB 16
630,600 630,600 00000000000000000004cfd45a8584fcfddf7569e829bbf0a1bc0e644fefade7 1,874 1.00/1.00 vMB 25
630,599 630,599 0000000000000000000e7d706de3e6040881e437e18cccf76bf285f470f94288 2,141 1.00/1.00 vMB 49
630,598 630,598 0000000000000000001142c896e52862e1bfbd2d193367c6c7887d54ee8473a2 2,630 1.00/1.00 vMB 51
630,597 630,597 0000000000000000000d50bdd42829376dcd7d61f2b5520d63cec538bc417d81 2,165 1.00/1.00 vMB 82
630,596 630,596 0000000000000000000f65bb01cec4838431bfece83fe3290596e59abd50a8bd 1,227 1.00/1.00 vMB 153
630,595 630,595 000000000000000000025472e55592f174ac32773060de8a90324efe5f69995d 2,543 1.00/1.00 vMB 34
630,594 630,594 0000000000000000000acb1b02fe2ff659f46cfd7e4b99fd2cfd74fecff9761b 2,326 1.00/1.00 vMB 19
630,593 630,593 00000000000000000000ddfd88f287178575a8c455939a4c48806c585024b6a6 2,365 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.05 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: 650.90 GB
    • Received: 13.35 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.