Loading Tool

Explorer IconExplorer

Memory Pool

45,569 transactions
27.50 vMB
0.11027080 BTC
Random Selection Loading Transactions
Max Size: 143.89/200 MB

Candidate Block

Mining Attempt 40817e66a65df6f6ac785933f07792258db7ba7b96c79cdd906ba846b642cab1
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ddb67dafab9407193d9a065750a5e8f74979c21735d8ae554f0ce97aa73130e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.05021356 BTC
Feerates: 151.01 > 5.03 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (344,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,100 570,100 00000000000000000002e89c18ce9c2ee2c870fde7f0955918fea1e229885048 1,926 1.00/1.00 vMB 145
570,099 570,099 0000000000000000000e20beb9109bad49a1e7545548264c429360ce02be6f63 2,730 1.00/1.00 vMB 160
570,098 570,098 0000000000000000001f5c2ea2215374ea40ed8e353b615ae380bde6bf9091b8 2,703 1.00/1.00 vMB 70
570,097 570,097 000000000000000000100ea72864865205ad4f20b66b38b35481f9b5e98e61af 2,919 1.00/1.00 vMB 126
570,096 570,096 0000000000000000000af9204e7a7b9cf26732b96f7269ee4e0ccf70f29d4de0 2,008 1.00/1.00 vMB 113
570,095 570,095 00000000000000000025aa73cc79d05ed4c8d80fee32b825af552f1a7a751d41 1,110 1.00/1.00 vMB 98
570,094 570,094 0000000000000000002b4ba5106434ae6b9c2c560786f7d56fb629e4dc4d2f86 3,421 1.00/1.00 vMB 158
570,093 570,093 00000000000000000004376f6728c1c93894902d92909e919086cefe2d0f844a 2,963 1.00/1.00 vMB 176
570,092 570,092 00000000000000000026960d36e9ffe255e4bde8656a843cea2f32612b1f4b12 3,312 1.00/1.00 vMB 145
570,091 570,091 00000000000000000003f57a336ea9698b371fe8946b70307c826fa322d42231 2,156 1.00/1.00 vMB 108
570,090 570,090 00000000000000000013ab94393689ed9d798337685dfbf515c8521f356bd30c 2,825 1.00/1.00 vMB 102
570,089 570,089 00000000000000000014e764f007b8845e5b9c83bcfed9b41f782a8beffcb48f 2,355 1.00/1.00 vMB 60
570,088 570,088 0000000000000000001b070f50871bee3d1fca38ff1cca3262a4cccaa555cabd 2,423 1.00/1.00 vMB 74
570,087 570,087 0000000000000000001b7dc37d8f4696102e2459abde8b7f52c41296018943ef 2,884 1.00/1.00 vMB 76
570,086 570,086 00000000000000000029ef7abae4928a1b74a8175386e4a7940c89c26476c4e2 3,225 1.00/1.00 vMB 80
570,085 570,085 0000000000000000002a1a4342a4a590f6411bfbfe2c38fa430f66371b9aeb66 2,682 1.00/1.00 vMB 115
570,084 570,084 0000000000000000001f7c9fde4158437e2d4f3337ab126cba9bd863991f1353 2,563 1.00/1.00 vMB 125
570,083 570,083 000000000000000000052b1fd95b1dc36b9cff869d86f0c44629b9d75aa983d9 2,974 1.00/1.00 vMB 99
570,082 570,082 00000000000000000015fc4fcdb98115c50bbb905d6d033677e3cdb9b740bd27 2,824 1.00/1.00 vMB 108
570,081 570,081 000000000000000000182469866cd454c7ff194973e87cd14c1712cd4c2c0ac1 2,790 1.00/1.00 vMB 98
570,080 570,080 0000000000000000001c9c0b8f4dc4944e1bd34fbe8598d76d12c16eb547e121 2,756 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.