Loading Tool

Explorer IconExplorer

Memory Pool

79,940 transactions
34.86 vMB
0.19236732 BTC
Random Selection Loading Transactions
Max Size: 194.22/200 MB

Candidate Block

Mining Attempt 2431d787ecf4af55eb0a6a1ae56bb9b3d4ecb42b08f02aa633e1f8f94bf4f078
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root ffbb8d9517e208a35dec9395a988b480634e44def49a3ab6e3cd563d9873dfc6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,575
Size: 1.00 vMB
Total Fees: 0.05980819 BTC
Feerates: 477.45 > 5.99 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (758,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,331 157,331 0000000000000999448d10e623ba8ea433bdae94de07c50ce101f206481c808f 22 0.02/1.00 vMB 511
157,330 157,330 0000000000000dccd5485da9f3a0a5d2a88c24cfa6f30a5874cd9139e52f5536 129 0.04/1.00 vMB 35
157,329 157,329 0000000000000a6ca3a500824815b78ff56a503273c099ef137d9ebec044ff3d 149 0.05/1.00 vMB 18
157,328 157,328 00000000000005530429d5c7770b37239f81ef5ca5b2eac852407360722f8e2e 40 0.02/1.00 vMB 18
157,327 157,327 00000000000004da1d069be0c4558dd0eca4f6da544284b4db8042fa6c3fdbc8 8 0.00/1.00 vMB 110
157,326 157,326 0000000000000b0c9db3742ef123384785d80136353eb66eedeea34361b066be 105 0.04/1.00 vMB 164
157,325 157,325 000000000000099fc99276ee19add20309d6ab5b47a42a2fab5f7bcb46928e00 20 0.01/1.00 vMB 183
157,324 157,324 0000000000000695182a271362093c51b4d5025b47581d087acd651d5b1155bb 57 0.04/1.00 vMB 128
157,323 157,323 00000000000008d23bae14faf4431e3e24d9beb950ee79d0a78ae0e20f7ceb62 156 0.05/1.00 vMB 32
157,322 157,322 000000000000033bbbb6e6868444f4d08f9746761c42fd6ebe99fd3c6129974f 24 0.01/1.00 vMB 0
157,321 157,321 00000000000006f97b30194becb6551cda3e79b3c44276fe5021572c640d7a13 89 0.04/1.00 vMB 32
157,320 157,320 0000000000000d955f71f2c885a11697e77cc7962b4e27ddc867f2976f78d95b 13 0.00/1.00 vMB 583
157,319 157,319 0000000000000e5a9855d09e424cb619a13678d88dae4efb50ecccdabb0c9d71 14 0.00/1.00 vMB 2,984
157,318 157,318 0000000000000549502495c725e489bbba5a1ecda24d6054530f3ec86b33eb56 16 0.01/1.00 vMB 191
157,317 157,317 00000000000001404c37f8bebf9b9b866625b8199a40af33ce77a6e957456d3a 36 0.01/1.00 vMB 261
157,316 157,316 0000000000000238179d6a18bff8473c8a9e59c85cb9ef655d5bfca7b3b9774d 12 0.00/1.00 vMB 34
157,315 157,315 00000000000004fa3d670d8dd551b7f17c11979e38a785c6225e70a28f97f52f 22 0.01/1.00 vMB 43
157,314 157,314 0000000000000b322fb5f6c910f7d935c7a3b1200b2a0c2af98363a33a247464 4 0.00/1.00 vMB 151
157,313 157,313 0000000000000d4db9843bf6fdd441d3c823684c7b3a13782e5c653baf91ac3b 28 0.02/1.00 vMB 38
157,312 157,312 0000000000000dded9c9c41abd87b32e4557b69560968e20331035d025a54d0c 29 0.02/1.00 vMB 338
157,311 157,311 0000000000000714698456180451a939b3ea38243868e432992292be9ddff44a 9 0.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.11 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: 735.82 GB
    • Received: 18.58 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.