Loading Tool

Explorer IconExplorer

Memory Pool

72,604 transactions
28.05 vMB
0.06969537 BTC
Random Selection Loading Transactions
Max Size: 166.20/200 MB

Candidate Block

Mining Attempt e0c662e37fe0560782f054d563b4a4a201dc94c19487bcf60b699817f5755e4c
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root a97b854bab8c6bfaf4bf7deaeeea90b6d99835b97ec57439bc4e3989ed79bfbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,678
Size: 1.00 vMB
Total Fees: 0.01367697 BTC
Feerates: 101.52 > 1.37 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (272,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,525 642,525 00000000000000000009a3714ef3368dac5aec95faef8882b7dbfc7557850410 1,938 1.00/1.00 vMB 168
642,524 642,524 0000000000000000000a95dacba01050319fa882bfb50896efb51ae20120cfb7 2,288 1.00/1.00 vMB 103
642,523 642,523 0000000000000000000806b97000297c8acb10cde7a6783c4dc852c561157cc4 2,725 1.00/1.00 vMB 106
642,522 642,522 00000000000000000002c2c1e211fcbfc757fb36be87c1f8584d2e8d21902e40 2,665 1.00/1.00 vMB 126
642,521 642,521 00000000000000000005e5a8622735b343980b7b7c7f2f01e2da8f27f33f0377 1,665 1.00/1.00 vMB 249
642,520 642,520 0000000000000000000550f3210a6caecb73e6c6e5cb05fbfd46b760172c4cae 2,604 1.00/1.00 vMB 167
642,519 642,519 000000000000000000063b284ddbf966597b009ecc385bf620f870adaec025d0 1,858 1.00/1.00 vMB 49
642,518 642,518 000000000000000000107062aee6f58dac25e8c17bf8082fb61e4d38ee40baa0 2,137 1.00/1.00 vMB 79
642,517 642,517 0000000000000000000fab87bc0f3a9a8bf1cc207ab0c043ac3ba90f6af677e7 2,503 1.00/1.00 vMB 108
642,516 642,516 00000000000000000007addd6365a3e5aaec6a440bf36414d445f160ab4d61fe 2,970 1.00/1.00 vMB 120
642,515 642,515 0000000000000000000aa37f40dfb9242ac51cbe0a1135e8dc7df68b67e1cc11 2,705 1.00/1.00 vMB 161
642,514 642,514 00000000000000000006a88394beff3f7b276d44b6f076486d7620948f149ff1 2,010 1.00/1.00 vMB 155
642,513 642,513 00000000000000000001cbb215e9a4425153aa3f984ca5ebb25f5d272097416c 2,328 1.00/1.00 vMB 156
642,512 642,512 000000000000000000067f1f2bec6fbff430397a1d285f4d14f95da38631481e 3,062 1.00/1.00 vMB 194
642,511 642,511 0000000000000000000bbc7208d52e382c04e0fb8a936b01e16ed33f85a921cc 2,025 1.00/1.00 vMB 115
642,510 642,510 0000000000000000000d51c3d69bd0be598f4b21910c8d7339b7a0232ceac9b8 2,913 1.00/1.00 vMB 134
642,509 642,509 00000000000000000009f5aa6f27295efaa3f7d246f7cd8179bc45d31ef90a19 2,789 1.00/1.00 vMB 162
642,508 642,508 0000000000000000000e7b77039e13ea14aa3e6b65e4065588c310ad63f96985 2,873 1.00/1.00 vMB 183
642,507 642,507 0000000000000000000b1500d4c15b3c148e6789eaf8787b2f19e795d25fd6a8 2,035 1.00/1.00 vMB 122
642,506 642,506 0000000000000000000acdde47bd3088f434dd0a90e34f67c04457b0c12dd91d 2,307 1.00/1.00 vMB 148
642,505 642,505 0000000000000000000bd208e9120d55747ff02622d5cf70bb5eb066620956f1 2,603 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.