Loading Tool

Explorer IconExplorer

Memory Pool

51,631 transactions
23.78 vMB
0.08083101 BTC
Random Selection Loading Transactions
Max Size: 133.54/200 MB

Candidate Block

Mining Attempt 8ed38a976e77b5906a11276733f8d31e5eaf69657af7fb92dda73a6ae4c95ee8
Version 20000000
Previous Block 00000000000000000001bace3b0dd0015aebbf1503c7b689639882217c88f80a
Merkle Root 6062fe889d390d922743287ac1b2c6168611cb27e96eef5f3b64c885d476f2e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,406
Size: 1.00 vMB
Total Fees: 0.02983142 BTC
Feerates: 200.70 > 2.99 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,995 (777,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
136,685 136,685 0000000000000a23ca7b458d7f49c286aa54b689ec4e4ebd1b834b7ac7bc7b5b 41 0.02/1.00 vMB 289
136,684 136,684 00000000000002f42ea38a241bdf01d4e25c22b1b86e88fa9480021a5c117d90 110 0.05/1.00 vMB 303
136,683 136,683 000000000000020bcebbf17d4bd8dd3665d436760cfeb0906998cf1884b4c67f 1 0.00/1.00 vMB 0
136,682 136,682 00000000000001220e0f7cec126d95879b951c472fa7d69f6a0b5fbcf21955b3 34 0.01/1.00 vMB 619
136,681 136,681 00000000000006dabcbcf930b2b71cd797811315a9add96fafa60f2e72bc8ddd 80 0.03/1.00 vMB 202
136,680 136,680 00000000000001b89cfb5c9bcc0af89a09168bf982ce83cab61aa062f1c2c720 24 0.01/1.00 vMB 441
136,679 136,679 000000000000084f9d7dcd0fab5fcc9c73438bdbaec07b521b77be1f09cf77e2 1 0.00/1.00 vMB 0
136,678 136,678 00000000000002b86fad76c80935bd1f908531fc0f6d615a9775927533a4f71e 67 0.03/1.00 vMB 257
136,677 136,677 000000000000086bd78244d9e77d62bd74fb2f856cd5cf7fbe850efdbc5dbd89 19 0.01/1.00 vMB 199
136,676 136,676 00000000000002037c1e4c3e3f32048c3b64d72b04a9ca6dabe8b22611252acb 7 0.00/1.00 vMB 632
136,675 136,675 00000000000001dcac57ef4db350cecbc9ad1064527790f2e1373d23f93a6325 11 0.01/1.00 vMB 39
136,674 136,674 000000000000058af0daa59607b5060e1161abcb897f086a7963e59ec2cf5bad 22 0.01/1.00 vMB 57
136,673 136,673 00000000000005cde9cb133307cbe20b0e5f9d58d827d1497561381da6c7b5a4 106 0.03/1.00 vMB 322
136,672 136,672 000000000000064ac1060288961c8b9db4524312909362a98b23c15ab5943a5c 6 0.00/1.00 vMB 339
136,671 136,671 00000000000001a6e8e4dd183b99aa637ee625fcdf901fe7afca23e6ebd87bed 32 0.01/1.00 vMB 536
136,670 136,670 00000000000002dbaa9542e28077abe8312407a2d2e6e2718e267b09b1c4c3d5 10 0.00/1.00 vMB 329
136,669 136,669 00000000000009a8bc8a21d9eaf9b46ebcbb3f978c6777f63928971861e79156 21 0.01/1.00 vMB 414
136,668 136,668 00000000000004991c2cfe9a3c4a4400ecab93a210dd411d2b7f216a18286d76 5 0.00/1.00 vMB 713
136,667 136,667 00000000000001c4b38a805eb321f72df1707b191a9811eaaa11b7b716816ea5 83 0.04/1.00 vMB 142
136,666 136,666 000000000000076c906535c3209787677ce1b6c68f3983822cbd7d8b3240db13 33 0.02/1.00 vMB 375
136,665 136,665 00000000000001bbe6c2bce57e10af7ac370265c5800dc7a9320cae434768d79 50 0.02/1.00 vMB 361
Previous 10 blocks ↓
Total Size: 780.59 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: 542.33 GB
    • Received: 6.23 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.