Loading Tool

Explorer IconExplorer

Memory Pool

82,945 transactions
30.57 vMB
0.16225936 BTC
Random Selection Loading Transactions
Max Size: 185.51/200 MB

Candidate Block

Mining Attempt 6d0bfc537431c0e4eec2c5d37ccfec655d52a0a7364ce601a8390b84bb73fcf1
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 0b52dbac1146a1dadc4cd44d9eec2a1bf58a0493206f189f83206018b3e3d436
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,095
Size: 1.00 vMB
Total Fees: 0.08332007 BTC
Feerates: 150.79 > 8.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (452,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,407 462,407 00000000000000000089485b3e0c9532ba63e65648592061a91292c91dd895a1 1,713 1.00/1.00 vMB 140
462,406 462,406 0000000000000000007d41fab6e23f956334d9610bab46b4aaafc6bb3f8f8e41 2,206 1.00/1.00 vMB 239
462,405 462,405 00000000000000000159dae2b6a0cdb26f2d1d6d30a774530585a1ad6af2ba1e 1,288 1.00/1.00 vMB 77
462,404 462,404 00000000000000000091859cc8e5f504578437931da09dfd3d7298ed77ee7ddd 1,071 0.99/1.00 vMB 88
462,403 462,403 000000000000000001fd330f346325b762fc9e83d3c4360550839ffad3ba3506 1,050 1.00/1.00 vMB 94
462,402 462,402 00000000000000000137a349c2d06b13a932e8cbaac688fbac5daef62143150e 1,570 1.00/1.00 vMB 105
462,401 462,401 000000000000000000a66af10552e59f8099ae2db9a4217206c9292e0f4bc3c4 2,340 1.00/1.00 vMB 153
462,400 462,400 0000000000000000009a83bb27dbfd96b116841da5c534b4652f4a9a4d7a079e 1 0.00/1.00 vMB 0
462,399 462,399 00000000000000000099d0c52d40e4e096095a75cc860e794e443665f7d08083 1,365 1.00/1.00 vMB 104
462,398 462,398 000000000000000001cf40f784fc31e160fe2236a87978924f21606ebca595be 2,503 1.00/1.00 vMB 197
462,397 462,397 000000000000000001d28a58741f7e0c90f5518793d4f49ad8579c9c3dc6db56 2,403 1.00/1.00 vMB 172
462,396 462,396 000000000000000000587801197bf70baef144bba6dfb533621f304b541df8c6 1,462 1.00/1.00 vMB 111
462,395 462,395 000000000000000000202b8fe95f38b4ce59fc36d850c63ad46251a5ff3c7ea7 2,356 1.00/1.00 vMB 134
462,394 462,394 00000000000000000169e1bd41cec262b5056e81a3f1a832353fe3d78820af37 1,744 1.00/1.00 vMB 138
462,393 462,393 000000000000000000ec1758507379c3760c1993817d0a0c5ae4ab54105b8b47 1,448 1.00/1.00 vMB 108
462,392 462,392 00000000000000000084306f46265058dba54b6d93ae2eac3a2d61208650b851 1,812 1.00/1.00 vMB 154
462,391 462,391 00000000000000000059de4bfce7a09fe8c4be773dc9c0f9a0468bbf1b22f115 1,872 1.00/1.00 vMB 170
462,390 462,390 00000000000000000090323c7530d6c08392d785569f5690185b70935d9bd10c 2,321 1.00/1.00 vMB 169
462,389 462,389 000000000000000000b468577a218708d7377f56493e49a0c4d5da7f2f118c46 1,376 1.00/1.00 vMB 115
462,388 462,388 000000000000000002020d412da43485eebdfa6f82215670c673c2bcf326df2b 2,201 1.00/1.00 vMB 129
462,387 462,387 000000000000000001505b0c3785e8f68b4717439c066b495ddb46d8f0d30554 2,046 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.