Loading Tool

Explorer IconExplorer

Memory Pool

39,245 transactions
27.51 vMB
0.06253381 BTC
Random Selection Loading Transactions
Max Size: 140.70/200 MB

Candidate Block

Mining Attempt 482b3dd516456e33f643faff80897484ea66da7b5f515d50e6c03d555d939d3c
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 88e0ce677337c46f7a0c6a765cb94d23e9f81c2631b86fb6e67cbd7589591f49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,687
Size: 1.00 vMB
Total Fees: 0.01025405 BTC
Feerates: 101.49 > 1.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (414,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,654 499,654 000000000000000000ae0edf99df2db7e05a0f18e3e5a3e0dfc67013dadc526f 2,016 1.00/1.00 vMB 454
499,653 499,653 000000000000000000acce35f2b4ba5256f016da6024abb09ad60b6dcbd0ed83 2,461 1.00/1.00 vMB 420
499,652 499,652 00000000000000000082bfa88de1c4e6501462e231f0aa54f552f36bdf34fdd3 2,745 1.00/1.00 vMB 431
499,651 499,651 000000000000000000846d905295c15c98f9dc8c8f3ab44bbb997cca9a8e4c83 2,542 1.00/1.00 vMB 332
499,650 499,650 000000000000000000684318d6fc7266f8eb5dc349a170413a0c0ce2334da08f 2,281 1.00/1.00 vMB 307
499,649 499,649 000000000000000000146931cda4713b5ded152c9ae57effe37f216d5a5f31b6 2,096 1.00/1.00 vMB 246
499,648 499,648 0000000000000000003b9296ea38abd68e97beb0c5ed56a8255e6b379a02032b 1,786 1.00/1.00 vMB 244
499,647 499,647 0000000000000000007f3bf2c37dc14630153b93bc2c34542deadb34a5eb201f 1,754 1.00/1.00 vMB 211
499,646 499,646 00000000000000000082756af6724e3200ea9089cb4244cb2d94c83c3cd137d7 2,943 1.00/1.00 vMB 343
499,645 499,645 00000000000000000024c0bdbec66a889778c00bc69be0a96cbbd98b75c3ce09 2,332 1.00/1.00 vMB 449
499,644 499,644 0000000000000000002d429f39afec70c938e888c3417d690bbc85e83529991c 1,240 1.00/1.00 vMB 165
499,643 499,643 00000000000000000005869d321a8f2046d1e47f55b97920c9e4bb8a971db40b 1,964 1.00/1.00 vMB 265
499,642 499,642 0000000000000000003c2cc296d753717135a38cfea6bc3ddba640aac063fb3b 2,539 1.00/1.00 vMB 268
499,641 499,641 00000000000000000082dcdfb99c8b663828fd40fd68f343a17f766e1dee9bdc 2,450 1.00/1.00 vMB 374
499,640 499,640 0000000000000000000c157cd142a224c46b49e3801d46b000a6b34a057ef285 2,422 1.00/1.00 vMB 280
499,639 499,639 0000000000000000006fb9b7a8f9bc7ac4f01d105b149b756fe8339c7816ea19 2,780 1.00/1.00 vMB 428
499,638 499,638 00000000000000000034f39e59b8d37612507ff623184a35fa1403e6966c08a8 2,421 1.00/1.00 vMB 359
499,637 499,637 0000000000000000001f6ab0fa6ee75782fd56d393ebc80607d1875b1982fd25 1,980 1.00/1.00 vMB 335
499,636 499,636 0000000000000000002103a1d3dceaa3c0628c6927743a2f95733a53895ba9a2 2,459 1.00/1.00 vMB 304
499,635 499,635 000000000000000000783a8e513c89db74b947701379b32cffe6113d14f3f986 2,778 1.00/1.00 vMB 417
499,634 499,634 000000000000000000240b4711d5b77ca6bb99feeb31ee096e3711bb44eb9255 2,652 1.00/1.00 vMB 350
Previous 10 blocks ↓
Total Size: 781.76 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: 632.49 GB
    • Received: 12.12 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.