Loading Tool

Explorer IconExplorer

Memory Pool

42,331 transactions
26.48 vMB
0.05420715 BTC
Random Selection Loading Transactions
Max Size: 138.60/200 MB

Candidate Block

Mining Attempt 6fbb00a1ba95e6bbc5d1f9aba038aa1ddc0c6cacd63894f5d9a19ef6c97af2e1
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root b14bdb9e34fd80bdc5a6e286649c6c5516d2b4117b44ab9baa4985481da79545
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,445
Size: 1.00 vMB
Total Fees: 0.00530934 BTC
Feerates: 21.89 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (227,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,227 687,227 00000000000000000008141bb1ecf95e133aaf4bd56441f3432225097097a987 1,464 1.00/1.00 vMB 40
687,226 687,226 00000000000000000002a3eeccc8a2b4e1df4fabb407695017ce1f9ccab399c3 738 1.00/1.00 vMB 37
687,225 687,225 0000000000000000000b0ac9d5b80587f726afba1fee82d5add1ed3019ffe30b 157 1.00/1.00 vMB 31
687,224 687,224 0000000000000000000959970764111c3922aed3560507e9cf08353635da29e5 537 1.00/1.00 vMB 33
687,223 687,223 0000000000000000000c16adea9197e5c844b3ff11d29aa2b43c598744295e98 1,233 1.00/1.00 vMB 38
687,222 687,222 0000000000000000000acc666746b7742fd8008460f07b92c128b75f12d1e080 1,444 1.00/1.00 vMB 41
687,221 687,221 0000000000000000000cd196631e214041e5d1a53438d4aedc9b86d474a22cb1 268 1.00/1.00 vMB 33
687,220 687,220 000000000000000000043bae24b5023246dd2f393cd5f94fcfa1546c87a714a9 1,217 1.00/1.00 vMB 40
687,219 687,219 0000000000000000000071b61cd78db195fe05b229c40ee1132ccaf8f3e5c90c 1,310 1.00/1.00 vMB 39
687,218 687,218 0000000000000000000cdc755c93d9f4658f959bd705986abaa330ec5f372de4 2,056 1.00/1.00 vMB 45
687,217 687,217 000000000000000000006cba809eff002de371e31fd2fcd8a78453a089eefb2b 1,659 1.00/1.00 vMB 46
687,216 687,216 0000000000000000000c270719418b15c6fd50c5b2bfb17facce7ad0b0fcb26a 992 1.00/1.00 vMB 42
687,215 687,215 0000000000000000000c4d2d366b5cbbe7fc38d5cfaf88a861040ebf4c1a37a2 2,268 1.00/1.00 vMB 36
687,214 687,214 00000000000000000003ad491337b17be9b32adcff02f59781958d67821328a6 1,215 1.00/1.00 vMB 37
687,213 687,213 0000000000000000000933b2714e0b6f4ddc45f2f60238c5de1d52bcc983af48 2,422 1.00/1.00 vMB 51
687,212 687,212 0000000000000000000499bc3f4c20ecd15e62de54a136f523a10d7ece350944 2,777 1.00/1.00 vMB 50
687,211 687,211 00000000000000000003aa27c2960a8babe582f8899acebfa0703e431855f6f4 1,010 1.00/1.00 vMB 34
687,210 687,210 0000000000000000000aae5f65949b9854d5f7606a237d7cd84ea4366e37203f 1,735 1.00/1.00 vMB 43
687,209 687,209 00000000000000000009dae574ef5d31693bd26002faa6269ebf568be07d72ec 2,755 1.00/1.00 vMB 41
687,208 687,208 000000000000000000031644672bcfe7d7d903951eeaae3e850bdf46d7fd4a8a 2,981 1.00/1.00 vMB 44
687,207 687,207 0000000000000000000b56dd6255d8c3d53b6363cfb4459114de601ee2ddc96c 2,278 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.19 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: 653.68 GB
    • Received: 14.01 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.