Loading Tool

Explorer IconExplorer

Memory Pool

77,069 transactions
29.06 vMB
0.07875048 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt bbfa6c05b802af10311b465fcad7a4b83a276e56cd29d6c220d4e04121190b61
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 8905592c889d3814d6d22189322da1153039d23ce2a3d59c3a93893fcf50a24d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01537376 BTC
Feerates: 301.60 > 1.54 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (446,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,215 469,215 00000000000000000055158b37091ef62e000c6fadec8378a1530be859f7b422 2,417 0.99/1.00 vMB 360
469,214 469,214 000000000000000000940e7f87e686dc402b8bfc2dd660d331027a039f1edb9e 2,517 1.00/1.00 vMB 337
469,213 469,213 0000000000000000009cbaa96f17cedfe5fbc96bf89d3be005a3d5d8ee9afae2 2,392 1.00/1.00 vMB 380
469,212 469,212 0000000000000000007440f3ea37c703b08817e603c21e8994f1543525756196 2,131 1.00/1.00 vMB 443
469,211 469,211 00000000000000000106c71629e93f6e2b198f10a93e2e141721156fe51107a0 1 0.00/1.00 vMB 0
469,210 469,210 000000000000000000c648a5638d089c4618be6cba82dc4ec1de83f881a4cadc 2,109 1.00/1.00 vMB 398
469,209 469,209 000000000000000001ae0de8078aee58c6beeaa428f83edd956deda5c11ca370 2,207 0.99/1.00 vMB 427
469,208 469,208 0000000000000000013053301752b7f7f57e676b8ed53a7101e3d4f1260b5ceb 2,596 1.00/1.00 vMB 314
469,207 469,207 000000000000000000a6398f4f773a44490a7457c1109e67797afccb4c887d49 2,388 1.00/1.00 vMB 355
469,206 469,206 000000000000000001d0036ffdb6298f7a1d678e1b95dc15e1168b04b769976e 2,672 0.99/1.00 vMB 322
469,205 469,205 000000000000000000247486e0f444000b2f493714e51c3b86cf9ba38b247fc7 1,435 1.00/1.00 vMB 458
469,204 469,204 0000000000000000012af032025bf793d5a389a50410ca5e4d4c2da749a09441 1,744 1.00/1.00 vMB 319
469,203 469,203 000000000000000000d2b2f7a1be9adf7cb22b577f6517177ecd1d9766df4aaf 2,450 1.00/1.00 vMB 396
469,202 469,202 0000000000000000017fcc43a63443dcff8d9f48ffe16898fc22abffd370b20f 2,215 1.00/1.00 vMB 441
469,201 469,201 0000000000000000015e121a96a599e6ee8b5e7a0420a30cf81db2ca804bca82 1,784 1.00/1.00 vMB 431
469,200 469,200 00000000000000000116d721bdef1351c0bca1d3bc121ae5b4ffed40f033500f 1,716 1.00/1.00 vMB 366
469,199 469,199 00000000000000000092174f0be2d8090c000a08531410fb746ee12ee064e98c 2,202 1.00/1.00 vMB 366
469,198 469,198 000000000000000000c6924c9578823d565888b508301ea68561bc1f8dfa5053 1,858 0.99/1.00 vMB 369
469,197 469,197 000000000000000000334a91d27e8e41470f639e3cd1f54ab22338266dfe715f 2,602 1.00/1.00 vMB 431
469,196 469,196 0000000000000000003c015ff966b80fcb90fb5218fb33148c9bc3b0809da3a4 2,073 1.00/1.00 vMB 430
469,195 469,195 000000000000000001d5cb91b55782cc172e54257a8c0a15c37e5d1f536c05ed 1,835 1.00/1.00 vMB 448
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.