Loading Tool

Explorer IconExplorer

Memory Pool

65,600 transactions
30.32 vMB
0.07654204 BTC
Random Selection Loading Transactions
Max Size: 171.51/200 MB

Candidate Block

Mining Attempt f9e5704595e59de4700f5fb524ad82475fc5ec72904d300c321261f3efe23290
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 71bc13af7ce05bdc1650537f302920177a9814b930e6ece87588180f6ca76153
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,213
Size: 1.00 vMB
Total Fees: 0.01733290 BTC
Feerates: 150.93 > 1.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (90,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,616 824,616 000000000000000000028b8d72d85b718c614a9ed4a91cf74d290cde455f1ef9 3,649 1.00/1.00 vMB 74
824,615 824,615 000000000000000000006547dca2ad39d376abe0fa682ec698bb3f62a52d0b28 3,546 1.00/1.00 vMB 59
824,614 824,614 000000000000000000032ac52eface1112c4bf44515a8118a3b72683e5989fb8 3,091 1.00/1.00 vMB 77
824,613 824,613 000000000000000000020e2499b555b5357bfa1012045c3c83c3eb8e6546e19d 3,377 1.00/1.00 vMB 52
824,612 824,612 00000000000000000001bdbe891f285ccca83294de88b6334813e3e690e412a6 4,686 1.00/1.00 vMB 41
824,611 824,611 0000000000000000000343753e50f3533a63d0d6d102e7468f08d5caced54dd9 2,007 1.00/1.00 vMB 41
824,610 824,610 000000000000000000035b4b93949f4fb6f8dd2f8945b7aa8a298c66e27b913c 3,236 1.00/1.00 vMB 46
824,609 824,609 00000000000000000001b9a307ef68a859b8171fd263c3f6b2110ee8997c94de 1,548 1.00/1.00 vMB 38
824,608 824,608 00000000000000000000c15109a541b7ccba6969f84cbaf8f7b4551b81d6f125 2,135 1.00/1.00 vMB 39
824,607 824,607 00000000000000000000ca2c9d7f7575f83ddb41491d14a73227ffb6faa3426b 2,088 1.00/1.00 vMB 39
824,606 824,606 000000000000000000013f1c53510d2fcd7786805a4bf1a4d5a800bbb069f99c 3,625 1.00/1.00 vMB 57
824,605 824,605 000000000000000000032a186495c57b2c1d70b907886c77139e238445510508 2,889 1.00/1.00 vMB 56
824,604 824,604 00000000000000000002a2c24bb8544bd33f44d6c0e45cb86391b1f1a96bdca5 2,291 1.00/1.00 vMB 57
824,603 824,603 00000000000000000001e42af22fc2701c420d769ad0526316f2b71cf93d5f0b 2,627 1.00/1.00 vMB 63
824,602 824,602 00000000000000000003ccd60e9ef2e0eb3c754e927379e7bc9d22c3c53bb2fd 2,864 1.00/1.00 vMB 58
824,601 824,601 0000000000000000000237dcb2a4e6ebb21b499cd81a1ec94b49053c8636be34 3,522 1.00/1.00 vMB 103
824,600 824,600 00000000000000000002c95fa3e82fe73923535354143e4b99d7355f577f44dd 2,725 1.00/1.00 vMB 59
824,599 824,599 00000000000000000001c19dcf6c68c4cc56310c327809eea3a3f926c6fab9ec 3,309 1.00/1.00 vMB 71
824,598 824,598 0000000000000000000071db66786c7bf97778af248b9406535ecc27216e55fb 2,065 1.00/1.00 vMB 48
824,597 824,597 000000000000000000033e5162c60ce540e8025a6f16c597c2631985ee57089f 2,644 1.00/1.00 vMB 47
824,596 824,596 00000000000000000003a3a5ae691c4a6d91261903a1d75c0ca5be95f9705e3c 3,457 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.