Loading Tool

Explorer IconExplorer

Memory Pool

25,609 transactions
5.84 vMB
0.02548101 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.40/200 MB

Candidate Block

Mining Attempt b157e47d34cd1de9154c226641017f0e902b69d56f559397f84b881eafc3d9e0
Version 20000000
Previous Block 00000000000000000001d6d67c94c670728781656d873817c636d3acdef60db9
Merkle Root 0d6fbeca717eba047cf74d8d687c62599fb59749377a4a7e54ab7aafb3143263
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,883
Size: 0.85 vMB
Total Fees: 0.01235391 BTC
Avg Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,124 (776,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,339 136,339 00000000000006454fc4fcf82fd95dc942d3508ec573041d46f741ae0fd19d42 0.03 MB 69 23
136,338 136,338 00000000000008808f1c4408974ca3085ed1dd47ca7ed8b87c1fec581d8876ee 0.05 MB 108 589
136,337 136,337 00000000000003753e92a8d287bf09b201c8007a24d9d71dacfa660c0e680bc0 0.01 MB 27 109
136,336 136,336 00000000000007a69f2cfaf08e9d68a4e27460b4cc84cfa7d8982fa39c4079da 0.03 MB 37 481
136,335 136,335 00000000000003936dae3d57840ee9a43e585b836889d4534ad5430045f7c58a 0.01 MB 26 299
136,334 136,334 0000000000000755ed8765a7dcadd02dda860aaccafe0ecbc4cffb1d782cd409 0.03 MB 37 265
136,333 136,333 0000000000000129e94c9722a642de365fc51ae8a6fb0e0a9c705a8cd1268e0f 0.03 MB 106 76
136,332 136,332 000000000000049093294af7cfca6d4b1de75a3bbfb899e26d0763a9665b16a1 0.05 MB 101 224
136,331 136,331 00000000000000dc67c8f99ab4b0acc5f6b663eed8388c77d37cefb6c967a001 0.02 MB 47 433
136,330 136,330 000000000000083f9db71ef1855d59f9f3d5b7da2a1a9d6824c753a4dbb61b27 0.00 MB 11 778
136,329 136,329 000000000000053f84f8360e9875a9b1c9c8d8cf04d2794c643030d5eed98ba8 0.03 MB 73 331
136,328 136,328 0000000000000aba22166be994a7bcf1ac8ae9a27ad74165b89ab92120c25e63 0.01 MB 29 6
136,327 136,327 000000000000035aaa420963f4071bc999d11375c25110610cd0fa1df90e1dcd 0.02 MB 32 392
136,326 136,326 000000000000083920a8579484991438108085fa693f75a591556b20cefadb15 0.03 MB 101 143
136,325 136,325 000000000000084f96c49b569ee6daac0836b5889a8d79f61c5bb65d7ef692e9 0.01 MB 23 161
136,324 136,324 000000000000009f48b01e8433c2559e9a0405191780e5dd9d226afe7c98d12c 0.01 MB 16 116
136,323 136,323 00000000000003c175a4cc24fb0f69bb9eae7a6a1f42c434f26c9e6853d1f8f1 0.00 MB 4 0
136,322 136,322 0000000000000a6784934f8685dcdf4ea4986a4946b936c49863033d52c7c8e7 0.01 MB 38 216
136,321 136,321 0000000000000a3cfe51de39bdb13751ae055ff3074e9d0102eca73b88889dd1 0.00 MB 19 888
136,320 136,320 00000000000001ea1e03e3b5f839ec1531950afeb4ee6a81965254314386cc02 0.02 MB 37 282
136,319 136,319 00000000000000151742c830eb01b2eacbe3857065b9992ba6bc702b63ed9155 0.00 MB 5 552
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 79
    • Outgoing: 10
  • Data Transfer:
    • Sent: 121.12 GB
    • Received: 0.53 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.