Loading Tool

Explorer IconExplorer

Memory Pool

79,591 transactions
29.69 vMB
0.06880835 BTC
Random Selection Loading Transactions
Max Size: 178.79/200 MB

Candidate Block

Mining Attempt cd0c4e28ca1643cf80acd01745dcc68e404eae77f3187890781e27f02046a687
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root a7729b7065b49f99db15eddb3bfb88e121dc643576570abdfb45c19539efc4a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,244
Size: 1.00 vMB
Total Fees: 0.00843123 BTC
Feerates: 100.19 > 0.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (395,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,573 519,573 0000000000000000003c6c0eb8b012f92c46e7e784067764040f648d6e4bbd06 736 0.35/1.00 vMB 36
519,572 519,572 0000000000000000003ed6a625d8816a777e8a498ef3ecf9b1d8808fb656fd70 781 0.36/1.00 vMB 23
519,571 519,571 0000000000000000001a3862a19d278b959ab7b386960e89da08c03ef23d7d21 694 0.29/1.00 vMB 27
519,570 519,570 000000000000000000116a6efc456c5b8526202b587ab62f9efc1815d903f549 142 0.18/1.00 vMB 1
519,569 519,569 000000000000000000431a80cb1aaced102d73de1192b2e5b70a6fcacb464267 2,219 1.00/1.00 vMB 24
519,568 519,568 0000000000000000003abb54050be453b24aa83ad0161707c443d4b5af923c1b 2,325 1.00/1.00 vMB 25
519,567 519,567 0000000000000000001e3d046686c7012950f475046030bea38e36294d8ecdba 1,745 1.00/1.00 vMB 27
519,566 519,566 00000000000000000047d63c7e41b4904e7cf3835c1e3636d702d8e2d1ca4fe6 330 0.11/1.00 vMB 27
519,565 519,565 000000000000000000207dc96f92a86f8e1c1406a148f42dab9274db54e1c6f0 1,762 1.00/1.00 vMB 24
519,564 519,564 00000000000000000013e520a6799f70b84db50f05f11a4e9fdac7f8a27f8758 1,117 1.00/1.00 vMB 16
519,563 519,563 0000000000000000000dc7a9bbfa95d626d7e54b19f35bafc2c987abc7af2b12 1,392 1.00/1.00 vMB 16
519,562 519,562 000000000000000000266113f4c3b96ed96f6e9964e96749937f2faed8ef7686 1,729 1.00/1.00 vMB 12
519,561 519,561 0000000000000000000e53262a7bd1925062344de85e94271af033549bae0c5e 2,078 1.00/1.00 vMB 19
519,560 519,560 000000000000000000030138e6a36ca09a7337b85593aa5d5a5ea1f36ab841ee 2,590 1.00/1.00 vMB 40
519,559 519,559 000000000000000000262b0f9130d85522147fcc18adb02727bdb56ac25847b5 1,375 0.78/1.00 vMB 8
519,558 519,558 00000000000000000009ff5716360b4887e95e6c72123c62b3bf26506cf30f9e 1,938 1.00/1.00 vMB 35
519,557 519,557 0000000000000000002132c038f3f30b45eb477714c36a3fe848e6a979c167f6 2,205 1.00/1.00 vMB 15
519,556 519,556 0000000000000000000a56383db2e5dc43cdbeff0ad8b017b6d5924d05d25881 2,331 1.00/1.00 vMB 13
519,555 519,555 00000000000000000048fa48b81ba9813057b6f7d90baa7b0df5f6ec6b345b43 2,380 1.00/1.00 vMB 66
519,554 519,554 000000000000000000008eefd941528c618c3971c9aa5e0d1f4b86f115a2b505 673 0.26/1.00 vMB 12
519,553 519,553 00000000000000000011c1b7b7fcb2b32b5e56dad9e5e843ae9df7608267ba90 704 0.45/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.