Loading Tool

Explorer IconExplorer

Memory Pool

44,019 transactions
27.26 vMB
0.08926107 BTC
Random Selection Loading Transactions
Max Size: 144.02/200 MB

Candidate Block

Mining Attempt 79dc017010d842d8c636d3c4dc7229e59e5a7ca055e36d5a935524035bbfcb4b
Version 20000000
Previous Block 0000000000000000000135466ad97f1a89f34aff359bd8702ee7212bef1c8518
Merkle Root 6ac2d11e6fa19dcf8e8c56ad5c7c44073ffda57cf0ff7ad627f3fa19f8d53d1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,065
Size: 1.00 vMB
Total Fees: 0.03834625 BTC
Feerates: 101.67 > 3.84 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,923 (123,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,479 791,479 00000000000000000003b02723aee34006b1801e6bcaf56b85d07c325345b862 3,939 1.00/1.00 vMB 30
791,478 791,478 000000000000000000037612b1f1b3528a73c9f8c18ed0d47147919a27d83965 3,872 1.00/1.00 vMB 46
791,477 791,477 00000000000000000000abb3fa782fc3a74e9ce3cb1cf865e681a68a3074d7d2 2,879 1.00/1.00 vMB 56
791,476 791,476 00000000000000000000c3c1b61b86df0a7b32e93b43265d7ecb92e954585078 3,132 1.00/1.00 vMB 82
791,475 791,475 00000000000000000004cd9e20390b1a7d202a430764ebcef9d9859843641c3a 3,334 1.00/1.00 vMB 24
791,474 791,474 000000000000000000058f30ca6a69966917bb7e9aee02a87250c03c12f85315 2,860 1.00/1.00 vMB 39
791,473 791,473 000000000000000000000329d9b9ec7dc28536edc4249ac2e78e5c39abd2b7b0 3,066 1.00/1.00 vMB 62
791,472 791,472 00000000000000000004e114e49147a6e1d5c56aebd1f5dd825d8583f58b6fe6 3,025 1.00/1.00 vMB 49
791,471 791,471 00000000000000000001d314a1aec5a21e4df5f875d209270329dfb8ec58098b 2,949 1.00/1.00 vMB 38
791,470 791,470 00000000000000000002e052c9ff61eb1e9e075beadda7cad74184089f0bdd2f 3,753 1.00/1.00 vMB 47
791,469 791,469 000000000000000000003bb9b40f84c2f1e13219fe6298c288883df17d76f361 3,707 1.00/1.00 vMB 73
791,468 791,468 00000000000000000000d393eb931d45391556bc8982d889fcfc17dfa03f2d79 4,141 1.00/1.00 vMB 82
791,467 791,467 0000000000000000000301cd90d0f288ba3730ece36806ce8b077b73945e23d2 2,659 1.00/1.00 vMB 95
791,466 791,466 000000000000000000040cdde7d84eb1d1a578d984120c6bdd86b0d7d031065c 3,550 1.00/1.00 vMB 52
791,465 791,465 0000000000000000000058c96f2d5d24baf38e580fd6ae236dfe140f290e5691 3,256 1.00/1.00 vMB 43
791,464 791,464 000000000000000000039624151183611f79fda440e61a2ac6e89b549cad740b 3,126 1.00/1.00 vMB 61
791,463 791,463 00000000000000000001ab97348ddc4d9c7556936ecb27f1fb5ebfd8c886fabc 3,457 1.00/1.00 vMB 50
791,462 791,462 00000000000000000004b725bfa96b8be99b946d591e1abf16b9a45853fa4b50 3,394 1.00/1.00 vMB 75
791,461 791,461 00000000000000000001e2dd8d252d8b2b12786dc4652aa5f3715cd2e54a083a 2,754 1.00/1.00 vMB 69
791,460 791,460 00000000000000000001ea1fe21b729b470b47d577ba2c4389cacc14496bf1ac 2,710 1.00/1.00 vMB 72
791,459 791,459 00000000000000000001991d917fecae80d6050ac84f96809067401074a9ddc9 2,939 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.25 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: 655.44 GB
    • Received: 14.31 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.