Loading Tool

Explorer IconExplorer

Memory Pool

25,917 transactions
26.89 vMB
0.10566006 BTC
Random Selection Loading Transactions
Max Size: 128.70/200 MB

Candidate Block

Mining Attempt 8a1c2659cb8cef9c5e3d9f31de34261afc2ff8a8c6be0bccaca62946b2069d09
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root a338f44ceb4bd86815e437799fe4b33d6e4ab6b14efa4cf8ee4c9357927445f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,987
Size: 1.00 vMB
Total Fees: 0.05521838 BTC
Feerates: 502.40 > 5.53 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (306,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,655 607,655 000000000000000000017acd0c291476b032e014732759ca873fb0cb5f9438fc 2,677 1.00/1.00 vMB 39
607,654 607,654 0000000000000000001051c87bcaf836ae3712e1c84adf28efb79cc9394d26e2 1,677 1.00/1.00 vMB 16
607,653 607,653 000000000000000000015a266fd88397499130a69de699c1f9e00cde60256fc9 2,886 1.00/1.00 vMB 25
607,652 607,652 0000000000000000000df276fc4ce3fa677cef5a3af396b50b0bcf49e68dfd85 3,011 1.00/1.00 vMB 34
607,651 607,651 0000000000000000000f2996e2629b3a5e4f1bd74934e2efe59fc2827110c9f9 2,306 1.00/1.00 vMB 16
607,650 607,650 000000000000000000124a3c392ad3d703b2a096a3e7a9feae1de7643cce611e 3,002 1.00/1.00 vMB 15
607,649 607,649 00000000000000000011c93e458a5ea72fb59fa6e4e3649550d132f163f28309 1,990 1.00/1.00 vMB 42
607,648 607,648 0000000000000000001416b33976492cf3af69736c532ddfae167ba97db8ebba 2,182 1.00/1.00 vMB 30
607,647 607,647 00000000000000000011d304b98bb552cbb6309d918f03cffb9fd0fe3ff48c6d 972 1.00/1.00 vMB 65
607,646 607,646 0000000000000000001520e471ddf71aa0e857da689a074db9b4c829b1a76ac6 2,845 1.00/1.00 vMB 17
607,645 607,645 00000000000000000010698a7be6234fc1900b593a7b331fc0d252c6f45f3ab4 2,743 1.00/1.00 vMB 22
607,644 607,644 0000000000000000000603576874cfe2fd727e64ddbb61d174676f3a22f97941 2,804 1.00/1.00 vMB 21
607,643 607,643 000000000000000000035b696ff55ada611a6d2bc9aa95c4d78e5d1d8d14fd4c 2,929 1.00/1.00 vMB 13
607,642 607,642 0000000000000000001048b9eb983189f9997bc03ca86e008c256934864e41d2 3,150 1.00/1.00 vMB 34
607,641 607,641 0000000000000000000f8f67f5d12532d5fff2051c33e4c7104644e55c42e430 2,070 1.00/1.00 vMB 22
607,640 607,640 000000000000000000092824dcf984947a3c8d42b418db87ec6cdebd05a84d73 2,552 1.00/1.00 vMB 30
607,639 607,639 0000000000000000000916fc28c37b82affee6a0165750c7321d8cbd6df5d9e5 2,208 1.00/1.00 vMB 46
607,638 607,638 00000000000000000003c238fc3030d8a6cdfa160bc53733422aefddf7d9c5d4 657 1.00/1.00 vMB 18
607,637 607,637 0000000000000000000ebf98867601b93fea0f0ecbf3bfbde794540ee7f17200 437 1.00/1.00 vMB 19
607,636 607,636 00000000000000000001f7d3d53c8003539ff70b4fadd5eaccf364cc2e0091be 907 1.00/1.00 vMB 23
607,635 607,635 000000000000000000018cf60079eed42650b6ba03515e1aa75f017ad8cb8f62 2,419 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.80 GB
    • Received: 10.90 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.