Loading Tool

Explorer IconExplorer

Memory Pool

72,899 transactions
28.10 vMB
0.06852610 BTC
Random Selection Loading Transactions
Max Size: 166.38/200 MB

Candidate Block

Mining Attempt e412903faa2bca05bd1c96d3d1f3acbdaf17f83780ea404ca5438b69dadfe034
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root b700115a7e506e3559152b06e7776e49efe2b58d9d37d3f8dcd324ddfdd69891
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,649
Size: 1.00 vMB
Total Fees: 0.01227626 BTC
Feerates: 150.86 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (452,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,035 462,035 000000000000000001cbc7bcaa5b851c71b42555ea896dc827f89c1827cc8c93 1,515 1.00/1.00 vMB 110
462,034 462,034 0000000000000000013f8c6c2eb5f330d002935a300dd98bf802aea7b9023af9 2,054 1.00/1.00 vMB 324
462,033 462,033 0000000000000000018610067248f7e312a25196e1cbc5e6104706bc3cf1fb5d 2,283 1.00/1.00 vMB 247
462,032 462,032 00000000000000000108c999bff246414d006fc9b340ea214f58d235dfab74ed 1,833 1.00/1.00 vMB 106
462,031 462,031 00000000000000000156101007ce892cec617a735267065923e6fafcf5a099fa 1,922 1.00/1.00 vMB 144
462,030 462,030 000000000000000000cf52786831a79754dec25d31f8846009b8103dc01706e0 2,122 1.00/1.00 vMB 144
462,029 462,029 000000000000000000e9ccfab008f78e74e795868181024bbcb25200ef4805f1 2,743 1.00/1.00 vMB 184
462,028 462,028 000000000000000000dd59645a5a60e1b5eed8f087a7c6a829cf663a8f1aa223 2,590 1.00/1.00 vMB 180
462,027 462,027 00000000000000000050b8d8c729d7255a99c05299e290f342b22372797df963 1,853 1.00/1.00 vMB 89
462,026 462,026 000000000000000000d733799f403bd8cd522980df2cb817ec12ae8b15f6d5a2 1,857 1.00/1.00 vMB 112
462,025 462,025 000000000000000000b7ebe4190121ee32e18f711dc2ee728eacd8f2184b0b2f 1,587 1.00/1.00 vMB 149
462,024 462,024 0000000000000000013329c6ab777cd3545196bda9346eba4ff28c0100ff977d 2,116 1.00/1.00 vMB 147
462,023 462,023 000000000000000000bea8baf27c37a7a10dbfe11e62a710175604b9f48d525a 2,074 1.00/1.00 vMB 110
462,022 462,022 000000000000000000cdc7df180620c6e7ed464dc40f46480b7e605796e44d98 2,192 1.00/1.00 vMB 141
462,021 462,021 000000000000000000d0d20ba0bdeb3095a2f05f8df22cef883682cfb2a8f33b 2,027 1.00/1.00 vMB 155
462,020 462,020 000000000000000000099bd6844a584fb8a37c3db137093c0a528b53316d4a76 2,188 1.00/1.00 vMB 168
462,019 462,019 0000000000000000010c352e2a912fe0650bf38ca99edc8f4b58e419dd392fdc 3,008 1.00/1.00 vMB 205
462,018 462,018 000000000000000000c5094d9b76a69560f8dffeba5ef4d39f8cff8ec9f2e28e 957 1.00/1.00 vMB 75
462,017 462,017 0000000000000000006bcaf69b69f48a6c4c43e103da7291a482bd96d6d85299 950 1.00/1.00 vMB 65
462,016 462,016 000000000000000000a4e5ecae92bfea4e6c2f5ceb22d8f7a19caaa359f4ac5f 2,075 1.00/1.00 vMB 156
462,015 462,015 0000000000000000007e177a4121da03515eee2132a61fcdedc992111f5ca184 2,379 1.00/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.45 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: 666.78 GB
    • Received: 15.22 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.