Loading Tool

Explorer IconExplorer

Memory Pool

83,713 transactions
30.35 vMB
0.16838062 BTC
Random Selection Loading Transactions
Max Size: 184.10/200 MB

Candidate Block

Mining Attempt 6e133345ad154d9f1081e77790957f8a6af07b9f2bf603b8b38097eb19cc5276
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root 10892ac97d44da2eddd4150eb941737276513c29f4bfb17696a82d5d69393eb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,118
Size: 1.00 vMB
Total Fees: 0.10606029 BTC
Feerates: 155.43 > 10.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (266,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,230 648,230 00000000000000000001d6447b1098ed885191a0044c40456dea15c3cc9fbdc8 2,487 1.00/1.00 vMB 5
648,229 648,229 000000000000000000070c3c7a8528ef2877a7d31034462138bf4cfec3f61927 2,544 1.00/1.00 vMB 25
648,228 648,228 0000000000000000000d582081afc9e3c7ed857fd2e8eeb3b6974ccd7bf57066 2,554 1.00/1.00 vMB 78
648,227 648,227 0000000000000000000f042d45c7d764f5fdcf9539571479a8ec4fbaa3ddf0ed 2,761 1.00/1.00 vMB 40
648,226 648,226 0000000000000000000a4374b482ece10d8101b23d9aab5ab1564975236c2cc5 2,372 1.00/1.00 vMB 66
648,225 648,225 0000000000000000000a41c19547cf01b5a396da239178b845e0724a2e421038 2,387 1.00/1.00 vMB 6
648,224 648,224 00000000000000000003ed10e8c44a2fdeee23928090a36808d5e59c6afef2e6 2,681 1.00/1.00 vMB 32
648,223 648,223 0000000000000000000dc818aaa5657e182d406f9d67f86f32193ff359f9d9b3 2,286 1.00/1.00 vMB 55
648,222 648,222 000000000000000000032a796d8f35fdad7b661b4963c0b0cf5927a7ad462a76 2,486 1.00/1.00 vMB 6
648,221 648,221 0000000000000000000e1c111e48651f2f9e810ec7dca6c16379fcfe1e6fe2aa 2,063 1.00/1.00 vMB 27
648,220 648,220 000000000000000000041b038e7f1710b5dba88993e00ec5f2edb6beba732c99 2,040 1.00/1.00 vMB 56
648,219 648,219 0000000000000000000052db4a34bcb51717e49c1450fbbbebdef72740bd0e31 1,745 1.00/1.00 vMB 50
648,218 648,218 0000000000000000000dc8a7ad9be045bf1e9f004b96044b5fef10e1466ace4d 2,481 1.00/1.00 vMB 84
648,217 648,217 0000000000000000000dfe55d4b193dfc605eda983d143a24de543e35c024224 980 0.40/1.00 vMB 48
648,216 648,216 00000000000000000009f7d928cfb36cc43b7326cf2b23e4649fed40b495c23c 1,100 0.45/1.00 vMB 39
648,215 648,215 00000000000000000005616d6816b19c54a95efffa47925dafc98da6633a7bed 2,063 0.85/1.00 vMB 36
648,214 648,214 0000000000000000000fb2e39f4ce2991aff8277cb19816e046757d6b9a3f961 1,471 0.80/1.00 vMB 46
648,213 648,213 00000000000000000008daf2fd98554175e557b2a7cb8fb65ba385f75e2bd63a 1,096 0.92/1.00 vMB 25
648,212 648,212 0000000000000000000d13cf51f4bea112267514ae277788bb31a6dc0196a547 1,360 0.57/1.00 vMB 50
648,211 648,211 0000000000000000000a229ffbbe19f5a335422750c42551289fb807858ef7a8 1,972 0.82/1.00 vMB 4
648,210 648,210 00000000000000000008e8b603c6be3efec0f22ff9df53c56c7356a648614790 2,236 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.32 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: 660.24 GB
    • Received: 14.64 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.