Loading Tool

Explorer IconExplorer

Memory Pool

78,087 transactions
28.95 vMB
0.07870132 BTC
Random Selection Loading Transactions
Max Size: 175.58/200 MB

Candidate Block

Mining Attempt 3e031e468843eb80a42911ac51a75475531f1c657f4f1a7bddf4ab690d41b6d3
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root f4ab71a036185f890a90d51f01d5172211f1dac790d571cd8d499693a1dfb8d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,459
Size: 1.00 vMB
Total Fees: 0.01831174 BTC
Feerates: 100.81 > 1.83 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (150,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,238 764,238 00000000000000000000bda266decf9eba2e1afeac374c4502bf48f2ae1f0438 2,259 0.94/1.00 vMB 18
764,237 764,237 0000000000000000000159feac08c917c7f1431aedb51c64814a1da29ac0494c 2,646 0.92/1.00 vMB 20
764,236 764,236 000000000000000000053c990ec2a2a61b23eeed994141bd653a20df1f95f0f6 732 0.74/1.00 vMB 4
764,235 764,235 000000000000000000002fbed81cd16f782b4d5cfe6f6f7fe4cd51b5db41b9dd 2,971 1.00/1.00 vMB 17
764,234 764,234 00000000000000000005f21adf27fc073217552c08dbc9a35ea658655f297400 2,968 1.00/1.00 vMB 31
764,233 764,233 000000000000000000032a303aa4e990a5ab4b41ca27ee39af3540b3cbbc965d 1,452 0.87/1.00 vMB 15
764,232 764,232 0000000000000000000748ba573d436c59922c71efefcad0451560e3eb13553a 1,009 1.00/1.00 vMB 20
764,231 764,231 00000000000000000005b785bd685ca6052cb0a219025a55644f675a132d561a 197 0.07/1.00 vMB 22
764,230 764,230 00000000000000000000d43f97feab3e76897b88d7876ec9da1ca254f0bf28ed 2,169 0.87/1.00 vMB 20
764,229 764,229 00000000000000000004173b7b44ea3e603d98c45b2189c6627986aae8a777e2 1,110 0.86/1.00 vMB 3
764,228 764,228 00000000000000000001af3b82553a809faa9585b1d5c361090a624780bed611 2,928 1.00/1.00 vMB 26
764,227 764,227 00000000000000000006d45d34d2405e744e147c3a1be1fd7ae621b3bbd47800 1,276 1.00/1.00 vMB 8
764,226 764,226 000000000000000000076ea3fdbb4680b6682ec238421805a7e6c946294e5df3 1,847 1.00/1.00 vMB 16
764,225 764,225 00000000000000000002c4fb148c1e1dafd31e97c42658b3f4b42d79db54d498 1,595 1.00/1.00 vMB 18
764,224 764,224 00000000000000000000ea8f9446a3b14b9fd0331f6bb1832b9873fb5cd2474f 2,825 1.00/1.00 vMB 34
764,223 764,223 00000000000000000005829017993a7a21e4b7c731c95b9cb979c01294a7bd27 1,298 1.00/1.00 vMB 15
764,222 764,222 0000000000000000000620c7cdf199f8f6fb7f9049d472fdfcd25a51d0e2bfc8 2,371 0.99/1.00 vMB 20
764,221 764,221 00000000000000000002b7b2969cb19cd83e10b262f0e1aa1b66e0a465275af0 373 0.13/1.00 vMB 19
764,220 764,220 0000000000000000000640ebe2fa786f1b851fc35e76c628dabb74485cf87153 1,769 0.91/1.00 vMB 16
764,219 764,219 000000000000000000028ac82f8dc7f689484c0eec0a45ddc7449184aaa8b78f 2,674 1.00/1.00 vMB 20
764,218 764,218 00000000000000000000ce19dadef02c838b4414a977f5f8db690becb43e43c2 1,096 0.65/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.