Loading Tool

Explorer IconExplorer

Memory Pool

86,473 transactions
31.64 vMB
0.14852734 BTC
Random Selection Loading Transactions
Max Size: 190.80/200 MB

Candidate Block

Mining Attempt 2c4896582cfddd1f4ab7086b873f6d66d7330c8db5d87de7819101f47cd92b41
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root cef460df896d83e9beb11aeb61f7e8ffe32351497946f8239b57e007d5cc33bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,580
Size: 1.00 vMB
Total Fees: 0.06612291 BTC
Feerates: 214.31 > 6.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (667,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,562 247,562 000000000000006c99da11348aecd52acdde54c3044c9db3ff85a818f23bc49f 270 0.13/1.00 vMB 124
247,561 247,561 0000000000000025a1878529a4020b7b42df5417c72555580fca470c0e25d590 262 0.12/1.00 vMB 141
247,560 247,560 0000000000000092d5962427a30dce8dc02a3c30f3e6a19faca6ea0812ba7cc0 34 0.02/1.00 vMB 123
247,559 247,559 0000000000000031291c9ccf530d8e42282a65aab44b65c2ae2d552cbca5c35f 206 0.09/1.00 vMB 165
247,558 247,558 000000000000002d1cab037d87b3707607225a4c8272dc51eed5c50e82895487 21 0.01/1.00 vMB 205
247,557 247,557 000000000000004727cdfc8c7d3253a7d3618bf8cd4892499da3e35c433c05fc 299 0.12/1.00 vMB 167
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
Previous 10 blocks ↓
Total Size: 782.33 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: 660.72 GB
    • Received: 14.77 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.