Loading Tool

Explorer IconExplorer

Memory Pool

72,737 transactions
28.11 vMB
0.07054079 BTC
Random Selection Loading Transactions
Max Size: 166.41/200 MB

Candidate Block

Mining Attempt b2c258df7bff443b4eed7dfca467258b54f0e0c04a151eda30b964fdf95c061b
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root 44f218e2ee585c608a744af067fc157b6b0b265bc4066903b112ddd36f644f6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,390
Size: 1.00 vMB
Total Fees: 0.01437573 BTC
Feerates: 157.46 > 1.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (251,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,765 663,765 00000000000000000003795927d2d768802f332f80164177a10271db7b0ea857 1,566 1.00/1.00 vMB 84
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
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.