Loading Tool

Explorer IconExplorer

Memory Pool

78,348 transactions
29.44 vMB
0.06701675 BTC
Random Selection Loading Transactions
Max Size: 176.72/200 MB

Candidate Block

Mining Attempt 7df9348c77110aa2d7a611c96e91ed3f5dff1944a39f4aa2eaac0a7f1dc8fc7e
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 375f9e4dd37f5fa990ba6c1523312e177398e7ef6e8670a4b8fb8c9a761ca022
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,656
Size: 1.00 vMB
Total Fees: 0.00727511 BTC
Feerates: 180.34 > 0.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (667,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,556 247,556 0000000000000050a6cfcc4b7bd95311c4df8c24b04d96baa8d8655ca58c573e 197 0.08/1.00 vMB 137
247,555 247,555 0000000000000094986eab14bb7fc5e39e380a3686202e57495c0bc95decb0d2 111 0.05/1.00 vMB 135
247,554 247,554 0000000000000058942ec3e11d55f3b2eb91d8e4e9f81a15de850696685a01bd 127 0.05/1.00 vMB 135
247,553 247,553 00000000000000075bfc7ffa9b9e6cf4d0619673d5b10dba2dea11aeea3b9928 136 0.06/1.00 vMB 169
247,552 247,552 000000000000007a3b5dc47e32cff4c7f114c1aeb696024cb62468460c4c0a59 136 0.06/1.00 vMB 169
247,551 247,551 00000000000000051cea985b6e4a1f80692578af94a50b0f620ba12cc9543b1a 52 0.02/1.00 vMB 47
247,550 247,550 000000000000000603df0f2eda59a337c26131eececf0b2779ae36e832340d84 539 0.23/1.00 vMB 147
247,549 247,549 0000000000000090c86151da0639c3e3ccc9cbcd5d6b2b362f471a4f028cbf59 187 0.09/1.00 vMB 145
247,548 247,548 000000000000004d3e8d569feb9503894b7bea688127f1f701132b402e13e4ea 190 0.11/1.00 vMB 136
247,547 247,547 0000000000000085dfae56deb6c9e6eb39ad1f89e54f30bca25fb9859bbdba1d 32 0.01/1.00 vMB 111
247,546 247,546 0000000000000064f47a132121c8b10d0a153a4d9c7222320a9fdf48f56072a9 16 0.01/1.00 vMB 70
247,545 247,545 00000000000000565b578b90ab220070656754172cbb44abbb87653b81c207d4 142 0.06/1.00 vMB 109
247,544 247,544 000000000000009f09abb63140acc73a29917970d5fb673309cd55fb3f1f9552 612 0.23/1.00 vMB 179
247,543 247,543 00000000000000319b2545deb42f86c3f02ea95aa66c0c1f092543d42c5a819d 382 0.14/1.00 vMB 143
247,542 247,542 0000000000000002403b691b211b565977cb1482c4b18d5d498d99e2b520cef4 7 0.00/1.00 vMB 39
247,541 247,541 00000000000000061da1607eac606d4295a54dcb36a8d40d3bd3db4696353928 226 0.09/1.00 vMB 120
247,540 247,540 0000000000000095ea38bfc486e885395c79c3308a5a596c89e0f1fcdcc7c178 143 0.07/1.00 vMB 142
247,539 247,539 000000000000003011357b917a7e8c5c55f0b305a6a32b0583126fc98d5c668c 168 0.06/1.00 vMB 183
247,538 247,538 0000000000000015d882db7f44788b83b785141c6c849392c179b9996e0581a2 220 0.10/1.00 vMB 148
247,537 247,537 000000000000004483bc14ef005cdf4ff4b4bbc74ea86f77aa10d419bbd208e9 261 0.11/1.00 vMB 134
247,536 247,536 000000000000003216863b4c875780bccb1384bbf5c00e6bda4da1f51d3254b0 67 0.03/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.14 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.