Loading Tool

Explorer IconExplorer

Memory Pool

80,607 transactions
34.12 vMB
0.13233956 BTC
Random Selection Loading Transactions
Max Size: 193.66/200 MB

Candidate Block

Mining Attempt 38b9d44afe4c7f74f0f8c950d6f087bdbd8810977cc87a5d66a635cf9e28bb36
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 99f4cdcd645c614eea25f2950e8d9119b0da10c98dc20f712ea44a4bec6ff89d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.02161844 BTC
Feerates: 52.08 > 2.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (675,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,472 239,472 00000000000000c481b778d6a6783c926bd34e61df0a2c1f4cc3e3e86bf8fee8 306 0.15/1.00 vMB 183
239,471 239,471 00000000000000b288c0c98845f5b5ed9d5cc9e0e4eabef989ed1cf208317ae5 87 0.04/1.00 vMB 170
239,470 239,470 00000000000000d83b86f8e3e6c6d6c0970f9a86dd4ba843c80a0b02c0ab56e4 156 0.10/1.00 vMB 119
239,469 239,469 0000000000000140988fe2a2ff8f5f7b5dcca20174ac0965640157d5e4fcf0c9 333 0.15/1.00 vMB 162
239,468 239,468 000000000000000558f3c0c66651e3d5489aa982af9348ae79743242b10ba91c 550 0.23/1.00 vMB 181
239,467 239,467 0000000000000050a9e34abeb896c6bd44a8eec2bc285ceaf54c2b415fa7f9ac 105 0.05/1.00 vMB 155
239,466 239,466 000000000000013843b8f487a60fbdb520cc55764d32db034551d7211f8e6a30 92 0.04/1.00 vMB 165
239,465 239,465 00000000000000eef4a9afec5de5133fff4d6bac413d9d2123eb47f3fa00e549 134 0.06/1.00 vMB 162
239,464 239,464 00000000000000ca54f3ab072333cce6a80bbf7347a5804eb3477065b229828e 191 0.10/1.00 vMB 144
239,463 239,463 000000000000010c30d97a628b0cf067137c8ba184781c064ac909de52b369bf 6 0.00/1.00 vMB 92
239,462 239,462 000000000000005a7628e812cdc4eae3c538b659cabfcfd908f8f050f3b64359 45 0.02/1.00 vMB 148
239,461 239,461 0000000000000110a8d23141bb05f60cbf8c3c5444b1841e1265b06f4eabd1e7 231 0.11/1.00 vMB 134
239,460 239,460 000000000000013f4a237c2867949b05367689c30372ca3a6d3c5e587da24f40 100 0.05/1.00 vMB 130
239,459 239,459 00000000000000ceefd6cc9402bfcc5969c5a795fbabbbf779f1f88206924b06 175 0.07/1.00 vMB 177
239,458 239,458 000000000000001f17635010018b130faaead084580ba240f3e50aeaadff8ddc 103 0.05/1.00 vMB 113
239,457 239,457 00000000000000db5297322804e341ff781b8a29d52438152e9ad2bca55cc3d7 496 0.20/1.00 vMB 213
239,456 239,456 000000000000008e895a0e2dad264ac976189c56d2d32b96aace123daa24e673 230 0.11/1.00 vMB 150
239,455 239,455 00000000000000823180d6279b375777e85a56b334964de5aeb6974e03487e23 110 0.05/1.00 vMB 157
239,454 239,454 00000000000000a11ca7b6bc3882e61687e1f6bc896c9c9779d6a4076e94b22b 1 0.00/1.00 vMB 0
239,453 239,453 00000000000000bea78b81223329798fda91554fa50b9d24127abd3b1acb4fd9 364 0.20/1.00 vMB 151
239,452 239,452 0000000000000093c256e52cffe7ea1ef297d04069cb3c03eded24346b7948af 66 0.03/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 783.10 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: 729.54 GB
    • Received: 18.49 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.