Loading Tool

Explorer IconExplorer

Memory Pool

79,987 transactions
29.38 vMB
0.11513450 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt 38a301405b1e3b2e7d82bcfdf0632c7d1a45add0adb3e2c9b10e2bf3a6339a3e
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 2d2ab12199a00d6759ef6eeed0e9a3334309280d942c927767a9fdba53ef5037
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,990
Size: 1.00 vMB
Total Fees: 0.05252585 BTC
Feerates: 151.07 > 5.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (463,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,059 452,059 000000000000000000329149719203651f7bddfa8df353241c2c1cc882fe776f 2,417 1.00/1.00 vMB 109
452,058 452,058 000000000000000000377c1ea298a57193a175fe5f87d6b128453a27d8b14b9f 2,204 1.00/1.00 vMB 114
452,057 452,057 000000000000000001b36433f8ca11f30b40f308a53c9e5f0d310ca5da90dbf8 1,441 1.00/1.00 vMB 75
452,056 452,056 000000000000000000a0c0e31815ceba5d2af5b5a6335e8477b4791d298bc0c3 82 0.10/1.00 vMB 75
452,055 452,055 000000000000000002640d2c395401fdb6d05d548a4b059273afc5e58b6f4213 2,117 1.00/1.00 vMB 102
452,054 452,054 000000000000000000272179906c1dfbd7b1464bc4760b580ab39b59fa3fd039 1,194 1.00/1.00 vMB 84
452,053 452,053 00000000000000000041181cb3d3337aeab9f6c47b29d941f144a567173292b7 357 1.00/1.00 vMB 61
452,052 452,052 0000000000000000015554be14689879ee2f7630e227571d86a3ef58194084f5 1,246 1.00/1.00 vMB 69
452,051 452,051 0000000000000000026da85ead65b4e14f38163d27c15058f26f56604d1ecedc 2,433 1.00/1.00 vMB 111
452,050 452,050 0000000000000000008be4a13a0eeb80e5b7591c1d2b7354b83b72521f6e5941 2,305 1.00/1.00 vMB 117
452,049 452,049 0000000000000000023a740920f16b2180c319cef8174f5151a591ad4377e5a8 1,297 1.00/1.00 vMB 88
452,048 452,048 00000000000000000026dc7d50995ea0d01b68273a528726a25dfcbf037e0381 2,724 1.00/1.00 vMB 86
452,047 452,047 0000000000000000013dbdf88d51cbf79d177a95115f38ec7aea4069cbd3a72c 2,221 1.00/1.00 vMB 125
452,046 452,046 000000000000000000fc50c32aa71991f6bd119e27f509e54cc7dbe5f53f7fdb 1,997 1.00/1.00 vMB 70
452,045 452,045 0000000000000000006cfb0e5d771651a268ec38573131751315831bf6dc7bf4 2,819 1.00/1.00 vMB 80
452,044 452,044 000000000000000001bf055be387b328220e7b087810ff63ecf380c1aad14027 2,162 1.00/1.00 vMB 118
452,043 452,043 0000000000000000027aed9871e49c5644be7625f504e89fa78abd9094ef21fc 1,820 1.00/1.00 vMB 124
452,042 452,042 000000000000000000c175e8b87e7ec442c825284281794ef2d2e3a5f449f9f0 2,148 1.00/1.00 vMB 135
452,041 452,041 000000000000000001af854209c68ea9d6f379adedd580454b873c40bf4e38fb 1,310 0.63/1.00 vMB 144
452,040 452,040 000000000000000001bc38ee3e27948e0121aad309a38b4c7f6c3e6f6abc9676 1,843 1.00/1.00 vMB 98
452,039 452,039 00000000000000000233b743a9679d9b3defc212404e2c07dc1aa1843f532f87 1,407 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.59 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.63 GB
    • Received: 15.97 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.