Loading Tool

Explorer IconExplorer

Memory Pool

79,726 transactions
30.27 vMB
0.07826150 BTC
Random Selection Loading Transactions
Max Size: 184.60/200 MB

Candidate Block

Mining Attempt 02f4c0fd9413ec1a377614a22ecd20c900afc076669c68613420ec0180a9ecc2
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 6de99e7ea738722de5a6a8931ee40d4ad61674908a380aff8a8dc26eef81e169
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,428
Size: 1.00 vMB
Total Fees: 0.01062031 BTC
Feerates: 150.80 > 1.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (476,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,442 438,442 0000000000000000025f3f6d41267d549b3b9a57854d8925fe1d618ec1c5d3e5 958 0.36/1.00 vMB 67
438,441 438,441 000000000000000003cd1a1082d6168f564f31b38150a9d4a54538ddada42ce4 1,284 0.85/1.00 vMB 40
438,440 438,440 000000000000000001542e46acf8bd8901baae7dfa47f44950c48b139c88371a 1,288 1.00/1.00 vMB 51
438,439 438,439 0000000000000000002f91fcaac28a6b3785bba88699aaf95bf48d95371a2a7c 2,762 1.00/1.00 vMB 65
438,438 438,438 0000000000000000009bf5d049f100dc5c620582f1afcf20e82a1b40168c88e0 2,488 1.00/1.00 vMB 78
438,437 438,437 00000000000000000428ab8737a68bcbd5cffaadda04a423933896475d0a0e30 2,258 1.00/1.00 vMB 57
438,436 438,436 0000000000000000039a0d16ad9d38ace0dd76caa2f53ee797ee2c0459b98faf 2,855 1.00/1.00 vMB 79
438,435 438,435 0000000000000000014a98bb569dcef643e04598894d3818cd5e0b1b57016430 1,686 0.87/1.00 vMB 52
438,434 438,434 000000000000000003fbe52d255bd08a7dbd90fb32962ad3607a3eefbe64e903 1,838 1.00/1.00 vMB 48
438,433 438,433 00000000000000000243f65e1a16a6f38c07d0fab3c362b389c1e507247e6e8d 2,595 1.00/1.00 vMB 53
438,432 438,432 0000000000000000026fb1cb80fa3ac93e7be2351195bb1fc6d00ae53ac2838e 2,831 1.00/1.00 vMB 63
438,431 438,431 0000000000000000002c2dfc202e7ef87e5ed97d684940663e7494ee64dc382a 2,315 1.00/1.00 vMB 78
438,430 438,430 000000000000000001b828ad07e36183a7a735e5a10993fee27da3c214967ab2 2,382 0.99/1.00 vMB 81
438,429 438,429 0000000000000000002ca4b77c4e038dd1dcb2d1761bd4928cd39ce48da7582a 2,306 1.00/1.00 vMB 81
438,428 438,428 000000000000000001e047f434e56a9e3a490729bf1fa129aa08565465c5d73d 1,085 0.41/1.00 vMB 76
438,427 438,427 0000000000000000011e49443a1af3c5a9d76fcf9f2dab418845f0154e40b150 242 0.19/1.00 vMB 44
438,426 438,426 00000000000000000235160ff69f5e57355ea082b6dc14bf348fb439e6890faa 1,667 0.62/1.00 vMB 70
438,425 438,425 000000000000000002f450647652139e8ebc800297a75d5aed0be2b4506aef8c 1,375 0.93/1.00 vMB 51
438,424 438,424 000000000000000002391cadf7827ca6d16f17dde123a5081011475df7aa7f27 701 0.28/1.00 vMB 70
438,423 438,423 0000000000000000018e3dc07530b47331b935a140f76a49a91a67024a81fb7c 1,883 0.75/1.00 vMB 65
438,422 438,422 0000000000000000003d817fc987b2ca2ed789dd43fa6952b84d8e21663a7eb7 1,408 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.06 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: 720.63 GB
    • Received: 18.22 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.