Loading Tool

Explorer IconExplorer

Memory Pool

87,092 transactions
31.62 vMB
0.21694532 BTC
Random Selection Loading Transactions
Max Size: 191.96/200 MB

Candidate Block

Mining Attempt 08256b9e7e3d0c492044bebe658bf993824963efe889c5e4fc160ef0f117dc4a
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 96805d6a9a3c820382755f1d08e6bd6fcc280b6b48772cd4fa6019508afe7a06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.10891598 BTC
Feerates: 502.67 > 10.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (439,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,297 475,297 0000000000000000007e8a7967eef8add456d6cf98c17d6f48a320f4cb19d48c 2,401 1.00/1.00 vMB 254
475,296 475,296 000000000000000000d8d18854502593c9fc75db2fe07be2e83f7ce4e318a487 2,141 1.00/1.00 vMB 226
475,295 475,295 0000000000000000016977efbdd378309ef06064f07670a982e7afe912b95905 2,289 1.00/1.00 vMB 252
475,294 475,294 0000000000000000006cc3a51c74c44ef0dd03f96fa7cb1fb8dacbaca4d5eb8e 1,368 1.00/1.00 vMB 25
475,293 475,293 000000000000000000cbedf6338d3495ccdd1d2e149fe00a35922d110aeee762 2,093 1.00/1.00 vMB 85
475,292 475,292 000000000000000000d42a369af0d755c25959a6a24a083579202fffa17b66d6 2,489 1.00/1.00 vMB 292
475,291 475,291 00000000000000000001db261ced1d7859e651556db249a15b2f9c591bd87874 832 0.75/1.00 vMB 62
475,290 475,290 00000000000000000132408a1ff2f27c0497f95434df14c5c959dbc555c85963 1,189 1.00/1.00 vMB 42
475,289 475,289 0000000000000000015c05e78209f90e5e020fc35dcaff7bbd3d3bf8e2f491c6 1,909 1.00/1.00 vMB 85
475,288 475,288 00000000000000000016b5bdef8366fc74c5d20819410c9a5a8aa10743e208d0 2,081 0.93/1.00 vMB 234
475,287 475,287 0000000000000000012757b2a998a132c993a8f43a096f3e87ea70845f4058c1 2,226 1.00/1.00 vMB 182
475,286 475,286 000000000000000001343d6974acb5dc251387a5b3361886e1f5f2c814d309c7 2,284 1.00/1.00 vMB 117
475,285 475,285 00000000000000000037cbe802fa0ed0e8b7117007498c9f363385706606ed15 1,707 0.82/1.00 vMB 209
475,284 475,284 000000000000000000d5180e426305def8fb0ebeed1e37b43dba80a2e60a2fc6 1,845 1.00/1.00 vMB 109
475,283 475,283 000000000000000000498ae0bb643a073aa34e6f1ec788e1d459f5cdc49f7ec4 1,394 1.00/1.00 vMB 78
475,282 475,282 000000000000000000971249f8c4c9b206df40b1272e92457275fe0fa111f282 1,594 0.99/1.00 vMB 216
475,281 475,281 0000000000000000015f1b421006f608aa7eee9da573c9e5c1454319c888bcc3 956 1.00/1.00 vMB 74
475,280 475,280 000000000000000001402caa5dcbb2cf5e2fd8b053fcd00786c1e76948994842 1,720 1.00/1.00 vMB 41
475,279 475,279 00000000000000000013bfd0c7b4cd07be591565ed4c1b18806dc75c5a4150bf 1,810 1.00/1.00 vMB 234
475,278 475,278 000000000000000000b43bb4162374befa73a882efa6279d87cd3f11548cff59 2,048 1.00/1.00 vMB 146
475,277 475,277 000000000000000000ba4abbae0d0f5b6bb0a26a8838b6e42eaa7e8dd1af1ead 1,452 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.61 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: 671.95 GB
    • Received: 16.08 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.