Loading Tool

Explorer IconExplorer

Memory Pool

37,823 transactions
30.98 vMB
0.07471438 BTC
Random Selection Loading Transactions
Max Size: 153.34/200 MB

Candidate Block

Mining Attempt ecfc09274ea90365d46f7c2fff01e82224699649baf6befbc6a20173a65b4ce7
Version 20000000
Previous Block 00000000000000000001b2b8b03ec5944ecabaa6a12afcc2204c8d5943cca227
Merkle Root ab34b09f49e91ac124512b0f849709c0a4ad7a9192a7ab6c47e6464e56104353
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,227
Size: 1.00 vMB
Total Fees: 0.01149785 BTC
Feerates: 91.53 > 1.15 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,392 (911,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,986 2,986 000000000521be186b407165b90a3bc653d30c4ec89c317d23921a940bdb05db 1 0.00/1.00 vMB 0
2,985 2,985 0000000029eb62e606a4659c7149ba5936ef2e8a1e32ea63099ace69a9228e2b 1 0.00/1.00 vMB 0
2,984 2,984 00000000df3afd79d626891075799dc5f771ffa6993d743a9fbdcd43528f366f 1 0.00/1.00 vMB 0
2,983 2,983 00000000c5c3b1bc0d890199113420a367920b20ab98ed8f6a3d31c932241789 1 0.00/1.00 vMB 0
2,982 2,982 00000000b5726567b9bd085a532889faaaa0baa8c269746353f2a484a1fde927 1 0.00/1.00 vMB 0
2,981 2,981 00000000c8e5e14194fb10f3f4000368b750dde2d1055cc4ffa29be0f875b9cf 1 0.00/1.00 vMB 0
2,980 2,980 00000000572d35219bf83f85f0d8a3e972df391ff75c000ffff80455ef526abf 1 0.00/1.00 vMB 0
2,979 2,979 0000000093d886b022912d12fa6e21555ae43d1c5c980083e44eff6195e1fef7 1 0.00/1.00 vMB 0
2,978 2,978 00000000949dca9b431c0e7ab2824ea53720fe54a897f3f70b7d1b910935f3b2 1 0.00/1.00 vMB 0
2,977 2,977 000000007d0e1add254a6d6802da19f7059e218b3ae57bf29caa843694efd121 1 0.00/1.00 vMB 0
2,976 2,976 000000002c7d06e470034ede0b49597c3743b1c717ec1605f4a86cbb07647e08 1 0.00/1.00 vMB 0
2,975 2,975 00000000ea632440f0d82612c132320fe0ac68c320468054c6cf836c4db50c85 1 0.00/1.00 vMB 0
2,974 2,974 00000000e38cd27491d5a6ada8965ab82a6e24ff12ef2f9aae81f4c30beab55c 1 0.00/1.00 vMB 0
2,973 2,973 00000000381e31c7775c6b6aad8c4344321a24bed056e020cd8e6b5149d2c447 1 0.00/1.00 vMB 0
2,972 2,972 00000000d94f1d51a312d293fe4acaea8aae1377eb26ca4c0b8bcb50ae43f743 1 0.00/1.00 vMB 0
2,971 2,971 00000000f85571f33b3ed8eacd52c1a80d70ade909d342c7f8a479dbbd3180fd 1 0.00/1.00 vMB 0
2,970 2,970 000000005b718997744bc4d45b0f5106db14ea7e84ebbb00ed074c4e40094baa 1 0.00/1.00 vMB 0
2,969 2,969 00000000113fc1ffd1e47d79786edebea211d22d9dc608850cd980ffc9023da4 1 0.00/1.00 vMB 0
2,968 2,968 000000006786272f2f84e16361158797a4193d0129d7aa13d644762249837e50 1 0.00/1.00 vMB 0
2,967 2,967 000000004abc190347ad0e28c2f888a4ae1c6b511d7295bbf12b80eded002475 1 0.00/1.00 vMB 0
2,966 2,966 0000000049cd7c0044964f6e9148e3a7c30beee4fbb1a7670881e941ecb1fb39 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 598.26 GB
    • Received: 9.93 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.