Loading Tool

Explorer IconExplorer

Memory Pool

80,642 transactions
29.73 vMB
0.07127000 BTC
Random Selection Loading Transactions
Max Size: 179.44/200 MB

Candidate Block

Mining Attempt 7ad40105f35eb4da571e42d856ce224c1739b5f6bef9674d113cbf447b740f24
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 02552198724507a444e9c611508eb0c8d0e0ceaa51c532b28e0a822c6fe8187f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,063
Size: 1.00 vMB
Total Fees: 0.01075679 BTC
Feerates: 100.14 > 1.08 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (790,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,338 124,338 00000000000055a5391cd79956430eecfcc0057ea50b871949383a84c1503e79 29 0.02/1.00 vMB 658
124,337 124,337 00000000000022896f7de329cd7e53a4c567ffc7ecac69641741c0c795ccf9ca 15 0.02/1.00 vMB 1,064
124,336 124,336 0000000000004e37b7176d8a589190b445d0cf5ac9211a4b7c1dca6aa943bb2b 8 0.00/1.00 vMB 658
124,335 124,335 000000000000683f6d548e86c44b95600f8fe9c8cac9e2cec22cb311adaa44ff 8 0.00/1.00 vMB 1,049
124,334 124,334 000000000000550adc4e7b0a06fc331e487280ea6d92c5d2574c92e09e573dc0 11 0.00/1.00 vMB 0
124,333 124,333 00000000000038b306a2dd1530172e5bb1d154383515a415f2c7c35415932912 11 0.00/1.00 vMB 1,010
124,332 124,332 000000000000182dcafdefbfd60e2523ed1494e7b0cd345db7a4f586231d422a 10 0.00/1.00 vMB 0
124,331 124,331 0000000000003d372f7d24daf7c0cdd6190a51239e6ebfa05419e736655632d3 6 0.00/1.00 vMB 305
124,330 124,330 000000000000591151c63bebd6bce8d8ce77cb27e41aade2d2066687732a5d65 7 0.00/1.00 vMB 0
124,329 124,329 0000000000001781bb0ec9042691660e2ff86995e11158e8db57092ebf71e980 38 0.02/1.00 vMB 382
124,328 124,328 0000000000000e1255f8d843dc69a199b124dfe6643b294dd6249eaa0fc3a9f0 8 0.00/1.00 vMB 439
124,327 124,327 00000000000012bad128ecbf39790ae97d053654b4d59585019fb595398eb8c4 8 0.00/1.00 vMB 321
124,326 124,326 0000000000000c397b02f6472196f88411bdb6efd29505e4f0da330f8dc3bccd 13 0.01/1.00 vMB 775
124,325 124,325 0000000000004b05fadce6c195f6d6032ec94d643c02b619dc9e88bac7a91c91 12 0.00/1.00 vMB 346
124,324 124,324 00000000000031c519bb9949320a8e82b0a8766eec194c4cc7a6aa6bc79d6eb4 10 0.01/1.00 vMB 511
124,323 124,323 0000000000004120120e3cc90ade66988e7b16505f56971c32af8aab3625a9c4 257 0.11/1.00 vMB 446
124,322 124,322 00000000000029de2194ced6c551cf41b9b543cf1d3f9406a50fea472105c8bb 9 0.00/1.00 vMB 0
124,321 124,321 0000000000001daea64dbb0c2a863a11751fb7397f0d8fcead5968025c6fe31b 12 0.00/1.00 vMB 207
124,320 124,320 0000000000006a7b716c6b5292c97a2be22d898a1058605e717e574e10ffce25 6 0.00/1.00 vMB 651
124,319 124,319 000000000000628e8248d321c44713aa52040c089ab36f15250dc4184a685b84 8 0.00/1.00 vMB 0
124,318 124,318 0000000000004b8bc2d966a71b4bcde4526e9a089d16314bfa515fc902e87364 39 0.01/1.00 vMB 1,149
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.