Loading Tool

Explorer IconExplorer

Memory Pool

79,050 transactions
29.54 vMB
0.12205034 BTC
Random Selection Loading Transactions
Max Size: 178.47/200 MB

Candidate Block

Mining Attempt 132e08c366acca8df5bc57d3e3c4995fa081705cba9faa8c6d53ab6e4f82fe4d
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root d37ab74e8140ce73a8e9b390523c7ec0767f9dbf6e7d56f5235f330ef83c0a40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,680
Size: 1.00 vMB
Total Fees: 0.04293207 BTC
Feerates: 198.58 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (119,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,785 795,785 000000000000000000023fce751b86deb7ca477d37a892fb5e8c309051b615fe 1,419 1.00/1.00 vMB 16
795,784 795,784 000000000000000000045e803fd0d796cd6d6e620a76d2f3d3e4d2d580ba98f2 3,051 1.00/1.00 vMB 28
795,783 795,783 00000000000000000001e4fc06d42d866addd8048b17bbf983dac7474a86921c 1,793 1.00/1.00 vMB 20
795,782 795,782 00000000000000000003b6cf1d0af4e712cef89a89712fe1d1d434ab93158453 2,074 1.00/1.00 vMB 19
795,781 795,781 00000000000000000000399556a789a5d80acc38ec9684fbd90ff05b408da567 1,842 1.00/1.00 vMB 13
795,780 795,780 00000000000000000000a1e03ae56b05429a9cab46ffc3c4c82eb7e5790258d0 3,025 1.00/1.00 vMB 31
795,779 795,779 000000000000000000015ec9d6f372d3339613b4c276bfd3e77ebb24b69fccc0 1,791 1.00/1.00 vMB 26
795,778 795,778 000000000000000000026eec99032ecf0bcb6a84c9ccdb9eec7c2cae6fa318b5 1,428 1.00/1.00 vMB 14
795,777 795,777 00000000000000000003391b7f0d22bac59e3b16679c3e905f1c78badb4fa37a 3,153 1.00/1.00 vMB 25
795,776 795,776 000000000000000000045273d406c575513a6692ddad4e13e363466e99976472 2,752 1.00/1.00 vMB 34
795,775 795,775 00000000000000000002775b6fc71e20c054461d96586af58d21feb19a1fd3de 2,559 1.00/1.00 vMB 16
795,774 795,774 000000000000000000042dafe1cbdfd6f5f2b0e3b458b164d5dde4be7b00dd33 2,611 1.00/1.00 vMB 27
795,773 795,773 00000000000000000000c86802cf79a2522150632b6db1c66078252e06bea6de 2,034 1.00/1.00 vMB 22
795,772 795,772 00000000000000000001c7c51da8eecbc39602f60c7cc867a4c5e64b2ed5551d 2,825 1.00/1.00 vMB 41
795,771 795,771 000000000000000000002832d03b5c9f0215b351fd01b92d838d70855cc85b04 2,396 1.00/1.00 vMB 18
795,770 795,770 000000000000000000010c273eb37c80cbf65944bd996dcb7453dab9be0a250a 3,263 1.00/1.00 vMB 28
795,769 795,769 000000000000000000053327162c7584f831f2d139a120f2d419ac3a23895240 2,825 1.00/1.00 vMB 32
795,768 795,768 00000000000000000002e9fcc7cbf32990d30314e3bb0e82799f33351e43df42 4,327 1.00/1.00 vMB 15
795,767 795,767 00000000000000000003e515e85f6da1bfa3713533981a8cbc6a5e185c2cfe1d 1,561 1.00/1.00 vMB 21
795,766 795,766 00000000000000000001b3c8a95692898f1cd8343160cd75412de249ad8d2834 819 1.00/1.00 vMB 14
795,765 795,765 000000000000000000031db1c9fd35a31c0381beab85105098dbde509728e274 594 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.