Loading Tool

Explorer IconExplorer

Memory Pool

21,578 transactions
5.12 vMB
0.05397322 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.79/200 MB

Candidate Block

Mining Attempt a5dbd7fca28770ab18bf6d7c3ce6792c2ff1a874bb3550cbf4512e92801d5d41
Version 20000000
Previous Block 0000000000000000000135cf188d0be31649f31414dd4244fc78fb504c0b291b
Merkle Root 79637d36fc55a9e4b7eb5afe1a549a0cfe6cc3fcf37d204578fa62938ddbd7b1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,415
Size: 0.69 vMB
Total Fees: 0.04219763 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,987 (771,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,325 141,325 000000000000088a0d5fc95ffa1c73248c70dd095e24de94e24da3793d4d131c 0.02 MB 32 122
141,324 141,324 0000000000000348ff47af1e5ed203a393911343fa4ea5df1ef2d60cfe351dca 0.01 MB 19 8
141,323 141,323 00000000000000b42c5c88f78050a4c700245521d320b50d01cd03bcb609a3d0 0.09 MB 82 125
141,322 141,322 000000000000061e3873b8fd4275b9fd9ccc18fa79112d669b34dac0c4c1e5c4 0.00 MB 13 312
141,321 141,321 00000000000003e91bc67a52ae351870f47438e34afcaec5fbb19fdbe12e3269 0.00 MB 1 0
141,320 141,320 00000000000007534898358c2a90a13266a466180c0c94eb62871d890bd2a2cb 0.00 MB 12 83
141,319 141,319 0000000000000051e2288790889f813dc6e2becfda076a43d7b3bb289202a8c4 0.01 MB 16 747
141,318 141,318 00000000000003730be616ce9011c7da14cef412d833b6e4d47149a30f0d8cca 0.03 MB 71 154
141,317 141,317 00000000000004eb7e80159b54fb8caf5aa625a4bf0bc85ed0ebe94cd237a71b 0.02 MB 44 325
141,316 141,316 00000000000005885949bd865efc73a2fb671094538c18365ca473d5a727b425 0.00 MB 7 41
141,315 141,315 00000000000007a504b4e75fa24ecd6f7391a820ceb0b94a390625cac9b4f349 0.05 MB 153 41
141,314 141,314 000000000000038c0cd35d70f29523ecce271121414e9adf9b87b3565a1e0df5 0.01 MB 22 86
141,313 141,313 00000000000006bf95a57093e6a7504d8130d2a527c4040a86f4806863c60d79 0.02 MB 44 122
141,312 141,312 00000000000007b0fc5cc35581925f0c6a8424d76d39b5192807dc03c08d59e6 0.04 MB 86 104
141,311 141,311 0000000000000824c3510fa5d7bf94af787c8a88705ed9211ab3d43a8e5cea6e 0.01 MB 31 341
141,310 141,310 00000000000005793e92f1f0a4b4799874d62ee3f199cbf9a995265060975b04 0.01 MB 19 852
141,309 141,309 000000000000037f1844d15a9d3a20207829f48ed907119bd51172a892a17a99 0.01 MB 32 260
141,308 141,308 00000000000000d888e262b71e7e497fa4277177c109abb64118bd94a3195922 0.01 MB 19 311
141,307 141,307 000000000000013933a98827012c7d0a49b6c30c6bf0c6f2e0b2634ea99bb81e 0.02 MB 88 0
141,306 141,306 00000000000002102b51c8351cd6f63e7d0996d2ed858451a9e8fea1609f66be 0.03 MB 69 312
141,305 141,305 000000000000093bfcaa5b5e9cacef13fb09fccd120add45c1df2f5fbeab4e44 0.01 MB 40 169
Previous 10 blocks ↓
Total Size: 778.82 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: 363.75 GB
    • Received: 3.29 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.