Loading Tool

Explorer IconExplorer

Memory Pool

77,283 transactions
29.00 vMB
0.06908930 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt d8ab9e0df51c156f28538957f55b5fe149bd3442efd4c8b5c8bcdd283ffe7cb1
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root 7b9ec286270af1636b72d2f3e4b196a3b3c6644725a1a87b06fecd542e633c0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,098
Size: 1.00 vMB
Total Fees: 0.00570382 BTC
Feerates: 94.79 > 0.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (290,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,140 625,140 000000000000000000025d0339009afcf2c7850fcc9ff775152260e9dee11636 2,953 1.00/1.00 vMB 28
625,139 625,139 0000000000000000000d41110c6d07e592f59d5ddbf8e91904dcae092624fd35 2,716 1.00/1.00 vMB 22
625,138 625,138 0000000000000000000d2185815543407903d6913098b895185571a8527d9bdd 2,504 1.00/1.00 vMB 18
625,137 625,137 000000000000000000074280b56370b866154d62ff8efd618debfe1a8c61d499 2,082 1.00/1.00 vMB 19
625,136 625,136 00000000000000000008f1c1295985d5b772145d607f2999929362d562411bec 2,871 1.00/1.00 vMB 36
625,135 625,135 00000000000000000001c91ae4dc49cde9e9c17e1739600dd130d7c18a7d89c4 1,676 1.00/1.00 vMB 18
625,134 625,134 00000000000000000003d54fe0b93b9f42ec827d96668c66b4d4455bef374409 2,010 1.00/1.00 vMB 21
625,133 625,133 0000000000000000000f64202d4f286f1768b24f1466a44c87b8f34b1398b783 2,732 1.00/1.00 vMB 36
625,132 625,132 00000000000000000003f694f502926ea7765e75f282caeaa7783c42d7f61d69 2,923 1.00/1.00 vMB 32
625,131 625,131 0000000000000000000087df02097a4b03f26b42e5e56b0eaef8feaa7dcc8bf9 2,722 1.00/1.00 vMB 21
625,130 625,130 0000000000000000000acbab26251e4ae48369369517fd02a66706537dcda01e 2,508 1.00/1.00 vMB 23
625,129 625,129 0000000000000000000f3e9a38f74ac420e2dcaa7645cf27fb32a0a2df2d64ab 2,635 1.00/1.00 vMB 29
625,128 625,128 00000000000000000010008f46378fd9c91d13cd8d48715dce37321f9d0120aa 2,901 1.00/1.00 vMB 44
625,127 625,127 00000000000000000000bb7e982b7cb5b4901f71ac4d1edf11969439a04c3b3d 1,353 1.00/1.00 vMB 83
625,126 625,126 000000000000000000097d60dc154d53eb007f82db26e9c55400da2af77f3bc7 3,269 1.00/1.00 vMB 45
625,125 625,125 00000000000000000000a0aa4c78864bad851da4b57621f4a064a4ab51e2d39a 1,250 1.00/1.00 vMB 10
625,124 625,124 0000000000000000000fe0a95cb5d24684c53aabe14f5310f1b350af9eba068e 310 1.00/1.00 vMB 2
625,123 625,123 00000000000000000004a9ab57cb2a6f903b2939efd42731daefb56bf27256a5 981 1.00/1.00 vMB 8
625,122 625,122 0000000000000000000da90bb93df5498d88af792e25260b9f533c0d67708f0e 2,431 1.00/1.00 vMB 14
625,121 625,121 0000000000000000000224e9d9d21b7e7dfcf7fa1778f45614a759ec89ee0290 719 1.00/1.00 vMB 5
625,120 625,120 0000000000000000000b0af37f5095871d47247c1f1f6d1757898da262b2c202 1,034 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.80 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: 710.12 GB
    • Received: 17.03 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.