Loading Tool

Explorer IconExplorer

Memory Pool

79,257 transactions
29.71 vMB
0.11750704 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt 43d4cc35f779a1d8eccc6d96f1c1b074c281692850ed953441f0d531749cc693
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root b16d7b0bb67b613054d7ad37dfb7ad7edadd4bb493b32702b56518796818e0e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,185
Size: 1.00 vMB
Total Fees: 0.05370971 BTC
Feerates: 150.75 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (687,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,260 227,260 00000000000001ca20ec14e0eb4f875e7779a5df299e1f1ad03ff5aa7a9f9dbd 82 0.02/1.00 vMB 141
227,259 227,259 0000000000000261e0cda04f2185e7102b1c8ce63cd9520aa8a8e40174ab60a0 117 0.06/1.00 vMB 95
227,258 227,258 000000000000020a484e61f5b15ddcee3ace513b991b285ca4c1a9869ddbe9b9 381 0.19/1.00 vMB 195
227,257 227,257 00000000000002c2648e212edea6075db1091c367c1cdd69e0f1b5580d83e5e4 177 0.07/1.00 vMB 230
227,256 227,256 000000000000025ff72d6572f269d07855387627b58575329b3a976cc45f036f 278 0.14/1.00 vMB 158
227,255 227,255 000000000000034c0bc2f988c1631c590fb498176252f774fa59c4445101d0d6 187 0.07/1.00 vMB 188
227,254 227,254 0000000000000101a6b80010f50a7473a18fec5be3c5fb897042b262dfa2e95a 1 0.00/1.00 vMB 0
227,253 227,253 000000000000016ad6097438dc03b1c66e5fcd9b0bc6464412504a0dca67535a 94 0.04/1.00 vMB 143
227,252 227,252 000000000000020479826bd0e5e88f237bd4909356f9f409dcbda0c235a41e32 541 0.20/1.00 vMB 175
227,251 227,251 00000000000003603502b33e10e8aa0c8d6126210175f2fc340ea24ca7d5c813 350 0.14/1.00 vMB 159
227,250 227,250 000000000000019892d4adc1aa9a7c0f803a7ba78c8c75947c013f51c104b2f5 992 0.35/1.00 vMB 211
227,249 227,249 00000000000001fff3023eaa3ddc4e06d742393b7b5ff4e01c938ee127ac4133 219 0.10/1.00 vMB 122
227,248 227,248 000000000000002ebdaf25189c9251971bf6325552f8dfe183dee147eaafb99e 512 0.21/1.00 vMB 156
227,247 227,247 000000000000035653b6289b6decf9bacbcd08c82224ac6b7ea536811937dca1 100 0.06/1.00 vMB 145
227,246 227,246 00000000000001178c9b821b4168f8f4fac0d8a05c71e3a3cc3d8993eebbee0c 446 0.17/1.00 vMB 208
227,245 227,245 00000000000002fb8301ede0865ed8b02e41cb59aaf33c7a35602338d88fb706 162 0.10/1.00 vMB 109
227,244 227,244 00000000000001ff576a5c2f1d3550263be96c585e0dac0c48b6fb74368958f0 331 0.17/1.00 vMB 149
227,243 227,243 00000000000001056c5c581f0bb07bd7b126f06c656fe1a5931c47a5f125dac8 523 0.17/1.00 vMB 277
227,242 227,242 0000000000000043ce79abb57132c804c96174eb4f168820b4dccdefe2bed550 55 0.02/1.00 vMB 116
227,241 227,241 00000000000002b706c02b3c731c54fd8e968eb73f04c7f354c92e43e7dc5cfd 115 0.10/1.00 vMB 87
227,240 227,240 00000000000001f9c483503145de698f362e8d0ad3f1cf136ca3d4a6e057ac67 524 0.25/1.00 vMB 171
Previous 10 blocks ↓
Total Size: 782.56 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: 670.23 GB
    • Received: 15.84 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.