Loading Tool

Explorer IconExplorer

Memory Pool

79,458 transactions
29.94 vMB
0.08415929 BTC
Random Selection Loading Transactions
Max Size: 180.41/200 MB

Candidate Block

Mining Attempt 1a82b0f42817248091a77e1c8a329a5cc38bb985de02e78a73f41c7dd62f4c8a
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root fb1de1e650075bcffd28545e9eb2f2bf39289106f7b9502a2daa0ae9e30e4fcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,894
Size: 1.00 vMB
Total Fees: 0.01565646 BTC
Feerates: 40.21 > 1.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (417,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,691 497,691 00000000000000000024fbb45c57b29c9707c4ed10f77774a05188455b64b02e 920 1.00/1.00 vMB 31
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
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.