Loading Tool

Explorer IconExplorer

Memory Pool

14,221 transactions
6.14 vMB
0.03131129 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.09/200 MB

Candidate Block

Mining Attempt 76dcc3068bedd6334ab683c3769643fed984c4a3e53aae2e4afe490ea8df7270
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root 8508992c9c9dcd142d4c2a20e5f63e4708c72848f48049f6af7aaeeac12b7d2c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,145
Size: 1.00 vMB
Total Fees: 0.02033202 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (708,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,130 205,130 00000000000004189aa71944e0f184c94822406605cb2dece4656ebacbad6381 93 0.05 vMB 107
205,129 205,129 000000000000005c54edddc571e3674de70de20327a9f2c3c6076fc0f63d9c73 74 0.03 vMB 187
205,128 205,128 000000000000005be5084a62ccff3178cc48bfdc4592fcad0840009fd10df07d 68 0.04 vMB 113
205,127 205,127 0000000000000179be86fb12b92e1545ed41fb235aa211ea993939d6955719ee 100 0.03 vMB 7
205,126 205,126 0000000000000143aefc0b7ab1e251fa6fca46340455cf57de9ca583fb9cbbfc 234 0.08 vMB 153
205,125 205,125 000000000000003751ffd0c598f410288f855edd69cdbb94dffb184373f4fb68 34 0.01 vMB 9
205,124 205,124 00000000000001d97d44c10db6b8617de22306d955d082e1062748fca33b7d3b 187 0.08 vMB 231
205,123 205,123 00000000000001a4c0a03a17282d4da30fef3ab6aa84c1a5d1ba8a5a248af2a3 8 0.00 vMB 105
205,122 205,122 00000000000002a20b5a66d8ac35e8e9084200199010b075c0cbfaa1ecbc1259 75 0.03 vMB 167
205,121 205,121 0000000000000375097f1548d1e9dbdaec996e54ae9619f49fcd9a1c704d376a 129 0.04 vMB 98
205,120 205,120 000000000000019fcf4ef2967aa57fc02c28e7eaad1ac31ce15806070231bd7d 79 0.04 vMB 166
205,119 205,119 00000000000001d28ae4e9335310607d45ff2b35118d7a424b73c20752c5855e 71 0.03 vMB 121
205,118 205,118 000000000000021ee651392d3112f240fdcdfd12c9207857518801f97e8ac8f9 100 0.05 vMB 145
205,117 205,117 000000000000014299e74e3bb3b2842abcfc8f2ac0add2867ec1af5091f4444d 22 0.01 vMB 94
205,116 205,116 000000000000010fd94060d73f8df8c287f232f28d2dcaee2dc9a6561534e1a3 14 0.01 vMB 246
205,115 205,115 00000000000001d5f777966d3a6c673520949029b1a81bf25d190cbee470994f 9 0.00 vMB 111
205,114 205,114 0000000000000429d787a000031cfd7e00a82c8f9818c37bbe2b4cd75447ad3d 45 0.02 vMB 250
205,113 205,113 0000000000000371ddcbafcdbe05995eb19ebbd316f8169948ba745a74f002eb 38 0.01 vMB 174
205,112 205,112 00000000000005619067ed57220f3e0b571221d3c2a8cc44e612d4f42730c4b7 12 0.00 vMB 33
205,111 205,111 00000000000002f364680d05442c07a1b3575507d005f650fc06024b80a02e45 129 0.07 vMB 228
205,110 205,110 000000000000050adcac86835c9f8ca458f4394cd73f743621bee6215a87a9b4 306 0.17 vMB 192
Previous 10 blocks ↓
Total Size: 779.66 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: 313.05 GB
    • Received: 1.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.