Loading Tool

Explorer IconExplorer

Memory Pool

17,644 transactions
7.44 vMB
0.06509756 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.41/200 MB

Candidate Block

Mining Attempt dca54fb97156a9b977631f484b301f8f923a319a88ff764f58117ae0f0eb4db5
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root f0264dd6d846b32bb034bcb7d55d5dc4973e55980ea156dbebc11af751eb8bd1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,853
Size: 1.00 vMB
Total Fees: 0.04179675 BTC
Median Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (633,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,666 279,666 0000000000000000e43b220b23501cadcf8aec58bda098cad621473824358f0a 400 0.22 vMB 36
279,665 279,665 0000000000000000b462c3402c1360fd47c8797f627fc3e498e9d02e6bff1805 39 0.01 vMB 23
279,664 279,664 0000000000000002e68a377ef1cef1627cb382f73a1d64bcae03c12bab1291ff 603 0.27 vMB 53
279,663 279,663 00000000000000001d407cdb74aab6be1f85a049890bde04c9bc6d582a3db428 111 0.10 vMB 26
279,662 279,662 00000000000000028c254b0c3b7740a606d03fc36ea928198dde896727f299c3 426 0.24 vMB 46
279,661 279,661 00000000000000021d1f7b6ce6aa42fa9a38c37cf0679b6fecf8279c09809f9e 426 0.25 vMB 29
279,660 279,660 00000000000000001978281d35925bf51c3b6d08cebd5ac75d437c60074335c7 90 0.03 vMB 238
279,659 279,659 00000000000000003c808c2cebce828c91f42d75ba72527b21655a53e3db5e4d 571 0.25 vMB 37
279,658 279,658 00000000000000024a92d8775fd984d1cfa5a69d8f23b2204b82520d039d4312 81 0.03 vMB 246
279,657 279,657 0000000000000000704b4811824dd6a1429050abfcffdce2dcfa8b8b2d987a8e 35 0.02 vMB 161
279,656 279,656 0000000000000000dff075126d105a2d0bcfe06c842cbe47511f37c80c0c2020 145 0.06 vMB 110
279,655 279,655 0000000000000002a4e63de477b9708ba14ea3ef86de1524d49fce4ffa68a206 169 0.10 vMB 38
279,654 279,654 000000000000000145b711ea088ebe56bba0ca9ba8021fd658d8d98ba09706b4 157 0.07 vMB 36
279,653 279,653 0000000000000000d6db1e82c045409128bbc6c789673083385b663aa8562065 71 0.03 vMB 36
279,652 279,652 0000000000000002bf8c29c0722f0be5f6ea08b7986a8ed0e3e2f175d7636f87 304 0.19 vMB 22
279,651 279,651 00000000000000013f27316bb0b1a88b4510d6cfdf58f470c8251e302b5b55fa 718 0.25 vMB 73
279,650 279,650 00000000000000025b229c6fa44fc35d5deceb803da8a7558d44ca2d2096e7a6 103 0.04 vMB 42
279,649 279,649 0000000000000000076b6ed7d1fbc3bd24f77a1e614691b42440f340867fe9ec 210 0.09 vMB 105
279,648 279,648 000000000000000214876d25b809810ff1c020b09658de5ae2d3c07f4de345c3 184 0.08 vMB 36
279,647 279,647 00000000000000009da5e7ec3ddb1823fb0ae0a9d301d119a680655d8b8203d4 380 0.18 vMB 66
279,646 279,646 00000000000000005de9c07e50ca6b313efc0ebd29592f76eedd3d02564df9cd 264 0.10 vMB 44
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 110
    • Outgoing: 10
  • Data Transfer:
    • Sent: 318.33 GB
    • Received: 1.53 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.