Loading Tool

Explorer IconExplorer

Memory Pool

75,937 transactions
28.67 vMB
0.08655848 BTC
Random Selection Loading Transactions
Max Size: 172.02/200 MB

Candidate Block

Mining Attempt d0e6b02eb25c9e6b004c65dc40b01cefeaf9edddd5f3ed0e3d17c258ddf0acf7
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 650ce92b2e2373e932f56b11493e57e4a77c6718ec6057ef6a972296beb5ad7c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,357
Size: 1.00 vMB
Total Fees: 0.02047882 BTC
Feerates: 65.95 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (495,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,746 419,746 0000000000000000029a3a0a55646764265f65fdf5a5c24ff888a5e80b12d69e 1,350 1.00/1.00 vMB 36
419,745 419,745 000000000000000001bfdb05fc3d2c02d3353ccd49115f4a958df9ed5ad5e8fc 1,132 0.93/1.00 vMB 28
419,744 419,744 000000000000000002c36d40039c26fb8c2d787f91471935ea30032ca0eda7c2 2,101 1.00/1.00 vMB 38
419,743 419,743 00000000000000000171f7ab2e79f97d2c15b6614228386e026ae7559cfbaff0 1,693 1.00/1.00 vMB 31
419,742 419,742 000000000000000002b776a2b1d772ce34d12ef663ec2b2f2f2c370c39e5f274 2,782 1.00/1.00 vMB 73
419,741 419,741 000000000000000001f6584db6b9264aa2beee5ddcee0fee9946034fc795432f 1,859 0.99/1.00 vMB 43
419,740 419,740 00000000000000000016f106054107125c724ee81a68dc6744531b647cbe78fe 2,618 1.00/1.00 vMB 66
419,739 419,739 0000000000000000041f7d59705c6f34b788f69fa42260b9d1991d0509878a02 2,510 1.00/1.00 vMB 66
419,738 419,738 000000000000000001c02b6f85912056353310cad70250c22c03c4c5723245f6 2,877 1.00/1.00 vMB 88
419,737 419,737 0000000000000000037f142f9c93856e5aecab959dfaf9041286ffaf7260d17b 3,102 1.00/1.00 vMB 93
419,736 419,736 00000000000000000468549a79dfab1330a48c40dc73844613b0803789a57f2f 3,212 1.00/1.00 vMB 87
419,735 419,735 0000000000000000027a82b51f9a3c6ca7d04a8e606b2198c61feb2eccf68dbf 1,901 1.00/1.00 vMB 46
419,734 419,734 00000000000000000427607fa01f95421928dda1be8428ad7417d88dd90955d9 1,665 1.00/1.00 vMB 56
419,733 419,733 00000000000000000274975cc5b62c3677db48d573a4da574fa230312bbeb9b7 517 1.00/1.00 vMB 59
419,732 419,732 000000000000000004e11f4189ee69f29b00401bb17011807b781677dfa57e95 1,968 1.00/1.00 vMB 79
419,731 419,731 000000000000000001f35322eb7fdb92ed41cd97416dea1fa389c748a4bf4f36 1,544 0.96/1.00 vMB 57
419,730 419,730 000000000000000000aa2a5fcda6e30872fb23b7ded7db4933bb29b503bb0aa7 1,049 0.99/1.00 vMB 25
419,729 419,729 000000000000000002cbcccb7ad5f4af6874430074434debc8c37a5dd4f2a5e1 1,102 0.55/1.00 vMB 50
419,728 419,728 000000000000000001e20d9a31a7959aa544ca74424f1ac13448888caff18ff9 2,490 1.00/1.00 vMB 56
419,727 419,727 000000000000000001e5244790a7eef9029c8bd73068e53992b945359c54c196 2,697 1.00/1.00 vMB 59
419,726 419,726 000000000000000000a3b63a2d35656df2ddcf4c2e7c4da1dee650e9a0d79f84 526 0.58/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.86 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: 712.82 GB
    • Received: 17.23 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.