Loading Tool

Explorer IconExplorer

Memory Pool

31,727 transactions
26.47 vMB
0.08017043 BTC
Random Selection Loading Transactions
Max Size: 131.62/200 MB

Candidate Block

Mining Attempt ca896e3b16f903ade22f94b964fa69a2786019f20268f174bded908f0829bb78
Version 20000000
Previous Block 00000000000000000001f1448b0e3258c4fb0417662266c861ce03c6a1377b3b
Merkle Root da3b41bd9d413e37cd3d0f1704a4e1cbc10823b61ebd6afe44fae559a186d3fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,794
Size: 1.00 vMB
Total Fees: 0.03037710 BTC
Feerates: 529.10 > 3.04 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,246 (837,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,824 76,824 000000000050d3b0ebe37612047ac44f3a67546af24334373153c5a26f419737 3 0.00/1.00 vMB 0
76,823 76,823 00000000002ff4a0c40d6597a8f0b827110d4c3c70c07e327a9f8aa6e27174d3 1 0.00/1.00 vMB 0
76,822 76,822 000000000037337395ec6b2e4786b6fc57f74130e55a478b32478076785e44ca 1 0.00/1.00 vMB 0
76,821 76,821 000000000041c5bff6e90e48996da024baab909c630664339494e8466d25ab7c 1 0.00/1.00 vMB 0
76,820 76,820 00000000005cbc8af9a7d45ae00e7cdac6f99d4feedb5972ed699a967e72fb03 1 0.00/1.00 vMB 0
76,819 76,819 00000000004f767b1183bafe1312d518b3bd5ed11ea363881c18b35e8aa05fa5 4 0.00/1.00 vMB 0
76,818 76,818 0000000000575acb3f781e61713b2f5492c78df46be524fa94ad3ca1b896879d 4 0.00/1.00 vMB 0
76,817 76,817 000000000001def773aa9381976708903c0c0492ed3a1f4fe7fddd791aec4f7f 1 0.00/1.00 vMB 0
76,816 76,816 000000000009df9136e2c43646879a441607ca721b2eb7ce8452dd9884c08a0b 1 0.00/1.00 vMB 0
76,815 76,815 000000000022cec869f516fac48f259e54e13848bb23cc2fa90acd0649d8b1c5 1 0.00/1.00 vMB 0
76,814 76,814 00000000000edd89e1b74fdf0360f766f1710f293869e7f0a985f030631f55a5 2 0.00/1.00 vMB 0
76,813 76,813 00000000003953c99dad999ee6ca70643bf7b137ce8ea7fa3914275f26a3e996 1 0.00/1.00 vMB 0
76,812 76,812 0000000000375661f9b7ed0ee0985e384d6b68ca1aaab1d7a8309907f97a884e 1 0.00/1.00 vMB 0
76,811 76,811 0000000000027cd58889b739de5477e5aba01475109e00e168625c9f0406ed2f 1 0.00/1.00 vMB 0
76,810 76,810 00000000003fd89d63322f1540c23e31b3d8c053769dcddfb1147fb57d3b236e 2 0.00/1.00 vMB 0
76,809 76,809 000000000010328e0152c372c5300c906a4e47b5be706c8584677f5ff95d524f 2 0.00/1.00 vMB 0
76,808 76,808 000000000066ab5e00782c0837cdaa9e7f1e40b914af8f47d04f7727d1c2a362 1 0.00/1.00 vMB 0
76,807 76,807 00000000000d525a078455ff0a11df826940e8c51a9d4dcc98b93399c94a6ed6 2 0.00/1.00 vMB 0
76,806 76,806 00000000004654e57d0a5a2edc62e509aadad9da4994991985283e6ad77244dd 2 0.00/1.00 vMB 0
76,805 76,805 00000000002cd5d32aa9c12295b288be965eb93c1b10c4b4b075ace34a4f2da0 4 0.00/1.00 vMB 0
76,804 76,804 00000000000c8c3cd02f6343ff671bc09aad0ff938b11774a4e06239d43a1909 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.03 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: 576.62 GB
    • Received: 8.48 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.