Loading Tool

Explorer IconExplorer

Memory Pool

41,957 transactions
27.62 vMB
0.07117915 BTC
Random Selection Loading Transactions
Max Size: 142.95/200 MB

Candidate Block

Mining Attempt 93b21744b379a5a4d1052e6fe2d0a7cbc1290bc56e12062b6245a5d05a0ccdf1
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root fc50eaebd51d44d6ee182e31f45e634cc6c50a264005ccfe829c7ba7baec58dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,653
Size: 1.00 vMB
Total Fees: 0.01646939 BTC
Feerates: 100.53 > 1.65 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (669,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,850 244,850 0000000000000030e196b2305155e1c20e0bd9ede3839cbb5e4484281accdb27 14 0.01/1.00 vMB 86
244,849 244,849 000000000000002c771329bbbe5d525edcdd1c89d2fe4df911795412edd03f30 141 0.06/1.00 vMB 196
244,848 244,848 00000000000000bfeabe176280f4f8dfb4d726cdd24d204a761504b3379a02f6 141 0.06/1.00 vMB 216
244,847 244,847 00000000000000b3cc4f06b6c11aa5ee2b4141d20c023e686f9ef8ad553fdc42 155 0.07/1.00 vMB 100
244,846 244,846 0000000000000043ce14f473dbb8bfb05af02175a7afae6eda2719aecc690e19 28 0.01/1.00 vMB 118
244,845 244,845 000000000000007e4714967037abc2cdf802d33e1e61954b96b612b0cf8f40da 14 0.01/1.00 vMB 99
244,844 244,844 00000000000000947a8f37746277bfe855f0c90dba3c60b0a5c0028ca5cfceeb 125 0.05/1.00 vMB 144
244,843 244,843 000000000000007909e217626ef3bacd9ad5521098258f12ad266a807f925653 41 0.02/1.00 vMB 150
244,842 244,842 000000000000005ff407a6b63ced3a6e5f93b25167b5b261aab372d2276aaabe 157 0.07/1.00 vMB 106
244,841 244,841 00000000000000803cd77a27319a8a1d8305ad8632d809f97650b996951d83c3 51 0.03/1.00 vMB 118
244,840 244,840 00000000000000925a4c4537027967d39036d92ffd9f376f4b2eff00bdfaf004 133 0.06/1.00 vMB 115
244,839 244,839 000000000000000ea2be1da2efdbed1c82a7cfb69256b9578db1c622c5efcb42 9 0.01/1.00 vMB 43
244,838 244,838 00000000000000bb9bf8859bb57eaecc197e2c27c1c9a10f28b354a8e37520a2 88 0.05/1.00 vMB 93
244,837 244,837 0000000000000052caa14fdeb277c9660dc431e4353ec0b4f6287d354dc79e85 374 0.17/1.00 vMB 162
244,836 244,836 0000000000000017c2c34e3f1eccbc0b0f938705ffcfc06e1a732102f9829bb3 9 0.01/1.00 vMB 31
244,835 244,835 000000000000005eca8d282a81512e2194a1da85f58296f07641e0af6d1cc69f 152 0.06/1.00 vMB 132
244,834 244,834 0000000000000092787f01ff1b2ce2b9384621c89fe72e9614bc966ce1ad5c8d 70 0.03/1.00 vMB 175
244,833 244,833 000000000000006997f2314dbc2ac43d88a1114b8ed99e7007294cd80e36f174 114 0.05/1.00 vMB 86
244,832 244,832 000000000000001fbde0129f2a36ab96c40a612e335e30bba5d498a16213a8d9 32 0.01/1.00 vMB 112
244,831 244,831 000000000000000e48bf37aff44cddddb59c5c6c198123d80f20e6d2bba2051f 150 0.06/1.00 vMB 133
244,830 244,830 0000000000000090badc2ce01282a6f1a0b73d5e4b98ea88fcc7f9a8ae6e25bb 129 0.06/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 781.79 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: 633.88 GB
    • Received: 12.23 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.