Loading Tool

Explorer IconExplorer

Memory Pool

77,854 transactions
29.24 vMB
0.06264558 BTC
Random Selection Loading Transactions
Max Size: 175.75/200 MB

Candidate Block

Mining Attempt a1482812cb3686c0970115bebd74be6d0c2d6927c6a50c3bbfbdfbf16d969a3a
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 84439b11e8264fa99ed3cc4683946436d873cdb9e8857a07ceba300c4e659b0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,817
Size: 1.00 vMB
Total Fees: 0.00344744 BTC
Feerates: 21.09 > 0.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (552,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,360 362,360 000000000000000002a157fb80db183bd73bd1005f6f8f6aa97cfafd01172c0f 893 1.00/1.00 vMB 16
362,359 362,359 00000000000000001468ccc8253daeea10462a950e00f0757e5e771a5f80d9ef 92 0.03/1.00 vMB 41
362,358 362,358 000000000000000011f7e8ef1f5725fdd9b54394496585d5a2a3fedcc4190bf0 1,381 0.75/1.00 vMB 23
362,357 362,357 0000000000000000107425b45b5a01aec9a16e96a11f3e9863e46de464037995 2,553 0.75/1.00 vMB 52
362,356 362,356 000000000000000002aac90a22a32088a16e075756a6b2f3fb09c9da4658712a 1,300 0.42/1.00 vMB 41
362,355 362,355 000000000000000002d3c41d9410b7df7e9eee2861911bc379111794e76c9ea8 868 0.49/1.00 vMB 24
362,354 362,354 0000000000000000011349b089b70bcb3695dbdab131a15dfb425aa2792eb0cd 1,247 0.72/1.00 vMB 25
362,353 362,353 00000000000000000df40f30c24c33c6ada6f127ea1ccd83b89700360c9f2f17 1,605 0.93/1.00 vMB 24
362,352 362,352 000000000000000002e4a3f323bfb7de2d89d7a9176858735b34e87063dca551 2,185 1.00/1.00 vMB 33
362,351 362,351 000000000000000008bb0bb850dcf1e7f4147a2bef58fac378a4d6e11d741b1b 1,311 0.71/1.00 vMB 25
362,350 362,350 00000000000000000d9c3456d7c6dbc8617473e56613ea06acc61b8789fcab5d 1,376 0.73/1.00 vMB 26
362,349 362,349 000000000000000013592a34fc1e6ce2c8c964bdbe7e4ee836e8a60119a3fed9 403 0.19/1.00 vMB 18
362,348 362,348 000000000000000008cb93c92c99da0ca801316a3088996ed5e8e64450d111f0 943 0.81/1.00 vMB 19
362,347 362,347 000000000000000003fd01378d1849037362230eebf5e757a5efc0a19378a501 1,994 0.75/1.00 vMB 37
362,346 362,346 00000000000000001318175f523c95868a5d02ae7a81be266a1b5ff31eff2f40 1,097 0.72/1.00 vMB 19
362,345 362,345 00000000000000000e57cad5bf1036dfeb0b57af6c8ebc9f0d9a11bca14f5296 1,923 0.95/1.00 vMB 31
362,344 362,344 000000000000000002ec0941bf4a8ede00e1721469e447c27ea6ebe1350029ee 488 0.17/1.00 vMB 48
362,343 362,343 00000000000000000fa84684d2863250f2939d63dafbedf228427a4edadcf873 379 0.25/1.00 vMB 21
362,342 362,342 00000000000000000e45c73b523af162aafb2b492a3c95f659cbf3177535230c 1,318 0.70/1.00 vMB 24
362,341 362,341 00000000000000000641ee67515e014d4c5d9fac43229cc00d4cbd7db9e8f6eb 2,086 1.00/1.00 vMB 30
362,340 362,340 000000000000000004c8eeb0bc5370ce40b539e52e9b9c158d2586d975f15989 533 0.29/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.