Loading Tool

Explorer IconExplorer

Memory Pool

82,976 transactions
32.57 vMB
0.09919972 BTC
Random Selection Loading Transactions
Max Size: 195.37/200 MB

Candidate Block

Mining Attempt 3efae219c5ebd1dfc4dd761f6bd93652983ffc2dd713a5a54660a445f5ad9ebf
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root a4403177a60481c48176501e2d6d8dedcc7b3e13f9cf2aa8b2ae524c375c9df3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,038
Size: 1.00 vMB
Total Fees: 0.02384411 BTC
Feerates: 265.25 > 2.39 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (301,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,104 614,104 00000000000000000008c753b2aa6a62166bb0379b0d87eb2a8f9a9c78834241 2,009 0.75/1.00 vMB 14
614,103 614,103 0000000000000000000abbfdb8a7a34fdeac40297be97a6002fca74f646f49c3 283 0.09/1.00 vMB 14
614,102 614,102 00000000000000000008f8afa5d056b70949fed7d46cc1a6b7981e8dd838f491 1,176 0.79/1.00 vMB 10
614,101 614,101 0000000000000000000fb8f1e4731e3ae6af8526f6d2a4ead08912c09efd53d6 991 0.40/1.00 vMB 13
614,100 614,100 000000000000000000122be5077c02e4004629c05e26eccb794e6bd1a89bb49b 299 0.13/1.00 vMB 33
614,099 614,099 00000000000000000000285dc27800ec667185745dc8c239b0a26884a1916527 2,056 0.63/1.00 vMB 14
614,098 614,098 0000000000000000000cb5da2a18b1c662f19f7e06c86cca77313a6aac920ba8 3,076 0.96/1.00 vMB 10
614,097 614,097 0000000000000000000af6d065a21dbd9f1159aa451348c74331bd423a028a40 2,118 1.00/1.00 vMB 13
614,096 614,096 000000000000000000010b9b706b1cc88bad4cfe760266d0218507890062cf18 2,415 1.00/1.00 vMB 13
614,095 614,095 00000000000000000006ad080d8930e63bb0da726c6474c336e56d77ccfdfcae 3,063 1.00/1.00 vMB 31
614,094 614,094 0000000000000000000c7aada110356dc6567beee6b7cc1bddc943d2c9a0537e 813 0.48/1.00 vMB 5
614,093 614,093 00000000000000000006f3015af3bdfd8f4a44ef64cb45c24af60065b208c749 2,681 1.00/1.00 vMB 3
614,092 614,092 000000000000000000038449b36929251087ecd13782ea4ba320b01f9ad6c9ae 2,929 1.00/1.00 vMB 26
614,091 614,091 0000000000000000000a82e70b6a36a7af034c5c2c18720f27d1e2a85d82b4a9 3,216 1.00/1.00 vMB 22
614,090 614,090 00000000000000000008825acba45ba6a0aea5974b528327e036245059ffc947 1,519 0.44/1.00 vMB 14
614,089 614,089 0000000000000000000212ce3bb02bbea2154882c9075f51c0f2e44e8bdcbdef 75 0.03/1.00 vMB 9
614,088 614,088 0000000000000000000ce1cd229039032c7325ebe6bda31b12ed9f31aacbdcb5 2,008 0.94/1.00 vMB 5
614,087 614,087 0000000000000000000badd9b274472184a17dee9c777de35b533e17d00a7768 2,900 1.00/1.00 vMB 23
614,086 614,086 0000000000000000000c7168a1170777a12027a2d81bff437671ffed0d7ce9f8 2,509 0.93/1.00 vMB 9
614,085 614,085 00000000000000000003736a870565a4a37349236f981baf23f55d1beefa278b 2,375 1.00/1.00 vMB 17
614,084 614,084 00000000000000000010a37720d1720d1fc19b7ecfc8c0e87ecfbede36b1c54a 1,107 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.55 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.