Loading Tool

Explorer IconExplorer

Memory Pool

45,959 transactions
32.29 vMB
0.12889216 BTC
Random Selection Loading Transactions
Max Size: 163.85/200 MB

Candidate Block

Mining Attempt c515047012bbe7cbedddd7167c89c578e0f85ac2abcbac660f6069e5cfd72277
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root e1459ed8dbcbc3b884b1c2b5970198ec4cb7b55460d4290e0d2f245075bf4e31
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,760
Size: 1.00 vMB
Total Fees: 0.05573226 BTC
Feerates: 265.25 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (443,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,149 471,149 0000000000000000017bb4421ad64313cc3ef9653e37424429befd13a3a1d9c8 1,452 1.00/1.00 vMB 378
471,148 471,148 0000000000000000006543025e316c6a38b3e8ddac38fe8a5dcf0ad76c89940a 1,573 1.00/1.00 vMB 345
471,147 471,147 000000000000000000e4b6d4f04933d794aca9990998a79746ad2bc6b39c5bbb 2,381 1.00/1.00 vMB 438
471,146 471,146 0000000000000000011db3cbc8f332074fb4e5920d97f31d6204e433fab88c8e 1,915 1.00/1.00 vMB 399
471,145 471,145 0000000000000000012964494685187bf28d5f457932703e6780af3d50e4d220 2,273 1.00/1.00 vMB 505
471,144 471,144 00000000000000000010bcfc37079847e7d7e81157608a09fa14264edddb7479 1,354 1.00/1.00 vMB 358
471,143 471,143 00000000000000000028c97ce5e2085f34b2a470511cf2771d5bb2b8b39d2311 2,387 1.00/1.00 vMB 449
471,142 471,142 00000000000000000192c74d3f85c41d0932ddc5bf9cee18d0a9b90c88561223 2,700 1.00/1.00 vMB 422
471,141 471,141 000000000000000000f89d49f83a55c55cb74f1bc6c00773ce49aac415308738 2,381 1.00/1.00 vMB 307
471,140 471,140 00000000000000000131e3bb3a3963f1c5767a28d0f0d1aade9bd881dbe986f8 2,589 1.00/1.00 vMB 407
471,139 471,139 0000000000000000004e8c09e00ca25659877c5993f465bb5dc7bf82113b4d18 1,721 1.00/1.00 vMB 400
471,138 471,138 00000000000000000022cf55ae308e995affb450d9bda79e181e38de03df5b1f 2,384 1.00/1.00 vMB 472
471,137 471,137 0000000000000000005f8ac5d2bab519bddfa5e70f5635d81edd036aff25e80a 2,413 1.00/1.00 vMB 234
471,136 471,136 00000000000000000050c7145621f3cecdbce9f8293bcaebff17bf1719951822 2,541 1.00/1.00 vMB 357
471,135 471,135 000000000000000000fa65bbadf23ed887f4ef26e5aa2e9acdab4c7cc3c80e06 2,713 1.00/1.00 vMB 224
471,134 471,134 00000000000000000175752a7c3326278681c3d4ec14f61c0800bae1562ccdd6 2,527 1.00/1.00 vMB 314
471,133 471,133 00000000000000000147cdeb83b7d47751ae0e2e1c3871ed73dad25ec72ea36b 2,552 1.00/1.00 vMB 248
471,132 471,132 000000000000000000a3a0759806b621f0fdcff38f4abe746806bf5f5b14dd46 1,736 1.00/1.00 vMB 311
471,131 471,131 000000000000000000eceafa4a607ab7104843d2dcdb4348811254048923fad0 1,560 1.00/1.00 vMB 464
471,130 471,130 000000000000000000fc28675079b2e4a4752ca5d0901eecaf45dece997d80a1 2,196 0.99/1.00 vMB 318
471,129 471,129 0000000000000000001eb07ed14d5698189760f759997bf4ec5d06e9fb6bab3c 2,051 0.99/1.00 vMB 273
Previous 10 blocks ↓
Total Size: 781.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.66 GB
    • Received: 11.70 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.