Loading Tool

Explorer IconExplorer

Memory Pool

81,908 transactions
30.99 vMB
0.11709653 BTC
Random Selection Loading Transactions
Max Size: 188.13/200 MB

Candidate Block

Mining Attempt 48456471d2064e2030d0edfe24c945fcf46458da8893e7cb079f659862b49b02
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 0bc204a5f6d675009d7090d67d471a3e4586e90d2db935e6b38117f320693431
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,063
Size: 1.00 vMB
Total Fees: 0.03969182 BTC
Feerates: 318.30 > 3.98 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (438,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,728 476,728 0000000000000000014ea3a686d9acd7c68c02ffa59f6e8d8e6e14d0f9c393ce 1,747 1.00/1.00 vMB 204
476,727 476,727 000000000000000001112f783fcb1328e151de4acbe4c1bba624108d1f07781d 335 1.00/1.00 vMB 152
476,726 476,726 000000000000000000503c79173d954d695b981b15ad8fca9f497dc02f204497 1,661 1.00/1.00 vMB 159
476,725 476,725 00000000000000000071fe77a3f167c41326175c767b58f954fbe89e3fe2e373 1,753 1.00/1.00 vMB 193
476,724 476,724 000000000000000000bf69acfee30dfcab9b8d9ef2982ce5b7c84d227d9fb611 2,084 1.00/1.00 vMB 198
476,723 476,723 0000000000000000014c310487603dcf3d92ebf3201374d3ae1686d80954bcd7 1,538 1.00/1.00 vMB 181
476,722 476,722 000000000000000000c26f3ed115a6f1f432b9549e618e04b9df3cd61876fe82 1,391 0.99/1.00 vMB 234
476,721 476,721 000000000000000000f1d1d6d5dfbd6268cfb9de75ef38a2c68d5452671ae800 1,089 1.00/1.00 vMB 222
476,720 476,720 000000000000000000e8c71826811fdb9cee202f708739d476534445c25ee6f3 520 1.00/1.00 vMB 198
476,719 476,719 000000000000000000ec3d0aa66f1add5237c90b9808418e97cbdfb86e6fc57c 946 1.00/1.00 vMB 209
476,718 476,718 000000000000000000a8151844acdd81b22c777ea2683c6b72c94d5cc3a5d3f6 2,222 1.00/1.00 vMB 261
476,717 476,717 0000000000000000007a1d1052b1128266980e1669c34398d02a6ec0526d7985 1,309 1.00/1.00 vMB 218
476,716 476,716 000000000000000000ef61852676a00b8d9f68c7e71d32b27f7f47eef5275bea 1,183 1.00/1.00 vMB 231
476,715 476,715 0000000000000000000b8b55c55af455d7c84d34db67a8d5bb15b396e3ba472b 1,027 1.00/1.00 vMB 188
476,714 476,714 000000000000000001381471f890240fabda996042e194ffcedb1ad58bd5485b 1,491 1.00/1.00 vMB 183
476,713 476,713 0000000000000000013b05dd456d3b4e5d0514139c4a56919679bb060ebc9f49 2,166 1.00/1.00 vMB 194
476,712 476,712 000000000000000000df3800a79e8c4fe7fc85efcdc868c558a32fa68b3a49c8 2,381 1.00/1.00 vMB 249
476,711 476,711 000000000000000000aa93d2eadea10bca4f277ab04613e74d1dc47b943a580a 2,099 1.00/1.00 vMB 235
476,710 476,710 00000000000000000065a5b498e88d2a6f1a4b05264882e213eb12f9989ce695 1,865 1.00/1.00 vMB 201
476,709 476,709 0000000000000000002f282a0120d821d348629c7bf55209630b7375c636dbcf 1,866 1.00/1.00 vMB 214
476,708 476,708 0000000000000000007cfe9c8eee0ed07ceefc8168a3c4d52d46864c295d722c 1,708 1.00/1.00 vMB 174
Previous 10 blocks ↓
Total Size: 783.08 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: 721.93 GB
    • Received: 18.39 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.