Loading Tool

Explorer IconExplorer

Memory Pool

78,729 transactions
29.49 vMB
0.06876479 BTC
Random Selection Loading Transactions
Max Size: 177.26/200 MB

Candidate Block

Mining Attempt f84b4f1cad4eae6e6da1f55f106452c9c1220ab407b3ffddb8a5c3d5b26ae2ca
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root aacee1d21cdbf44c06236b0b0466e936d8650c25d0a48f92a70088c9a13043e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,850
Size: 1.00 vMB
Total Fees: 0.00891043 BTC
Feerates: 50.25 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (256,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,250 658,250 0000000000000000000437e8053e185feb41a9c4b934af9888ec8c42a0b17a1c 108 1.00/1.00 vMB 1
658,249 658,249 00000000000000000009c6f36113cc0c960c8c973e0d205c0c84c104a3cf5adf 2,372 1.00/1.00 vMB 11
658,248 658,248 00000000000000000001f3bd2a81d1675956b96d3361f8c9c1cf36ec00c9f90a 3,015 1.00/1.00 vMB 52
658,247 658,247 0000000000000000000391b9de6377f75ad6f146c1f922056e5f8444ef09f9d0 350 1.00/1.00 vMB 4
658,246 658,246 000000000000000000084a86dce943994a2ab4f656714b25d065a5f4090b097a 783 1.00/1.00 vMB 8
658,245 658,245 00000000000000000006b70663fce92b78ae41d6c2388e9301ffaf7204bc221c 1 0.00/1.00 vMB 0
658,244 658,244 0000000000000000000e1d8a5d54518e0eb200184f307bdfabfb4b44db90280a 927 1.00/1.00 vMB 15
658,243 658,243 0000000000000000000049c4c0994c7c86e8fc9405705ad0877a4ce74dac253c 1,197 1.00/1.00 vMB 4
658,242 658,242 00000000000000000006475877264eb1f13989eede523e142af50319f39a4143 2,654 1.00/1.00 vMB 23
658,241 658,241 000000000000000000061ad92c088cb928bfe6f74d078942a84aefbf2cbe026e 2,317 1.00/1.00 vMB 26
658,240 658,240 000000000000000000033953a40aba61e705c1877b67827c2ec1cb31ddbf5c86 2,797 1.00/1.00 vMB 21
658,239 658,239 000000000000000000053c938ee10b0b4539542c2c2510572555ba9f94262668 2,165 1.00/1.00 vMB 24
658,238 658,238 00000000000000000001b8a4e0564cca1e8e5739ef0c9a12edc0a55ab7d86955 2,524 1.00/1.00 vMB 46
658,237 658,237 000000000000000000075203daca3223f04da1e6f6626477b72e178f26578896 1,652 1.00/1.00 vMB 4
658,236 658,236 0000000000000000000ed2cfe093e23eafc65688d45e0c3972bec843fe99d364 2,706 1.00/1.00 vMB 10
658,235 658,235 0000000000000000000c059d31a19dceeac2b1019fad70b979c2d7e57c1046ce 2,584 1.00/1.00 vMB 28
658,234 658,234 00000000000000000000549331a75d75bd72e91f4204620225ead011e7cd0cfe 2,329 1.00/1.00 vMB 24
658,233 658,233 000000000000000000010fbd30bd437e374c0c8c36808f83b22dcbccdceeeea5 2,625 1.00/1.00 vMB 37
658,232 658,232 000000000000000000044dd4c34a19bc4f173aa823f421938ee6d31e8f48c36f 1,879 1.00/1.00 vMB 38
658,231 658,231 000000000000000000090b96ea80c808d3d40dd57055c1c837346306506b0b73 909 0.44/1.00 vMB 17
658,230 658,230 0000000000000000000a27deedf70fa0ae0e7363fb653c0fee1ce4526aa6a3b9 2,647 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.