Loading Tool

Explorer IconExplorer

Memory Pool

78,704 transactions
29.20 vMB
0.09296677 BTC
Random Selection Loading Transactions
Max Size: 176.47/200 MB

Candidate Block

Mining Attempt 49c002196106b4ffe7290e1617f9e03448b37f3fc124dcd638c0939b7a9a3471
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 0eba33e53e0f0e01a90d478e30f9c3653fbe3edd4e6de3a6858a65e38c915dab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,494
Size: 1.00 vMB
Total Fees: 0.03176692 BTC
Feerates: 150.62 > 3.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (417,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,690 497,690 0000000000000000000582d61ed548e37ba66ffcb6d649f3ecdce7e68a5b7a65 2,336 1.00/1.00 vMB 95
497,689 497,689 000000000000000000b291b9ffc737d4882908cd686cd6b325a34c654f813c6b 2,325 1.00/1.00 vMB 126
497,688 497,688 000000000000000000419a1028e2dde7d2fd1dc904ae5ad453c9f37ffde499b5 2,334 1.00/1.00 vMB 37
497,687 497,687 00000000000000000054c7150f3e1ae66fc02f84cb244c42b351be2e9cab8497 2,313 1.00/1.00 vMB 129
497,686 497,686 00000000000000000005c095959da39889f93934495f07d22037ec4f96a4dbe3 2,106 1.00/1.00 vMB 157
497,685 497,685 000000000000000000156583e85ba5044adccaf15d7c04baa7563a4fdb551544 1 0.00/1.00 vMB 0
497,684 497,684 000000000000000000b7634bf276f2f2cffb20d1153943401ebecfde48363e33 2,341 1.00/1.00 vMB 77
497,683 497,683 000000000000000000228f8b72189a1094fe714ddeaac6775c026730a3bb15d8 2,215 1.00/1.00 vMB 147
497,682 497,682 00000000000000000052407313f618a09d3875394301ad4319fdf095ad12cdfd 1,228 1.00/1.00 vMB 138
497,681 497,681 0000000000000000003ab2d75c3ae9f7800f315d556aa5194f3eb63fafcc58f9 2,233 1.00/1.00 vMB 185
497,680 497,680 000000000000000000ad6996fd06dccb3332d22bdea7e22b16f60305b95071d4 1,830 1.00/1.00 vMB 154
497,679 497,679 0000000000000000007be84943c61d747e0057a09c4311ab56f6439a7d9c7a82 1,113 1.00/1.00 vMB 11
497,678 497,678 0000000000000000008e335840ee4aedc67246ad216ecd4d57f6d2f592530435 1,839 1.00/1.00 vMB 79
497,677 497,677 0000000000000000003cf6561bf9c83e72dc202e6af301b5147ae8ceda1c96a9 1,975 1.00/1.00 vMB 43
497,676 497,676 00000000000000000045d4fa6b658436805751d3941bd45d90d6cb8b2abd8039 2,373 1.00/1.00 vMB 85
497,675 497,675 000000000000000000a2ef1f2c658ccdaa948e703c589f72ffd23a8400ddb8c4 1,773 1.00/1.00 vMB 23
497,674 497,674 0000000000000000002ad1de1011dd699820b20a24411d92cf801c6b5012395d 2,385 1.00/1.00 vMB 145
497,673 497,673 0000000000000000001efc7a6b24a4b32a20d720a396eb88cff9d5057299c9a2 2,103 1.00/1.00 vMB 167
497,672 497,672 000000000000000000d06ebf411fe5c8367e2659043572b726d9a197f395276c 2,135 1.00/1.00 vMB 51
497,671 497,671 00000000000000000095ed40a32b7c22b0d67b2b70aca668c2733b97e85d0909 2,672 1.00/1.00 vMB 71
497,670 497,670 0000000000000000000de1dbaa48ccc7a14d0b5b461a1c1ee000dd637400816a 2,245 1.00/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.