Loading Tool

Explorer IconExplorer

Memory Pool

43,552 transactions
27.34 vMB
0.07508949 BTC
Random Selection Loading Transactions
Max Size: 143.47/200 MB

Candidate Block

Mining Attempt 5996edd469c986d0d448230f0f011771f274c5eb334db6822456cacbdd78b2fe
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 02511d210f899109e35a69e43138de467100cbb6fa0a53352dc40b0eb68bd9e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,317
Size: 1.00 vMB
Total Fees: 0.02386106 BTC
Feerates: 157.73 > 2.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (266,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,235 648,235 0000000000000000000fb7ed84526d9922a2815c33a9b48554eee14da4f4e8f7 1,600 1.00/1.00 vMB 66
648,234 648,234 000000000000000000080e90bd51151912b5a37a3a2935196b94a9a6d608778e 2,922 1.00/1.00 vMB 30
648,233 648,233 0000000000000000000d1df2fdd056081ed9ef4e7826a36c19b470b6f822f666 2,759 1.00/1.00 vMB 81
648,232 648,232 0000000000000000000f847b3a6b591feb3528a07deb71233d53802a605bf1e2 2,627 1.00/1.00 vMB 57
648,231 648,231 000000000000000000084557d8efe942057088f29ee320a4553fb3b17ce21914 1,839 0.77/1.00 vMB 8
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
Previous 10 blocks ↓
Total Size: 782.23 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: 655.04 GB
    • Received: 14.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.