Loading Tool

Explorer IconExplorer

Memory Pool

47,985 transactions
28.60 vMB
0.06861552 BTC
Random Selection Loading Transactions
Max Size: 153.27/200 MB

Candidate Block

Mining Attempt 1725468549a8d2485c59731733c70d5e34e12225544e4a86fd3544935b2eee49
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 9947f25c9a5525bdd37e50f453ca7c2e8d0e1b36be97e4752105a5d0562d47a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,630
Size: 1.00 vMB
Total Fees: 0.01431480 BTC
Feerates: 173.90 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (340,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,751 574,751 0000000000000000000fe8af5da161304f81846afee46e079b64e4af9f75b968 2,503 1.00/1.00 vMB 37
574,750 574,750 0000000000000000000c5fc76234c98f4fadb0fb9640f4d00a08f077de5d5d90 1,338 1.00/1.00 vMB 51
574,749 574,749 000000000000000000227c9a4431b74060334f4f922d3c56cb1928446037b1b6 3,001 1.00/1.00 vMB 66
574,748 574,748 0000000000000000000a550cb71d96848551739ec5cccf9b844558c76f47e7cf 3,423 1.00/1.00 vMB 59
574,747 574,747 000000000000000000156e72b05832292b3ca0029e9207e6baae1a1e6239c1fc 2,736 1.00/1.00 vMB 86
574,746 574,746 000000000000000000020e5b9d65dd02bc5239669cbd4b04ff633650f17f22f0 1,528 1.00/1.00 vMB 32
574,745 574,745 000000000000000000131c910b332ae0bc18b9b5c8b44c6d1a5e99b117714151 3,147 1.00/1.00 vMB 31
574,744 574,744 0000000000000000000beaff127e319130a850db3e1e5527a1cf96687052882e 1,907 1.00/1.00 vMB 51
574,743 574,743 00000000000000000026b77100abd6795fd745175b73eae00fae14bd3d2fa0a8 1,790 1.00/1.00 vMB 59
574,742 574,742 000000000000000000066533811ec2549ef852835b2a157ef395030753863cb4 2,771 1.00/1.00 vMB 62
574,741 574,741 00000000000000000016e89657b29b833e62e519fba239bf0023704d0890be07 3,571 1.00/1.00 vMB 76
574,740 574,740 0000000000000000000b11af14da6a7eec5e96d6f06ad359f56954eb2ddb20d9 1,608 1.00/1.00 vMB 53
574,739 574,739 00000000000000000026bcc9480a6a3ae962024f3dc96cd4e042c411a9b83e19 3,137 1.00/1.00 vMB 70
574,738 574,738 0000000000000000000a47828d04d89e2a5323c3bb1cd01475befd156abd551c 2,116 1.00/1.00 vMB 33
574,737 574,737 00000000000000000018dafba470b0e2f0395cdb8fa974c8c784f4c08842bc44 2,295 1.00/1.00 vMB 54
574,736 574,736 0000000000000000000cfd45a4753f6ba51af3ea37767e0db0b6d563fff2f6fd 3,460 1.00/1.00 vMB 85
574,735 574,735 00000000000000000003dc65c803a62b03103a4494b884a33321d25a87877a86 2,836 1.00/1.00 vMB 70
574,734 574,734 00000000000000000020259992764e122ee12fcfcf98b46a450058e9b1097667 2,936 1.00/1.00 vMB 54
574,733 574,733 00000000000000000024e88a20d24487082fb4986e6bd1eb532f9ca7ee0e50b4 3,189 1.00/1.00 vMB 79
574,732 574,732 0000000000000000001a4986721d7b9cf63c7b7af04e436f23fe7f70a0e3ee54 2,745 1.00/1.00 vMB 34
574,731 574,731 00000000000000000011dc58b38ec34da03de7febf18f16438715f750cd8d1ea 1,538 0.87/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.11 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: 651.83 GB
    • Received: 13.65 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.