Loading Tool

Explorer IconExplorer

Memory Pool

37,107 transactions
26.84 vMB
0.05998967 BTC
Random Selection Loading Transactions
Max Size: 136.33/200 MB

Candidate Block

Mining Attempt b366656ff8248a2e2a709a18e1c4daa76c378799b155abd4349fabc6319d05a9
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root fdae08cce03caf1ab774b1eb1ad38afe35ebcfc961aa008dd41aae424a21e7b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,953
Size: 1.00 vMB
Total Fees: 0.00961466 BTC
Feerates: 74.79 > 0.96 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (87,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,830 826,830 0000000000000000000272566b8025cb60607d70e26617ea17504b539ce5a6b5 4,330 1.00/1.00 vMB 45
826,829 826,829 00000000000000000002aad9bcd161044c8971c9e89cc4984f39fd6eb4872660 4,385 1.00/1.00 vMB 53
826,828 826,828 00000000000000000003613235449b4bbba584e1cb96ff8b815e96d63bdee528 3,169 1.00/1.00 vMB 40
826,827 826,827 000000000000000000020994a9d61ad8ff44c4e51c805ee0d0e35b8d2ee8c89d 3,435 1.00/1.00 vMB 61
826,826 826,826 0000000000000000000053464b530211cccb89de17f0c61a73524c1b4fef3cb2 3,872 1.00/1.00 vMB 46
826,825 826,825 00000000000000000002158d5883f76cbacd640a41d9cbf6d256d8bd46676cdb 3,657 1.00/1.00 vMB 51
826,824 826,824 0000000000000000000065680b856350210ef0874cd95c54d6b6b127a1caaaa4 2,690 1.00/1.00 vMB 62
826,823 826,823 0000000000000000000386d817910c3811d362391fb9d4bb78b850062cd00cf4 5,528 1.00/1.00 vMB 41
826,822 826,822 000000000000000000038306288fb270883e99aa77e219de4dde6e12d2f7865e 753 1.00/1.00 vMB 33
826,821 826,821 00000000000000000001b7e582bd2252f900f8d464d9d4299cb52345d477ab84 1,700 1.00/1.00 vMB 37
826,820 826,820 000000000000000000009ae7b3401ffab005d20a512508d1fa57f907d4a29ee0 2,541 1.00/1.00 vMB 55
826,819 826,819 0000000000000000000235463d5a22ebbfbe870c11d7c37c66fb209671f7e3df 1,503 1.00/1.00 vMB 42
826,818 826,818 00000000000000000000626eb334fd1ef871cd4b23b781697d62ce59f545395d 3,661 1.00/1.00 vMB 67
826,817 826,817 0000000000000000000327ed0f78bea3fa57f5430a04b94c966e1f410dbddaf3 3,404 1.00/1.00 vMB 40
826,816 826,816 000000000000000000022cb6570e6d83c579fa8bc774f6dbfe0f439180b8edc2 3,174 1.00/1.00 vMB 33
826,815 826,815 00000000000000000003ec7b5ba12e3be86dec1bc4f01dcd4ce6f47b65169210 3,313 1.00/1.00 vMB 38
826,814 826,814 000000000000000000000f9d0064b2d3ac33df840936156c0aac9c35a92a4229 2,871 1.00/1.00 vMB 65
826,813 826,813 00000000000000000000c8ccb2fbdd72913ad4a0fc5b485319fd96b3db7d3c5b 3,025 1.00/1.00 vMB 61
826,812 826,812 00000000000000000003ca5c66f50f0e256d0285e3635b42b3e017745e006a29 2,909 1.00/1.00 vMB 50
826,811 826,811 0000000000000000000308dc411f0b3b9a5ac005ee51339059df47831fea2aec 7,152 1.00/1.00 vMB 32
826,810 826,810 00000000000000000002923f2006246bfd2ffc742bef4c3795fe39270b9ab4af 3,258 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.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.