Loading Tool

Explorer IconExplorer

Memory Pool

77,414 transactions
29.08 vMB
0.10079371 BTC
Random Selection Loading Transactions
Max Size: 175.03/200 MB

Candidate Block

Mining Attempt 47144a4cf243439be737d9bf6ab12a306c10df6b5c07d38fe0c8d413f49650f1
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 27588413f8a06dbfbbeb1f5a49b4b70a5823c654fbf2e29965e292b2e0fe746a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,529
Size: 1.00 vMB
Total Fees: 0.02683866 BTC
Feerates: 453.09 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (477,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,268 438,268 000000000000000001891044abe8727e8d3f8215a238af4910d7dd07f2aa5a60 2,010 0.96/1.00 vMB 49
438,267 438,267 0000000000000000002844d9c49845e176224e15c9c8bd53ce62362e9959a5b1 58 0.02/1.00 vMB 215
438,266 438,266 00000000000000000425b97d553a2475eb52dcbd3ab83f0b3c9747ea3a8e07af 2,450 1.00/1.00 vMB 77
438,265 438,265 0000000000000000040c4594eee7a21c9a6f10e8f8d47b9262944f95213bbe03 411 0.74/1.00 vMB 14
438,264 438,264 000000000000000002602b03f67fe961e662d1d9a11ce1a0fcb3f834017dfce1 820 0.39/1.00 vMB 61
438,263 438,263 000000000000000003f954d3f0a6572de9e073a4bd5696b74e08c5eb3fdd526b 1,590 1.00/1.00 vMB 39
438,262 438,262 000000000000000002a0d00db0af509bcf7dea4033c781ae4741733319fbf4c5 2,238 0.98/1.00 vMB 62
438,261 438,261 00000000000000000263485d95d3270b4caf83aaca0cb058ec0fff5ab9ba9a8a 1,566 0.67/1.00 vMB 63
438,260 438,260 0000000000000000009c2654d3c01e96c2d522afd8635d883843a1c0386c815b 179 0.44/1.00 vMB 9
438,259 438,259 000000000000000001e22cfe5eea29272a64b34cb309d462314ee9e863166974 1,723 1.00/1.00 vMB 50
438,258 438,258 00000000000000000395420fbb6505b3d80291263a5b4e3046ef3e852622966e 2,342 1.00/1.00 vMB 51
438,257 438,257 0000000000000000005ff88fefe165c3426d66a1f21541674d747cf00d1e7121 2,265 1.00/1.00 vMB 71
438,256 438,256 000000000000000003fb622544c22c9c261ff8fad4b61f903923e4afd7e51902 2,687 1.00/1.00 vMB 91
438,255 438,255 000000000000000000655ae47fc79bb5a1d805aa11973dcf6a8813187cdaf063 2,265 1.00/1.00 vMB 49
438,254 438,254 00000000000000000006cdcd03d09c212f7fecf19770a3e701da57dc72b0faf6 2,513 1.00/1.00 vMB 76
438,253 438,253 00000000000000000014af94ba68ec1d919ab4c10012e9b88e2901fadaa04775 2,537 1.00/1.00 vMB 48
438,252 438,252 00000000000000000135392730d3e616a95614cb59071d93f8e4b8e481f24b88 2,515 1.00/1.00 vMB 63
438,251 438,251 0000000000000000010abb5ecfec51f7b9bdbddc720bc5a2320f8f40806aeb6d 2,969 1.00/1.00 vMB 91
438,250 438,250 0000000000000000016ed3b31ce99c3baa14ffdbf6fdec7e8debcc73be239e5e 2,472 1.00/1.00 vMB 65
438,249 438,249 000000000000000002519798254ae57423a784c740b527310e7f3eaae898147b 2,362 1.00/1.00 vMB 67
438,248 438,248 0000000000000000008697afc91e3d46deb168693ece65ceab27235091a3879a 2,922 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.