Loading Tool

Explorer IconExplorer

Memory Pool

83,200 transactions
31.21 vMB
0.09268097 BTC
Random Selection Loading Transactions
Max Size: 191.29/200 MB

Candidate Block

Mining Attempt 4e6aa25cbec0e7ba32bde2fb379374fb7cacb654a1a3e862c625e5cdb64c44d5
Version 20000000
Previous Block 00000000000000000001ac34818eef0d70486ad7b2c435f366c2fef0117ca70d
Merkle Root 8504b05a2874e0ab2ecea79d97548ecde288d4f89d334ca027bb7de75eb7af68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,484
Size: 1.00 vMB
Total Fees: 0.02219145 BTC
Feerates: 150.54 > 2.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,228 (371,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,680 543,680 00000000000000000007116cc87e9d4786fdaab9c99874bf1f2c5136345639b6 327 0.13/1.00 vMB 43
543,679 543,679 000000000000000000212b303be9ebc84beb01412db1c86d55c7ee064969d200 1,957 0.80/1.00 vMB 16
543,678 543,678 00000000000000000002026f8c3436f745ddf35c83834604b68418051c49df7d 1,597 0.61/1.00 vMB 10
543,677 543,677 00000000000000000024c782f279f66594cdb5409effb77c841413e65004c0d7 2,536 1.00/1.00 vMB 31
543,676 543,676 000000000000000000070e7a68dfa7fbfe026d9c6d711de8827ffbb6a213aca5 1,625 0.91/1.00 vMB 20
543,675 543,675 0000000000000000001033000a4182c2063648d0926ba278a6ca2832cb85a84e 1,442 0.50/1.00 vMB 17
543,674 543,674 000000000000000000070e7cfca4f3aded0cf64934eb1147c84cb95d578c28bc 1,274 0.48/1.00 vMB 14
543,673 543,673 00000000000000000020ab82bf2daec2ecebb92bbb58b0f2200a8bc5b478683c 2,768 1.00/1.00 vMB 9
543,672 543,672 000000000000000000000206254c56610d6bc9b64c141d7b1705ac9e8fa43b55 2,934 0.81/1.00 vMB 28
543,671 543,671 0000000000000000001abcd475b4dc0f5414a753c72e2b06c1ac6f459b11c2c0 1,317 0.57/1.00 vMB 13
543,670 543,670 00000000000000000000c4f0ddceada2a1871954feec9b48c2dc436719d7b6b8 203 0.06/1.00 vMB 14
543,669 543,669 00000000000000000014c26928c178cbf4c9c59262ffbba156510b40955cf87b 1,912 0.74/1.00 vMB 16
543,668 543,668 0000000000000000001d94deb4003d5528aeb253db29ddf38991daed2b983969 3,209 1.00/1.00 vMB 17
543,667 543,667 0000000000000000001ab7587bf2cbf41b85735327ba81a5a5a1be7bf5a33b4d 2,457 1.00/1.00 vMB 19
543,666 543,666 00000000000000000005cc8a87013aec268447122e8db6678600a3d0b1e6a6e0 1,418 0.43/1.00 vMB 16
543,665 543,665 000000000000000000116663231c0812ec971441fe8525768a7cf5ca558083fc 1,098 0.39/1.00 vMB 19
543,664 543,664 00000000000000000023d2b0bf8492a89d81a6f9c1dea139f7b42caabe74464f 826 0.40/1.00 vMB 24
543,663 543,663 0000000000000000001f4ebc6dcf83fbe95b3f88d7c6b2aa66df6d34900e7b44 403 0.14/1.00 vMB 16
543,662 543,662 0000000000000000000b496c5741fa3687a86bd6fb3da3184a9d4bc97ded9566 2,360 0.78/1.00 vMB 15
543,661 543,661 000000000000000000082627c4eb27d8dbe56af4eb9776003ab8ac6e322df9f2 327 0.10/1.00 vMB 17
543,660 543,660 00000000000000000021043cd9956ca2bd773bf4b09b7ab9be75ff7bc85212c9 1,097 0.54/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.78 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: 709.74 GB
    • Received: 16.97 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.