Loading Tool

Explorer IconExplorer

Memory Pool

73,373 transactions
27.17 vMB
0.06179644 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt 61da7280ef110a31c981ba1782f5da7efa413df3fc50e6fa1302dda92262bde0
Version 20000000
Previous Block 000000000000000000010950b61da0baa042148f703ef2aa9b4a35e9f3df6819
Merkle Root b2bdec34796fd30f99e82cb5aada086f08e1d801dc243da32d18b9160a7aebf7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,835
Size: 1.00 vMB
Total Fees: 0.00417697 BTC
Feerates: 60.32 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,264 (871,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
43,775 43,775 000000001ed84e6ea6aececf934962154e39b8d889ea0c74bbe456e5a8894295 1 0.00/1.00 vMB 0
43,774 43,774 000000002a72161ac17c0b493706775eb2fc5b13f5939b621447ee6d43ba1958 1 0.00/1.00 vMB 0
43,773 43,773 0000000029231f2269739852cfdce164aeeda2db4afadcd104594bad8b0f2953 1 0.00/1.00 vMB 0
43,772 43,772 000000002d5b5f99c665e142997961e8c1246b759bc0270365851c9158ee1170 1 0.00/1.00 vMB 0
43,771 43,771 000000001edb7996c718ef0d63fd484afab7dbb380781867e63914a3747189df 1 0.00/1.00 vMB 0
43,770 43,770 0000000032b5ae2a44b9bb6ca98e53f3a11eca73cf27c9567e1ec8995b76515b 1 0.00/1.00 vMB 0
43,769 43,769 00000000299615cb04607c64e61985dd83e7882ba806abe21709e4508b3c9944 1 0.00/1.00 vMB 0
43,768 43,768 000000003475b1b7fb484192ca73019de271679e4f14f208c098cb34ca5c642d 1 0.00/1.00 vMB 0
43,767 43,767 0000000005435357292f598d187bcd6c22a4df0723723adba92995ea42feac2a 1 0.00/1.00 vMB 0
43,766 43,766 00000000094c1c0cd48f38ee112ed0fd6ad64df497a7935f8910292cb9cdfc1a 1 0.00/1.00 vMB 0
43,765 43,765 00000000030bdbc6ac7ff4d317af2a8b09ec148594f9e453d7b788f1dd89277b 1 0.00/1.00 vMB 0
43,764 43,764 00000000420632351241a049e4b4a0a11c65a6e99c06cee74a86f3e5cb164258 1 0.00/1.00 vMB 0
43,763 43,763 000000000b56a507ff13b88acab77dbbd8391452209f3992bdcea476999371b5 1 0.00/1.00 vMB 0
43,762 43,762 00000000023faeacf460f8b928e72754d55c1d49dcb0566e8730a8342570f6f0 1 0.00/1.00 vMB 0
43,761 43,761 0000000002e68fa94b002135d1b4376530d3bd0cd594ef372bb4eae33b32e6a7 1 0.00/1.00 vMB 0
43,760 43,760 0000000006127b76ef9d9999120a5e45532d79aef6dbce3ce89bad90912a0a76 1 0.00/1.00 vMB 0
43,759 43,759 0000000015c4c476cd2b2aebd8162e11b0df3284c3d505d0bcdc6a512fad4423 2 0.00/1.00 vMB 0
43,758 43,758 000000000104b09ab88c0bcfd718ff9c9b9aabaa1dfdfec9474666a429ca142e 1 0.00/1.00 vMB 0
43,757 43,757 0000000001defdad24be94b6b424553729b8e2b155a0da1c19f90a107ab291d5 1 0.00/1.00 vMB 0
43,756 43,756 000000003725956bfb02b42dd1c5c3db7f8aa2392977060cad9ca575e0ab8ec9 1 0.00/1.00 vMB 0
43,755 43,755 000000002896d85e09df8d5e8b74868f6779e9e61650bcb94ace7e23db6a0b9a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.85 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.58 GB
    • Received: 17.19 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.