Loading Tool

Explorer IconExplorer

Memory Pool

74,330 transactions
28.82 vMB
0.08286361 BTC
Random Selection Loading Transactions
Max Size: 170.24/200 MB

Candidate Block

Mining Attempt 751c0614a4e0bd43c3be265d7280f9e7eba0dde23220d067faf2a64e66612e3a
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root f7cef2c9b7edfa2bd5e252f3ee1d332669389bb3fc3d2d14c2b329e62400da6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,306
Size: 1.00 vMB
Total Fees: 0.02370559 BTC
Feerates: 150.36 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (429,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,094 485,094 000000000000000000522823c843c43ed31fc9f2f3287f3e0f4e452c02cb6498 1,307 0.99/1.00 vMB 90
485,093 485,093 0000000000000000008ed2fffe28543b41389bff52158a5c402d4b21a12f7f69 1,854 0.99/1.00 vMB 155
485,092 485,092 00000000000000000080f2e00d2d721ed63d8bda77cb2c9342d61be2564c7795 1,866 1.00/1.00 vMB 86
485,091 485,091 00000000000000000028214e2fa14c17fe1654fde7316ded08e7ebff3795e585 1,081 0.66/1.00 vMB 70
485,090 485,090 0000000000000000002c5f0762668229be58d9f2dd3054ab5239b41af1b0220c 1,879 1.00/1.00 vMB 99
485,089 485,089 000000000000000000c534f51b748d174c896b9c115e1ac6d7dcb688848ee016 931 0.35/1.00 vMB 118
485,088 485,088 000000000000000000178648b3a3b1b40017f8547f6ecb8a6147b530dc372c87 2,128 0.94/1.00 vMB 95
485,087 485,087 000000000000000000dd5d741f0b208c8271aa8c207f96fb23ef6ab06cf3d0b2 956 0.36/1.00 vMB 141
485,086 485,086 0000000000000000011c1bfc93e3598a2eaab561c8fb5037cac60bc8e0619703 386 0.15/1.00 vMB 83
485,085 485,085 00000000000000000094ad2d488d8613af88ff6370c5a91248444c2206585cdd 440 0.19/1.00 vMB 80
485,084 485,084 0000000000000000005c4aee555025e191c8968abd07b03b53be40b103f3a0a4 1,676 0.88/1.00 vMB 33
485,083 485,083 000000000000000000427219aa8b931acb167f582e9b9c5e44d033444a5ac178 2,373 0.99/1.00 vMB 118
485,082 485,082 00000000000000000114f76e1fd3e0d803c4726254cab82f86c87ee392a70124 1,344 0.82/1.00 vMB 67
485,081 485,081 0000000000000000008a8b70cce20a6a13c2cabb94ce8bbef3080dfd23c3788a 1,006 0.39/1.00 vMB 109
485,080 485,080 00000000000000000092eeae6cc8ba41197871aeb4ade0af052ad8163372bc0e 79 0.04/1.00 vMB 154
485,079 485,079 00000000000000000026accdaa250b33df52fcd3cf3b80d3328ee59d88713315 824 0.38/1.00 vMB 91
485,078 485,078 00000000000000000008899748a7caac65a83ad032b98f0d66299daf4d56e1a4 522 0.21/1.00 vMB 79
485,077 485,077 00000000000000000023fd4ed9a7c26a7d7aff229298fb4f3432d12932ffdbbe 400 0.14/1.00 vMB 32
485,076 485,076 0000000000000000006b1fd6737fcba9291d452b8d100888c0b066d141ad7df8 613 0.29/1.00 vMB 128
485,075 485,075 000000000000000000e45bfcf6b385366246d0a1186aacea82823e1b3d9251ef 769 0.40/1.00 vMB 71
485,074 485,074 00000000000000000053be07ef6c4b4090614873c723feb9afcf852c34c0f70d 1,163 0.44/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.48 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.19 GB
    • Received: 15.42 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.