Loading Tool

Explorer IconExplorer

Memory Pool

74,157 transactions
28.30 vMB
0.06936324 BTC
Random Selection Loading Transactions
Max Size: 168.26/200 MB

Candidate Block

Mining Attempt 17bac908f6cf8bac6abb19fe6ffcbcd6fe0ef65eb64f0ecd52c8d159055e1338
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root cb110da391327c16a6dd4ea3241fac7a18364611949bf7f6e5eb3ee3b4c84381
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,449
Size: 1.00 vMB
Total Fees: 0.01272993 BTC
Feerates: 101.62 > 1.28 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (73,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,382 841,382 000000000000000000016c9e0afa5fd4f7fb663e90cb6286d246fb66a6f1df6b 2,869 1.00/1.00 vMB 56
841,381 841,381 0000000000000000000204a81eeb112ee4b15175ffa406b0edc17fba0b12b4f9 3,620 1.00/1.00 vMB 42
841,380 841,380 00000000000000000001059fd0016e1c6de839f7dcc2c6dc4a864d8cede00716 3,327 1.00/1.00 vMB 57
841,379 841,379 000000000000000000015c6eeabb32d9740d9be5a8b458b0e5eeb4a39f517875 3,868 1.00/1.00 vMB 48
841,378 841,378 000000000000000000030b4f6d83f178b300cf85f27b46a85d67e0f615ab5b45 2,661 1.00/1.00 vMB 47
841,377 841,377 00000000000000000001b6a69d2332e9537850fef21a79681167b87efbe0e8fd 941 1.00/1.00 vMB 88
841,376 841,376 000000000000000000032101159602e755268c962bd43e0a6516d5eb6e106119 3,195 1.00/1.00 vMB 43
841,375 841,375 00000000000000000000d8424403789af1c7443b1f1e723279a7de3e8ea7659e 1,957 1.00/1.00 vMB 42
841,374 841,374 000000000000000000019b43bfb86ed73fc4add36ee466c4b5b05e5260e3963b 2,677 1.00/1.00 vMB 29
841,373 841,373 00000000000000000001c7069029f7fbf0dc072e99a6b52feef5a951c640e3c0 3,271 1.00/1.00 vMB 32
841,372 841,372 00000000000000000003046839cbc5cdf48fc66c566861ec879219d0b44759c9 3,797 1.00/1.00 vMB 35
841,371 841,371 00000000000000000001c7c0c436a9b39eefde909dcee1ceb855f6b9ba2ed341 3,478 1.00/1.00 vMB 53
841,370 841,370 00000000000000000001e33120b7ed692f61a506f15754eef7e2bee00bdee381 3,489 1.00/1.00 vMB 71
841,369 841,369 00000000000000000003267a43b2ff4782c066c4db77659b859ac44c107eef01 3,278 1.00/1.00 vMB 28
841,368 841,368 00000000000000000000968e6d7229b7e4b3ce45c587b2cf82064c5fea4e1216 3,773 1.00/1.00 vMB 26
841,367 841,367 00000000000000000002334e65037b1d7f567e98d9575409b56202ea1dfeb887 2,867 1.00/1.00 vMB 31
841,366 841,366 000000000000000000004de12cd719cf61da97adeeedd92c5d6322ac7494d10a 3,934 1.00/1.00 vMB 29
841,365 841,365 0000000000000000000205878774c5e0c700e97e57b5b1a635833d9ce62d8b31 2,933 1.00/1.00 vMB 28
841,364 841,364 000000000000000000023d17ea4cd854df1a638d805d951710e563eaba036f73 3,224 1.00/1.00 vMB 20
841,363 841,363 00000000000000000001d0b7dd6988958dd11c33adc2c1bd997db7f2f0e800de 3,155 1.00/1.00 vMB 39
841,362 841,362 00000000000000000001f09cee83e02b6d8f9965bcd359360d83bf2acb0d0c7e 3,667 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.