Loading Tool

Explorer IconExplorer

Memory Pool

34,682 transactions
9.13 vMB
0.06699258 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.96/200 MB

Candidate Block

Mining Attempt c71c931cf468a7b946f32230b8f5610d02d2d10c45242a5de25de9007b8397ea
Version 20000000
Previous Block 00000000000000000000744a564524b79577203ab13e9d23d2467d6d45b9ee1d
Merkle Root 2bfa13c4167ad485b37d85730afcd141886fdc39fa42091f17dc07cf58d90db1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,451
Size: 1.00 vMB
Total Fees: 0.03522984 BTC
Avg Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,965 (776,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,360 136,360 000000000000016afe44cfb9e1d0ab591e49327e8bb3b55e56d34d9cb70919d3 0.02 MB 36 553
136,359 136,359 000000000000026adebee547717795b0a7fe97070c886694bec73963f781eaf6 0.01 MB 47 179
136,358 136,358 000000000000006f07b5fe2fe9c5566f94dac12a3e9c524d545e8b8f53319dcc 0.02 MB 46 107
136,357 136,357 0000000000000482c1a22a7c8d42e53d23f4300248f78b8317180b368e3725e5 0.00 MB 13 1,630
136,356 136,356 00000000000008be8808735ebaabab726ecb934aa450047048c6a1d9242a0f54 0.01 MB 42 573
136,355 136,355 00000000000007400a105c763d6b5d47ffb8e003331a86503dff6b0d4d415c29 0.01 MB 49 3
136,354 136,354 000000000000079acaa53c137f5271c68e268732a64648b36c95f71eaa6d7fb7 0.00 MB 8 0
136,353 136,353 0000000000000834015329450d37accc9e6914473fc5ba5f0a3c1207bf912f38 0.01 MB 35 493
136,352 136,352 000000000000051926caaeb4a7040b33e186212e7e9f851a9ee73211cac5a1ca 0.00 MB 8 1,332
136,351 136,351 00000000000009ad81b98e8aeeee61c571ab63f90762ada7b2c8f5cf2ada9316 0.01 MB 16 47
136,350 136,350 00000000000007522b306310c47b79f3b0359efe007c8a72513915c8039ceb36 0.03 MB 119 135
136,349 136,349 0000000000000255b261c4d22c02aca79236a6c8e6d71f323d3157f6c33b2f25 0.01 MB 23 326
136,348 136,348 000000000000085e71b779fc03fb4c61c9442bf72d76cf812ffe924ea4896212 0.01 MB 17 236
136,347 136,347 00000000000008417daa0c7f893d3e15ab012c09f0162f3d092a406fc0a17682 0.06 MB 152 154
136,346 136,346 00000000000007d76e24855d0b37cd38608a1cd9cb2ecba772f05f5099aed7d6 0.04 MB 107 3,283
136,345 136,345 000000000000099980bac046a761fb3767424cc53edf285ccd4cdbb078c52859 0.04 MB 108 2,220
136,344 136,344 000000000000010b6fffd3a058c13925e4e843c454a43e60d9c7a1c60b906f47 0.02 MB 58 803
136,343 136,343 00000000000008795abc52a00b9c59b2e64ee39cc7fecdd0e5e00e63f21fdfef 0.01 MB 37 2,503
136,342 136,342 0000000000000868347ec523df19d0a9258b8002fceb6a66b5568d2ebba2ef7d 0.04 MB 131 602
136,341 136,341 000000000000094da0b42b188039df21a009f88ef5488723fa004cd97c98b9ea 0.01 MB 23 236
136,340 136,340 0000000000000a4f1c7d62fb468f85f824a35878c22676f8292721735e0070e2 0.01 MB 42 351
Previous 10 blocks ↓
Total Size: 778.78 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: 355.60 GB
    • Received: 3.15 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.