Loading Tool

Explorer IconExplorer

Memory Pool

78,094 transactions
29.31 vMB
0.06429892 BTC
Random Selection Loading Transactions
Max Size: 176.17/200 MB

Candidate Block

Mining Attempt 059bf3c67b0f14c2c0faadef3686ed58d45700a2cd21149a01ad974ce4e8db79
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root cb6ef88077887940b1bd18ab1035635cf751be7b4fe44ba716c98ccf3fbf9968
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,045
Size: 1.00 vMB
Total Fees: 0.00494998 BTC
Feerates: 50.25 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (251,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,764 663,764 00000000000000000007cb96e301f6b96892dff032f46603db189e2603b0f4bb 2,092 1.00/1.00 vMB 86
663,763 663,763 0000000000000000000e502e01dd9074848461c93084125ebdbb5cef2e771447 2,105 1.00/1.00 vMB 81
663,762 663,762 000000000000000000032a572f2b84138a0786d2413f30345a1b8d8d5870591d 2,844 1.00/1.00 vMB 119
663,761 663,761 0000000000000000000eac810351c19efde69357cc31f89db766af6f11ee093c 1,428 1.00/1.00 vMB 55
663,760 663,760 00000000000000000000dd69bc6f62ec9f728fff5ee2ead0f6cef9827a43dbd3 1,451 1.00/1.00 vMB 64
663,759 663,759 00000000000000000005e4a50e7031e7da5886c9f75d093ef8e19837e1f1d973 1,481 1.00/1.00 vMB 70
663,758 663,758 000000000000000000077b32047d97a529e8bcb5f8ab001c6354438372e14cee 1,436 1.00/1.00 vMB 105
663,757 663,757 000000000000000000036013c1d307621011bca7f4a85875af9fe2c289c190e1 2,132 1.00/1.00 vMB 97
663,756 663,756 00000000000000000006c5129180138cc65f8c7d144e17389f3acd03e9b14de5 1,623 1.00/1.00 vMB 66
663,755 663,755 0000000000000000000c65ec00843e8cae25500806d5e86b08647da2b5b9d4d7 2,474 1.00/1.00 vMB 83
663,754 663,754 0000000000000000000f064028f6e36ecdf0cf8c4131a07715283355754fdaa0 2,826 1.00/1.00 vMB 90
663,753 663,753 0000000000000000000cee4194aec043caddae28c28d2f37efb7d8e48b90881c 2,902 1.00/1.00 vMB 80
663,752 663,752 0000000000000000000e3f4813599b05773edc87858f476a184fd567871e1d31 2,884 1.00/1.00 vMB 82
663,751 663,751 00000000000000000005d06c64d6fc5c53ba9cde0a2cbad852e1645f7a0db186 2,894 1.00/1.00 vMB 103
663,750 663,750 0000000000000000000ac3a2fbd594d308fddf85222c333fbdc3373354365050 2,950 1.00/1.00 vMB 109
663,749 663,749 00000000000000000005a08bd0c8a90e88a7e3f470a5faec1633d275baaed03d 2,092 1.00/1.00 vMB 106
663,748 663,748 0000000000000000000526bd75fa910d1f37a690ba6353d191f4238d6f5974a7 2,469 1.00/1.00 vMB 113
663,747 663,747 00000000000000000005bcd9fc2815b59c95cf1e11b81bb73d391f4c6a1c6c3f 3,069 1.00/1.00 vMB 133
663,746 663,746 00000000000000000001274e21f0ef72528711696c9876946bf5ceb43468a4b3 2,546 1.00/1.00 vMB 117
663,745 663,745 00000000000000000005cd6ca5d7c959f575d98a02e18c69c724d27f654e934b 2,866 1.00/1.00 vMB 131
663,744 663,744 00000000000000000002f19cb758b9234767c6e74e8dd2d0a8c7d9b92c93174d 2,567 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.