Loading Tool

Explorer IconExplorer

Memory Pool

26,007 transactions
11.88 vMB
0.02931770 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.39/200 MB

Candidate Block

Mining Attempt d96b724c4f576e21e82d648f0f50ecc524203d6753519b6a7e9c80c1399a35bb
Version 20000000
Previous Block 000000000000000000012f3380705eda1e12298a3750d2699d73c372d2d3d1b4
Merkle Root 84dc16485c38996ade14d6472dfad8a068196ddb31a96e1e71ccaa5e52d5a1f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,861
Size: 0.99794325 1.00 vMB
Total Fees: 0.00955138 BTC
Feerates: 180.34 > 0.96 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,729 (651,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,385 262,385 0000000000000002010862335f7b8458deb20df2db03c25a86bcf5a0f3e6944f 389 0.14/1.00 vMB 78
262,384 262,384 0000000000000013bac13ced9931fef5d21e3568c23533c917a1e8bb9e97e270 126 0.06/1.00 vMB 68
262,383 262,383 00000000000000124b7cf7b1772566896560fa5a92baba323c7b733de06713a2 80 0.03/1.00 vMB 93
262,382 262,382 0000000000000004f9a3c32bb36f99a585f2420e98eeb1b31799f752572091ea 70 0.02/1.00 vMB 100
262,381 262,381 0000000000000003041a77094670ff50fba453107a2426e3b3b36038f9ad4808 73 0.02/1.00 vMB 83
262,380 262,380 0000000000000001e7b2a612109ef7a17bdffff60b2b32f26278c2108ff3275e 330 0.13/1.00 vMB 91
262,379 262,379 000000000000001368343b41dabcb602862e9db8718ec35eb377ab9efd565607 265 0.11/1.00 vMB 82
262,378 262,378 0000000000000008afbe541ea8de6678f2263197835052c861f1ee4c4f204fa7 26 0.01/1.00 vMB 105
262,377 262,377 00000000000000048405d812b76e9dcc643d446a66d42be31c2f2f4f84ac05d4 156 0.06/1.00 vMB 90
262,376 262,376 00000000000000006651efb527a99de534c30b678dd81d005ede9005a53b8a87 157 0.06/1.00 vMB 101
262,375 262,375 0000000000000013991fcd90981dd789c2f5d2d972aa9fa5fcbee3540263efd8 379 0.13/1.00 vMB 136
262,374 262,374 0000000000000012bcef4668b2504d1345b8a1492e7677a765a6c038c394a466 166 0.07/1.00 vMB 88
262,373 262,373 000000000000000f20579438dad59019d61787488e230a3ff1d338e47e75ea41 110 0.15/1.00 vMB 19
262,372 262,372 000000000000001513ccb9c3e1df0cf1e3830cec28cb2e4b962d525424c6a7f8 223 0.08/1.00 vMB 89
262,371 262,371 00000000000000167dbedd45a0c3c6450588ee6d719725910dfe9c68e1ae7644 226 0.21/1.00 vMB 61
262,370 262,370 00000000000000021bd7c2d742ccd231ba5021370d094c30a9fca622f336725a 172 0.06/1.00 vMB 70
262,369 262,369 0000000000000002aeee6b2c3244e2ad4375089811e2f13968b59b12b8fcdd5d 526 0.25/1.00 vMB 113
262,368 262,368 0000000000000014e71851faa70ee455aa28f98cc8023032c97a92fb78a7dd28 307 0.12/1.00 vMB 94
262,367 262,367 000000000000000c761e9814d9e1f7ee1a9696ee26149c4d07461958bcd33fc3 420 0.23/1.00 vMB 81
262,366 262,366 000000000000001377b80390e4dc3163282e5f4dc7e40952ecd56275937adf09 75 0.03/1.00 vMB 84
262,365 262,365 0000000000000015f5e0632b9aceb301320701e130686ff614927534f876f3d5 132 0.05/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 780.15 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: 500.52 GB
    • Received: 3.74 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.