Loading Tool

Explorer IconExplorer

Memory Pool

50,960 transactions
29.03 vMB
0.15688578 BTC
Random Selection Loading Transactions
Max Size: 155.66/200 MB

Candidate Block

Mining Attempt da88a7bebafa0d269f015e0b598c8b000d0c6a74c01341af5381da9d03392a86
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root b1c3439ce2cdba5cf788ea3b100fae09bdf0a83a28ef8056b584a037aa5ff89e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.09409828 BTC
Feerates: 302.00 > 9.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (92,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,694 822,694 0000000000000000000014dbc4f825ba112404eaea2550db9c1573b113178ee7 4,228 1.00/1.00 vMB 107
822,693 822,693 00000000000000000002c9210f74206b275a0e7f7b7ee203acbbd2d3fa7f7cb1 4,606 1.00/1.00 vMB 94
822,692 822,692 0000000000000000000092333d8a57cc6d642e080f9b7c50a82ec4e9004d1059 3,733 1.00/1.00 vMB 115
822,691 822,691 000000000000000000011c3940c954dc44cac7217f1c1b6fff4773aae5d601cf 4,562 1.00/1.00 vMB 107
822,690 822,690 00000000000000000003b05b0de786a97bfd355e7e6a5f3276a37e16235a8bdf 4,377 1.00/1.00 vMB 94
822,689 822,689 00000000000000000002ca5689d7a6543e40513d75286a055d6187f483cc24bc 3,604 1.00/1.00 vMB 146
822,688 822,688 000000000000000000009b2825b789b549228071d35f20bb473c11317992a074 3,838 1.00/1.00 vMB 77
822,687 822,687 00000000000000000000b3d8c0b3723fe08c7a6d3d57323094029a1cffe2a4aa 4,141 1.00/1.00 vMB 93
822,686 822,686 0000000000000000000075cc4c664522c208b01b435e7db551447acd08a35885 5,500 1.00/1.00 vMB 76
822,685 822,685 0000000000000000000003e3deae0732b19ebaa4a175fb6a5251f330dbd4bd77 4,873 1.00/1.00 vMB 90
822,684 822,684 00000000000000000003c02ea8685e614528f6a40b396e47cd8b59b31ad2768f 4,220 1.00/1.00 vMB 107
822,683 822,683 0000000000000000000232f495dbc2882356b1972e52ff2c9f528a496a9b93c4 5,845 1.00/1.00 vMB 97
822,682 822,682 000000000000000000018cedcc5f90889b3f83b0ff9cf336c0aa4e43bd964040 4,106 1.00/1.00 vMB 85
822,681 822,681 00000000000000000000fb1157f7ecb87ddc4d0674a39c91cdcd2578b98d9f2f 4,429 1.00/1.00 vMB 117
822,680 822,680 0000000000000000000200cab6b083da55ea0aa0e7e567f1b819977be61e1421 4,480 1.00/1.00 vMB 110
822,679 822,679 000000000000000000037533aef65ef5380895eda59f7a69d62ede396c6d56b2 4,287 1.00/1.00 vMB 86
822,678 822,678 000000000000000000009f662c9f5caa346543c55d2486a3ca08711b58037948 5,206 1.00/1.00 vMB 102
822,677 822,677 00000000000000000000e8041efffceffba732751539ca1d58de88c11a2a752d 4,727 1.00/1.00 vMB 94
822,676 822,676 00000000000000000002db0e4498defe7d84f0c7e13c4afd8c2e8dc7000bafbe 4,299 1.00/1.00 vMB 128
822,675 822,675 0000000000000000000053d98627b222c5a0e80e721f9b355d79e89d6b8bc3e8 5,144 1.00/1.00 vMB 97
822,674 822,674 00000000000000000002ade6803b516b2786b46a0e083f7f1e699d9503e9ded7 4,873 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.01 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: 649.66 GB
    • Received: 13.20 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.