Loading Tool

Explorer IconExplorer

Memory Pool

79,162 transactions
29.72 vMB
0.08596873 BTC
Random Selection Loading Transactions
Max Size: 179.35/200 MB

Candidate Block

Mining Attempt 17475e0a52faaa07e9c37bbd0fae7003fa93b3ae705fdec1b3c0f9d6740ed1da
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root b21b02df3c44784a5c1ebfe435660dc1cda992c92fcd75f60e6f83a407fccedd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.01974165 BTC
Feerates: 150.66 > 1.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (408,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,119 507,119 00000000000000000064ba3d1806540bf298c70bd18ce0206daf204613b5cba9 2,236 1.00/1.00 vMB 243
507,118 507,118 0000000000000000004921054a8ea539b0b95aaf7031967932b1a181ad23c309 2,630 1.00/1.00 vMB 186
507,117 507,117 0000000000000000006bb31fdade23f5aa6d8b4b30c9844d14aa908965c2dd66 1,953 1.00/1.00 vMB 219
507,116 507,116 00000000000000000037f80c05e80917d4f610c46a39a8c14b070b171fdb0b30 1,503 1.00/1.00 vMB 82
507,115 507,115 0000000000000000000b48124e02e8b04cb7325c99bf2d3454728e208a8527e6 1,101 1.00/1.00 vMB 56
507,114 507,114 00000000000000000005013a785a03abfc207965bc4f8a4fb755783ce93d9688 574 1.00/1.00 vMB 92
507,113 507,113 00000000000000000062817547a3c03f0239642e5221e24622c271184ef02a9b 1,654 1.00/1.00 vMB 118
507,112 507,112 0000000000000000001314dc59632830bd5d88f9a0cff7857a6bfa69e00c4262 2,652 1.00/1.00 vMB 171
507,111 507,111 00000000000000000003be54a54417ab574a0f5809994d46efad2fc5e7590f25 1,989 1.00/1.00 vMB 229
507,110 507,110 0000000000000000004b602fe8f72bbb1852ee6fc20e9949903c93f4c9507d14 986 1.00/1.00 vMB 114
507,109 507,109 000000000000000000332f2e92f7ca3af1451ab808ba131cc20fe538f02362a0 1,099 1.00/1.00 vMB 73
507,108 507,108 0000000000000000002f8f620bae3948be6dd472b7c7c80f49a53a17f7a13f6e 1,230 1.00/1.00 vMB 146
507,107 507,107 00000000000000000059f282ffc2d6ffc37ad0f6a2259432ee8fd315ef2014a3 2,303 1.00/1.00 vMB 193
507,106 507,106 0000000000000000004e613ce8fd42c08e309ba2b26ce30d4af31a4a5e81d1b8 1,865 1.00/1.00 vMB 169
507,105 507,105 0000000000000000004d3eee02c036fb07b06a85b8183d4db2d0617468db14b2 1,741 1.00/1.00 vMB 278
507,104 507,104 0000000000000000005cef19f8363383b349892545c5864a4f0f3fa9c3ba69ed 2,042 1.00/1.00 vMB 205
507,103 507,103 0000000000000000003498d47d3db88a846d5ece436120a0441a12087bb4348f 1,712 1.00/1.00 vMB 147
507,102 507,102 00000000000000000052446c679c3dee96d922748169eb31177ea903117a340d 2,122 1.00/1.00 vMB 179
507,101 507,101 00000000000000000062deb3cb1a7c9b356e860efc0a0b195f0afc541ee312a7 1,807 1.00/1.00 vMB 98
507,100 507,100 0000000000000000002810acc74bcfe15e47c7c9413eb92f87344dc0dcf645cc 1,980 1.00/1.00 vMB 185
507,099 507,099 000000000000000000227373d5749f4995cce0a398e041346e08fc69e4ef8960 1,781 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.