Loading Tool

Explorer IconExplorer

Memory Pool

80,560 transactions
30.19 vMB
0.09138843 BTC
Random Selection Loading Transactions
Max Size: 181.05/200 MB

Candidate Block

Mining Attempt 84545e4c94ceb825bcd264cfa2cf14a10c095f902301a2f218701258a284c8a6
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 635910c1e74e3c14e332822def096cc70710d88c3a7db165e8210099fd5357ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,026
Size: 1.00 vMB
Total Fees: 0.02957897 BTC
Feerates: 301.07 > 2.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (631,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,103 283,103 000000000000000020cb64136e295f3d95c484e8645bc714a654144a273bfe35 512 0.18/1.00 vMB 73
283,102 283,102 00000000000000011d8c3de9616a349cc29e8a9a0e31bdd63aebb40d7e4e3c48 788 0.25/1.00 vMB 97
283,101 283,101 0000000000000001adbfb306170ef3e66f54cec4a7016f361f3a2e6db492018b 935 0.62/1.00 vMB 26
283,100 283,100 00000000000000012ddb0e21076aa60281a3b93a4336f8c3884dbb5f85fce4d7 783 0.35/1.00 vMB 80
283,099 283,099 000000000000000145f738890dc703e7637b677f15e9a49ea2eeca6e6e3c5f51 370 0.39/1.00 vMB 19
283,098 283,098 00000000000000012af08fe29312627aa6f74aa7f617925da4f4f3a572a95da0 1,068 0.35/1.00 vMB 62
283,097 283,097 0000000000000001dc69cebae7c60b3e92c7c4d1d006a4fecbe00835a8fcc06b 161 0.05/1.00 vMB 67
283,096 283,096 00000000000000016e253d149d5a4d03eca150d558dba088a473328a23a8e95a 140 0.10/1.00 vMB 33
283,095 283,095 000000000000000089c479b674958553c299b98841d146efee762d22e68b4917 298 0.13/1.00 vMB 63
283,094 283,094 0000000000000000f756dffec64954e42303dbfc3188bbc3a6157faaa6988807 169 0.17/1.00 vMB 18
283,093 283,093 0000000000000000aa2526e884ed6e26b92586aa11dca2af50c7354556c1ec9a 791 0.35/1.00 vMB 61
283,092 283,092 0000000000000000d2823a1b5b2b39dba08c047d18661841c7120eced226c002 393 0.42/1.00 vMB 21
283,091 283,091 000000000000000071687c6c0f9f9d395644c40811c2908356e4e3d5ed129450 914 0.35/1.00 vMB 53
283,090 283,090 0000000000000001cb3fadc2cbe2c01043332b0e7b4de9e2876cf469967ae07c 529 0.25/1.00 vMB 45
283,089 283,089 00000000000000011d12c82b0ea09ecd9bdd929a15191f6fc0235507d2e06e26 159 0.05/1.00 vMB 165
283,088 283,088 000000000000000147f27138b56f1fbbe9b3ac05e8096aa7e7226bf39d0f3fe4 567 0.53/1.00 vMB 18
283,087 283,087 00000000000000016a60ee1034d355c7e65da88517a50e63f78d66376c6d4239 570 0.23/1.00 vMB 62
283,086 283,086 0000000000000000d5f7ffe4dd8ce6ddfff47313cf4700fb41c3336a2878e4ba 706 0.25/1.00 vMB 39
283,085 283,085 0000000000000000bbcf9dded7b82ff4325a9cfee5c17ab3ef29cd4cb00f72e1 1,109 0.35/1.00 vMB 65
283,084 283,084 000000000000000039d0a750b8cdf57fdf5e87bf380f0bdb2b46f1ca5e3be0f3 153 0.05/1.00 vMB 262
283,083 283,083 0000000000000001e67539fbc512671f46195ecded744a8e31faddf2bd4b05fd 731 0.33/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.