Loading Tool

Explorer IconExplorer

Memory Pool

50,007 transactions
30.12 vMB
0.09961968 BTC
Random Selection Loading Transactions
Max Size: 161.24/200 MB

Candidate Block

Mining Attempt ccedac4ad3c8f8dae05beb0028e0557888ba49552a63af3cbc69f2a045facde9
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 849e271f76ffc92439794c92c2f466e1d4fee680c49c50a2dfdf921d76433e87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.02989066 BTC
Feerates: 80.71 > 3.00 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (415,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,219 499,219 000000000000000000990fb8393a39206f19144e7dcb4ed9dffa601696835396 2,743 1.00/1.00 vMB 393
499,218 499,218 0000000000000000007cac3e11a7d59d7aa72316d619c9af58a1ab50d1e680c0 2,766 1.00/1.00 vMB 277
499,217 499,217 0000000000000000005720675b0c6031139afccd5776559fa61fa706d1990c2f 2,626 1.00/1.00 vMB 351
499,216 499,216 0000000000000000004f733173a4da0d249ddcba2625d9abfc6b187dd59ea2b7 3,593 1.00/1.00 vMB 379
499,215 499,215 00000000000000000000825c7cf19a8cc2ed7fb5f92ad6478dba7f8a7bb7fa20 2,461 1.00/1.00 vMB 439
499,214 499,214 00000000000000000041d5a380a570c3d4e2298aa39d5a9a2a27263299e4c015 1 0.00/1.00 vMB 0
499,213 499,213 00000000000000000096090963ba87a08f656810b154855b3375f6cc81d5916a 2,775 1.00/1.00 vMB 339
499,212 499,212 000000000000000000639617b442b1b3eb63a54ad941ce1c3551482f3e17891b 2,613 1.00/1.00 vMB 311
499,211 499,211 0000000000000000007ea0fd3079902f1e0a634e5af5dc682fa83dbb9e44fb40 3,171 1.00/1.00 vMB 314
499,210 499,210 000000000000000000986465ad708e79b83b73c3787c0a5d1a426da24163b85a 2,933 1.00/1.00 vMB 345
499,209 499,209 000000000000000000a69de9fe17b5d24935c11994fa76d957c0401bcf63d7ff 3,203 1.00/1.00 vMB 399
499,208 499,208 0000000000000000006245d57a64b346a703df5b13195a2ccfe6fd305994220c 3,058 1.00/1.00 vMB 369
499,207 499,207 000000000000000000567ea7c6abba521ceb4fb1a922ab8bf660bb3202fdd68d 3,104 1.00/1.00 vMB 396
499,206 499,206 0000000000000000007bc0dbd79e2a5016100e85077750641f992b08e29a07c9 2,938 1.00/1.00 vMB 340
499,205 499,205 00000000000000000034b4577c744f6201614e5254e3c6ab030422467e1b84a9 2,477 1.00/1.00 vMB 373
499,204 499,204 0000000000000000007ee66c6489529760fd1d9eb512da4dae7eab14b0e39be4 3,157 1.00/1.00 vMB 368
499,203 499,203 0000000000000000009aa67099129a339fc2f2bfd2070fbd5fe851bef7ed7f2f 3,352 1.00/1.00 vMB 363
499,202 499,202 0000000000000000009c5540e953869ad8c2845c3335f76cd892db550d5d9aa4 3,772 1.00/1.00 vMB 390
499,201 499,201 000000000000000000af2c03976707803e83239e78880d71d8acc5440364e2be 2,930 1.00/1.00 vMB 426
499,200 499,200 00000000000000000025cdbbf7f1d0d0af91c153936a533409fc3a096a98582a 3,194 1.00/1.00 vMB 372
499,199 499,199 000000000000000000783681c12cf530fd097ae51c91e66a43ca1effea83f006 3,341 1.00/1.00 vMB 390
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.