Loading Tool

Explorer IconExplorer

Memory Pool

82,293 transactions
31.24 vMB
0.09620343 BTC
Random Selection Loading Transactions
Max Size: 189.54/200 MB

Candidate Block

Mining Attempt da5ff4697c60298d8defce71977f6dadc52f2cd1398dd36db68ab278eedff3ec
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 31571c0bc824f798862612b63513f786501d74f53e17967999e9702d69465e9c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,207
Size: 1.00 vMB
Total Fees: 0.02856859 BTC
Feerates: 351.58 > 2.86 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (168,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,800 746,800 00000000000000000006752a90313cc2b0835e44b35dfce69a98e4fe864f7090 1,406 0.54/1.00 vMB 12
746,799 746,799 00000000000000000000887b8971f191e0fa1e1b72a6046df071af8b260a6102 187 0.04/1.00 vMB 11
746,798 746,798 00000000000000000001ca87d3981e2375124136c96fe4effb3b2a8beac8fdc7 1,672 0.82/1.00 vMB 7
746,797 746,797 000000000000000000005aca4f463d56d4b7e9574aa0b9b71d9159648aafb037 615 0.21/1.00 vMB 12
746,796 746,796 00000000000000000009eb032f8baab17546e2c85ad468d068594d6db9b9e4da 1,071 0.39/1.00 vMB 7
746,795 746,795 00000000000000000000625eef1fe7d5962a2a6fb6c4363c9ce6c91d0f77ffce 1,789 1.00/1.00 vMB 10
746,794 746,794 00000000000000000000c2fbd3d2081e9909ee6066e67a17bab329fe4a7bb58d 91 0.04/1.00 vMB 7
746,793 746,793 0000000000000000000515552ccd4b9d72c3f81fecad97a0c8424b9384f92aa5 562 0.59/1.00 vMB 6
746,792 746,792 0000000000000000000974d008f3e26bf74c67b71e9d2632bcf8ed9061760fe8 1,355 0.84/1.00 vMB 8
746,791 746,791 00000000000000000004e2876fbad323e66d60818e7daf4f02a5bee56b2f1eeb 1,235 0.74/1.00 vMB 5
746,790 746,790 0000000000000000000349d9b9a658245573a2e3de8a690cb865aea9672d1ee8 2,899 1.00/1.00 vMB 7
746,789 746,789 000000000000000000024e259f265b42728ee655f55578c80f2aeee196d4ffce 761 1.00/1.00 vMB 17
746,788 746,788 00000000000000000009f9d4d4ece9c691ff4a7e232a04c32f53f5a67bb4d41b 1,495 1.00/1.00 vMB 4
746,787 746,787 00000000000000000004fed4b423252b2ef00f10c8baba295d11aa843e2fe819 2,172 1.00/1.00 vMB 9
746,786 746,786 000000000000000000062bc7c0b6f31baa95e67a939ad52e361c5fd4c1b417dc 2,609 1.00/1.00 vMB 9
746,785 746,785 000000000000000000075f0b3153f03205ff7a7e81eef55956cb2fa6a5477db2 1,904 1.00/1.00 vMB 9
746,784 746,784 000000000000000000089e9978c6b5e69d0d02109ad3e418ec096ce03d3292b0 2,115 1.00/1.00 vMB 11
746,783 746,783 000000000000000000098d0c86665071e838f3483d582c0af7a16ef07745020e 49 0.01/1.00 vMB 11
746,782 746,782 00000000000000000003e70c11501aaba9c0b21229ec75b6be9af4649cd2f8d9 1,755 0.68/1.00 vMB 8
746,781 746,781 0000000000000000000868d3139712fe9c5674f33786c00cada57f094bc7c7d5 292 0.09/1.00 vMB 9
746,780 746,780 00000000000000000000de686d8fc6d7ec2142b071b18af1886c9492beca44c9 513 0.21/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 708.66 GB
    • Received: 16.75 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.