Loading Tool

Explorer IconExplorer

Memory Pool

75,837 transactions
28.42 vMB
0.07916404 BTC
Random Selection Loading Transactions
Max Size: 171.61/200 MB

Candidate Block

Mining Attempt 8d6c2dcbf3144810d3b77a1837b253cf338d581baee11e8c6a820bd2a2bf081c
Version 20000000
Previous Block 00000000000000000001f93bde759744130b66158cbae52d70e58b5101ed717c
Merkle Root 38ebe69fc1229d95db270cc57561f926304e5e98bc1def146534a3d87e527cb4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,604
Size: 1.00 vMB
Total Fees: 0.01557911 BTC
Feerates: 100.36 > 1.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,269 (304,014 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,255 611,255 00000000000000000010c76ceda86b4aaef01bd37c65a0ff307f0f8a338d62d3 1,454 0.46/1.00 vMB 11
611,254 611,254 000000000000000000077f7673bd6ce030ed6e569c105542670a0e54f5e2ee0c 476 0.24/1.00 vMB 5
611,253 611,253 0000000000000000000cd08c6e0f48828fc8b8dfad848624aee207dcd29acec9 2,900 1.00/1.00 vMB 11
611,252 611,252 0000000000000000001034e8b30a0d289ecb5eafa125eca8d6d4a835c5da0a4e 914 0.35/1.00 vMB 9
611,251 611,251 0000000000000000000c095d5f35c7221b1d36a08d77674a308ff85cd9d0fcf2 1,516 0.54/1.00 vMB 10
611,250 611,250 000000000000000000088d1f7445130b7609df6ee611b378f16fd5bb03f0332f 1,186 0.43/1.00 vMB 8
611,249 611,249 0000000000000000000de46fb9436c3b2dda3136fe49ef4205aa826d34395c4b 743 0.24/1.00 vMB 11
611,248 611,248 0000000000000000000f40a06a92acccd4fdb0dec1efad39bc57a5c187392711 878 0.30/1.00 vMB 11
611,247 611,247 0000000000000000000d1ce31335d66389aec42415cf56ce047e2b1f10915b50 116 0.03/1.00 vMB 7
611,246 611,246 0000000000000000000b6db4226ba6d99b7e718916c01a747459b7e6caaa413f 324 0.15/1.00 vMB 26
611,245 611,245 00000000000000000004baaec4b45dfbb84344ad9abdd56ee2dbffc4a2abcf33 778 0.18/1.00 vMB 1
611,244 611,244 0000000000000000000ce5dd6b49fd7e60a6560809ffeeca2409ff863969a48d 2,876 1.00/1.00 vMB 13
611,243 611,243 00000000000000000006d9fb89884f73c75f3c43a16329276b8fcacf0d2d63ad 1,213 0.36/1.00 vMB 11
611,242 611,242 0000000000000000000a35e82c4bd2b56b3308a5fab568ee0824eebb29ee919e 120 0.04/1.00 vMB 8
611,241 611,241 000000000000000000045321cd7f2475e83a3c91e4adb5824d0f3c347de8c72b 1,217 0.43/1.00 vMB 7
611,240 611,240 0000000000000000000e394b108b8dce7af834587e1ccc74fe48bd14cb6a7d5b 460 0.18/1.00 vMB 8
611,239 611,239 00000000000000000006e304ac0361b983e1e16b42a4717c0179ffb03195f7f7 738 0.25/1.00 vMB 14
611,238 611,238 0000000000000000000230deae3aac95752a514695541574bbf2cd904e47a9a4 1,799 0.72/1.00 vMB 6
611,237 611,237 0000000000000000000aa97145c4e9580e7b38befac53c7c2277fde4dd942dd8 2,960 1.00/1.00 vMB 7
611,236 611,236 000000000000000000088bf5ed29df38b4775a574fa09f7b05205d7a460d9f08 2,688 1.00/1.00 vMB 10
611,235 611,235 0000000000000000000ff019c7ae3f71673ac8b47be2cf6f09e976a506a87bc7 3,135 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.86 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.83 GB
    • Received: 17.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.