Loading Tool

Explorer IconExplorer

Memory Pool

23,326 transactions
6.39 vMB
0.02226572 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.54/200 MB

Candidate Block

Mining Attempt 3834e29a7130d5d80ab83faa889946a4ef16485a0f08eba5a30f92244504734d
Version 20000000
Previous Block 00000000000000000001166de9ec9aab1650f7c89d17c2b818254940842d1a9f
Merkle Root 4c6ce7976e6ec4ecd0614438472530df76b01124e53d3ddc7fbded58db1d07af
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 504
Size: 0.14 vMB
Total Fees: 0.00500541 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,101 (767,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,392 145,392 000000000000067b5a8d0b4327e0e2dbe95513176accfeb799e0d57bca00a8ec 0.01 MB 10 49
145,391 145,391 00000000000007f2e90943130c777be2bb105e83dcfdff077568942862c44fd7 0.03 MB 62 78
145,390 145,390 000000000000085cd207deaeeccb047e1f36a17db2cc99f179dcf1ab8a0733bb 0.00 MB 8 20
145,389 145,389 0000000000000918ddf0a21876113d2ce39f4e897b7458af1058deac4e9e38c8 0.04 MB 111 138
145,388 145,388 00000000000005406892ab2f5ba506abcf80e82c073bcaa27fad0d8d4fb765cc 0.02 MB 25 44
145,387 145,387 000000000000079a58d1e02e733cd3ef96caf5987dab553349dbf8848532cbfa 0.00 MB 8 411
145,386 145,386 000000000000091e01e985cbe28bade883ba91c98845f98d1a149f133e744a16 0.01 MB 28 300
145,385 145,385 00000000000003e931ac379ff71e782fe5ab2505d4dafe14813e6d69aee7fc68 0.02 MB 56 227
145,384 145,384 00000000000008e688ca79784d9e9287ab9997d846fe3fed1db5ca9c90f33c63 0.02 MB 20 27
145,383 145,383 0000000000000724ccdb17d919a3644af3cd5a34a33c7cef3017fd96081a67cf 0.01 MB 28 224
145,382 145,382 00000000000002fa6c4e169c508d3af82fb932d47384538eb34e5d76c2a5bfc2 0.03 MB 75 111
145,381 145,381 00000000000001286c851d275f79d82b7e4d6efbef003abc375ba6998d52402b 0.01 MB 15 183
145,380 145,380 000000000000088645099293064260544e1b477ecfda2f653c042a29e99c6dcc 0.03 MB 79 63
145,379 145,379 00000000000005e911f43c86ec3dd3495252fc799c99336dda317dab8a4ff965 0.02 MB 46 195
145,378 145,378 00000000000002158ebe65b6fd83284aab5a996deaa62f85f60cc55f7ce29d77 0.05 MB 80 216
145,377 145,377 0000000000000049bcc03ba4fc05e0f323240c1e151cfdfa21c480ff0b9c60fe 0.03 MB 82 119
145,376 145,376 000000000000033cfc8f0cd881833a09bcf358963d61c89994dbb834d55fd27e 0.03 MB 96 116
145,375 145,375 00000000000005af9a5f5bb4751fd2f1a93da9f2b0642830a62fcc2c963879e1 0.01 MB 31 273
145,374 145,374 000000000000071b11b4dc460fa0078d72bf188aae604678387fb747186f3c09 0.02 MB 47 194
145,373 145,373 0000000000000334d68e48a6054aa253184242cc088ffcd68f06cee374f6c7fc 0.01 MB 35 243
145,372 145,372 00000000000003d9708e01e2cc1ce0ca93058dcbabfbdbc85fa2d96cde708d9f 0.04 MB 95 47
Previous 10 blocks ↓
Total Size: 779.03 GB

Node Details:

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