Loading Tool

Explorer IconExplorer

Memory Pool

37,668 transactions
19.56 vMB
0.09103031 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 107.03/200 MB

Candidate Block

Mining Attempt c2beef87e7b6d5878b1ba72a3db18b04dbab2a4bf5828921fad1d2a1cf42497f
Version 20000000
Previous Block 00000000000000000000c12df07ff2559c79ae854d2e90581fb0dc800ce4d302
Merkle Root 83ec91879ee9d7a7d46f5b380ae71fbd57af1061830b955f2b28c471f5be73c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,821
Size: 0.99799225 1.00 vMB
Total Fees: 0.05142717 BTC
Feerates: 502.62 > 5.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,847 (722,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,386 191,386 0000000000000337ce71fa9e907ed961b4556f95101ac54c63beec02a8484199 402 0.17/1.00 vMB 126
191,385 191,385 00000000000007926755b3c5a2e369d4b6b8f49375350adf9262553985076030 520 0.25/1.00 vMB 144
191,384 191,384 00000000000007ecee56ff700e1b67196683e24d0e47b297eb53a180590e8690 1,483 0.50/1.00 vMB 50
191,383 191,383 00000000000004a8e13a1a0bf3d386ce4e26595620d37a299777e3496572fad2 204 0.07/1.00 vMB 85
191,382 191,382 000000000000040001964c1581a438d0ed9f8a7563fcdff8b6e40a51bf9cdf83 12 0.00/1.00 vMB 0
191,381 191,381 0000000000000369665164bd6070940d5bdc89a2085df58bcc120755409cd097 171 0.06/1.00 vMB 162
191,380 191,380 000000000000012c8cb815bedb2e6544d6dee8a1fb756a5c4b4c504caa323068 257 0.10/1.00 vMB 138
191,379 191,379 00000000000000c81b30e8917d4c760cf935dd8de758285385b8b01e1923f3ab 89 0.05/1.00 vMB 92
191,378 191,378 0000000000000302bf9a97e5b6e2e75a3b66ceb6ee5c21dbae704ef8ca156f81 10 0.00/1.00 vMB 15
191,377 191,377 000000000000083a01981423cf63436fa0702af1b13ef956042e80278e492a32 258 0.10/1.00 vMB 143
191,376 191,376 00000000000000ba269ee16fe65264d9ff94a04ad9e30ffb1ea1913c1dea41b9 20 0.01/1.00 vMB 71
191,375 191,375 00000000000004689a497296f7e6561cd21977692ea675a7657b21a3a562b6ab 201 0.09/1.00 vMB 118
191,374 191,374 0000000000000729993fdb984cb660e6c2e356e00da7ec41cceddc39f9cf9ca9 681 0.25/1.00 vMB 145
191,373 191,373 0000000000000085e1fee617d684e6969e08493f27365c8c57f936032870cd6d 66 0.03/1.00 vMB 52
191,372 191,372 000000000000069bfb0227a64a05d326316e4887015a5a69780b34e7d6764cf5 79 0.03/1.00 vMB 115
191,371 191,371 0000000000000379322b2a7d9b25d87172d9b71f48c34218beb60c47a6470c2f 186 0.08/1.00 vMB 109
191,370 191,370 000000000000062a88f433be6ab8bfe27eb79c4aa8f02899b187c2d0cbb034e2 50 0.02/1.00 vMB 202
191,369 191,369 000000000000044fa1374419e4bcd1093dfe1ee61a41b26d99dc5e4f81cbcd40 314 0.15/1.00 vMB 128
191,368 191,368 0000000000000823d846af16e101ff12a145fd88c17f8ef5d3e1121d421dec53 129 0.05/1.00 vMB 138
191,367 191,367 000000000000001a8e0791d36eba05546d75c54de88fea37781cf9d61fbc1eb0 84 0.02/1.00 vMB 26
191,366 191,366 0000000000000853cee7fbf8384e41d3ca4cf5256722eb5aa3c42f7fac24a4fe 140 0.07/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 780.34 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: 521.89 GB
    • Received: 4.86 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.