Loading Tool

Explorer IconExplorer

Memory Pool

81,188 transactions
30.18 vMB
0.13337960 BTC
Random Selection Loading Transactions
Max Size: 181.48/200 MB

Candidate Block

Mining Attempt 62dfa706afe9a5292933fa200d098ea108bdfd9443d5ac0c1ba4d01b27108032
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 027f467e064bb022e6423da682450557791c152bb8ae58caab43e77b4d273a76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,036
Size: 1.00 vMB
Total Fees: 0.05630402 BTC
Feerates: 242.90 > 5.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (257,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,290 657,290 0000000000000000000cd964c14a6c9304d6df2faaf77c7ef56bbdf22f12b809 1,419 1.00/1.00 vMB 14
657,289 657,289 0000000000000000000238f62bc2f8783c80b1e99212615d62639949df5244b5 2,375 1.00/1.00 vMB 58
657,288 657,288 0000000000000000000080c2587cb76bba1eca096ed515bfcefaa390a29dd68f 2,152 1.00/1.00 vMB 73
657,287 657,287 0000000000000000000cb5ee42a860b6940fc058e8134cd274bee851a7c60a18 2,508 1.00/1.00 vMB 93
657,286 657,286 0000000000000000000c36e3efac496f63078b2b20d3f1e6ed789ebb2e5a4be3 2,617 1.00/1.00 vMB 56
657,285 657,285 000000000000000000043b210cecb19f7e5b7e35664ec19737e78c79fa7ea235 2,677 1.00/1.00 vMB 85
657,284 657,284 0000000000000000000c3268c9a9cbba07b39b2a7a3e9ef4b646c56e7b2481bd 2,726 1.00/1.00 vMB 96
657,283 657,283 00000000000000000002d2efe6f267a8530aebfec668a06dee981c94d5aa7c5e 2,368 1.00/1.00 vMB 47
657,282 657,282 00000000000000000000c5c00b60f890efd2f1019ab20c761182f6204d582a69 1,181 1.00/1.00 vMB 17
657,281 657,281 0000000000000000000b05d00356a813dace3dc1fd44dc8b6845a6327d51fd41 1,660 1.00/1.00 vMB 15
657,280 657,280 0000000000000000000ea2b92c8ccfb4dfc1221add8d89fa44cda53ed53cc20c 1,748 1.00/1.00 vMB 48
657,279 657,279 0000000000000000000a9d04c1ebdabd7a27ea69c7c7a1bb0ddea796a9a2d6c6 642 1.00/1.00 vMB 4
657,278 657,278 0000000000000000000f3576c3c8e6eb73c0bcae5b07d1b5388514d438d59443 1,823 1.00/1.00 vMB 6
657,277 657,277 0000000000000000000aa73ec7c87a6afe6759685552a0a23f90f1fb35502b85 1,285 1.00/1.00 vMB 17
657,276 657,276 00000000000000000005ff1b10d81515a7f98c9fb1e8b64dc4b19f1c4b4bc589 1,066 1.00/1.00 vMB 13
657,275 657,275 00000000000000000004269d23864d117679327df91263b2c0fe13a60477098c 2,185 1.00/1.00 vMB 27
657,274 657,274 00000000000000000003822c37ef44b20aba0d157f7ab10f4335059102dadef1 1,553 1.00/1.00 vMB 13
657,273 657,273 00000000000000000002bfbd26a251548818b1f62e58d1964f576bb3839af4bd 1,047 1.00/1.00 vMB 15
657,272 657,272 000000000000000000023447f93fcfeb2c841adc608ca398e24d73a4ef893ac2 2,688 1.00/1.00 vMB 39
657,271 657,271 0000000000000000000e340bb3d32e68f5e555738293d9c7fb3513014e224c2a 2,110 1.00/1.00 vMB 41
657,270 657,270 0000000000000000000d59064ac85803857b492e980d4e8483c45bbf370164d7 840 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.67 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: 674.06 GB
    • Received: 16.43 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.