Loading Tool

Explorer IconExplorer

Memory Pool

10,066 transactions
4.01 vMB
0.01621354 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.96/200 MB

Candidate Block

Mining Attempt 2bbf588ce0bf77a04737ad7817bd7d2b151e5290aa3d5e9dad25922d58ab4754
Version 20000000
Previous Block 00000000000000000001d57f0bd9e71479695da906dd4d0ba7a9e2d1d8afa2a4
Merkle Root 1cb902241944f432709a8131f502b44a2cf8e495ec66c70dab8a9a1b079f1905
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,135
Size: 1.00 vMB
Total Fees: 0.01140217 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,466 (725,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,209 188,209 0000000000000526960c9dc0544753a198874d32576bc82c575bf5c1d656db4d 55 0.03 vMB 118
188,208 188,208 00000000000008a3bd6b3c53ee4af66f098b6e6624e29e543d127c323c8de7e0 10 0.00 vMB 67
188,207 188,207 000000000000040705092c93869cdf6765f252ee35d657e76ab333d28e940330 19 0.01 vMB 97
188,206 188,206 00000000000000e275c51d07d225200585dc7da0ea3588fd0684aca04bcaac08 136 0.06 vMB 113
188,205 188,205 000000000000078ade10a7bdf7808041873a3e3f83eef96fa41629e26fe6d385 42 0.02 vMB 104
188,204 188,204 0000000000000792490328b361db3f3ba768ad15c2b0ba6c3ab14f9a873047c3 78 0.03 vMB 126
188,203 188,203 00000000000007c38ad5a04155157ffc3fc6d77ab798b7dc5b2c9b3ff8d29b96 128 0.06 vMB 119
188,202 188,202 00000000000005cbb6cd252875a7832a912ffc07bd70b44bc6140f650567eff6 148 0.07 vMB 119
188,201 188,201 000000000000061784a01e82ad1ebe0cf7d98e72fd9c50549fe1789ba8d094e3 194 0.08 vMB 147
188,200 188,200 00000000000008ee90b65bc86e2f5655d7e156f6d8dc75fbfad33362132764c0 255 0.11 vMB 182
188,199 188,199 000000000000025aa452aaa81dfa409ec873ccf5b542d508b58181dc76aaffad 29 0.01 vMB 54
188,198 188,198 000000000000084aaa7735378baa979682de492d8af5b0df2ff5b3615a657f07 230 0.09 vMB 115
188,197 188,197 000000000000090db43c3fc5aaa3d4973061654fe530977dd0029cf99ad5e9a0 256 0.08 vMB 188
188,196 188,196 00000000000001cba33f1d70f0c780167732bffbca3f6595231ea09d82146b4d 464 0.25 vMB 191
188,195 188,195 000000000000021f8defd4f317bfeb9fccfe4636075f7317206242f6eccb4c93 136 0.05 vMB 113
188,194 188,194 00000000000008417702bb072ecf6944f9cd714fd8a8f57474407f01000d385e 67 0.02 vMB 132
188,193 188,193 00000000000008c59a807b37fe8bfba3dc140a520080fd689baba9a90da60bb9 32 0.01 vMB 0
188,192 188,192 000000000000022ef25f174936b022bea22dd18c70386f11df299e546a2e374f 34 0.02 vMB 48
188,191 188,191 00000000000000685f94285a3dbee0bb541bcf329368176c5ccf7e7aa8ce6109 42 0.02 vMB 104
188,190 188,190 00000000000004848b26033d5d770bed96c26a237b180a7ede299555d7c39590 252 0.11 vMB 127
188,189 188,189 000000000000056559e54efec960933f02da15d9269b119bc8fda468a0208243 230 0.08 vMB 591
Previous 10 blocks ↓
Total Size: 779.68 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: 322.65 GB
    • Received: 1.56 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.