Loading Tool

Explorer IconExplorer

Memory Pool

38,805 transactions
26.55 vMB
0.06418156 BTC
Random Selection Loading Transactions
Max Size: 136.94/200 MB

Candidate Block

Mining Attempt c6fa647b6df480d9b71dc218504184c8081430aad2d4b42005c5e022a868adef
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root a44ba0aa503576eaf61c3f612fb54dea2d6dccfc4f6cb9d375fa44695ad16108
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,195
Size: 1.00 vMB
Total Fees: 0.01462742 BTC
Feerates: 201.06 > 1.47 > 0.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (504,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,234 410,234 0000000000000000028a5e7c0e844cadda9792b63fb514bcba3422063a9c5ed9 2,781 0.99/1.00 vMB 75
410,233 410,233 0000000000000000049fd3f53d6a13deeb49b72f6f93eba3f4b990da6a09bb60 1,338 1.00/1.00 vMB 39
410,232 410,232 0000000000000000026eff2698ad1bf63848b3b1a01796f4d2cda0afbfb4b301 1,983 1.00/1.00 vMB 44
410,231 410,231 00000000000000000490f9b00cb8eb96500e5f9bd4780dfe39cdb0b5ae25f63e 1,691 0.93/1.00 vMB 32
410,230 410,230 000000000000000004dd8db06ec5dbb14898552c835969280eaa717176186c5f 581 1.00/1.00 vMB 13
410,229 410,229 0000000000000000008c8cc2ae5340ec303c13a71090d9b37f45c81b17ebdad1 1,213 1.00/1.00 vMB 25
410,228 410,228 000000000000000003ea07b063db0e19e8af07b69a309676825eb3e95e5272e6 1,710 0.92/1.00 vMB 38
410,227 410,227 00000000000000000066ec116d077ff5f3ef5da7b6c4805b4c58146459809ea9 766 1.00/1.00 vMB 20
410,226 410,226 00000000000000000437a8fb4b79d6b5e29016ce8a8487c74c44b91b5084d924 2,355 1.00/1.00 vMB 46
410,225 410,225 0000000000000000030b9f8cc147646cae31e46edcc944ee5d6bfa900e88dab6 1 0.00/1.00 vMB 0
410,224 410,224 0000000000000000006bc91b86a8fa7e7bc3d154bb7cc5cb1d6b51c6f46e4096 1,600 0.99/1.00 vMB 24
410,223 410,223 000000000000000000b470496bc323591845291b7009ca95c5dce17b95537fb7 2,357 1.00/1.00 vMB 77
410,222 410,222 0000000000000000045614e4901f822a86e4015543acc6a68653cc9450f0f330 1,660 0.99/1.00 vMB 25
410,221 410,221 0000000000000000013fb74a21fe6aae6bd9e2f4f90b077c2d6c175f8d91af6e 2,174 1.00/1.00 vMB 37
410,220 410,220 000000000000000001846c3723839fac00622cf5bac72be655f121d2130c13fd 3,164 1.00/1.00 vMB 59
410,219 410,219 000000000000000003ad3b5ca66c520cd141418960e0fe05f7ddb0bf5f5e952d 2,008 1.00/1.00 vMB 39
410,218 410,218 000000000000000001f6f109328a50b1a94f41ffb5915b59f7d5579bbbda06fb 2,642 1.00/1.00 vMB 53
410,217 410,217 0000000000000000034681771bcdfc1434ce0a12b8d6b8a2b71fcc6429a29a48 2,862 0.99/1.00 vMB 61
410,216 410,216 000000000000000005d7b5b579df2eefc47129169b0f8f87b5d65777ce85df82 540 1.00/1.00 vMB 25
410,215 410,215 0000000000000000001f703f738c41f52d1e25b9e7839a4f646adfc72cf81878 1,898 1.00/1.00 vMB 47
410,214 410,214 0000000000000000000c138e27502082e34a935ac6859fbb77d63ad031c77f95 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.