Loading Tool

Explorer IconExplorer

Memory Pool

38,014 transactions
26.81 vMB
0.05335593 BTC
Random Selection Loading Transactions
Max Size: 139.33/200 MB

Candidate Block

Mining Attempt c6e5978480f947caf50fdfc962bd9244295cc01453803b087eb15ebddaff535f
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root efffa95222e922a06d698ae213491f1619ef5da3d9b312d9edc3e9f7a9782d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 539
Size: 1.00 vMB
Total Fees: 0.00397468 BTC
Feerates: 44.54 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (204,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,836 710,836 0000000000000000000931951efd56db8d9b919ca6f346890a452d29ece5ec7b 2,100 0.99/1.00 vMB 2
710,835 710,835 00000000000000000003b1c46dc833a3fe7145f29288dd7dfba8c8e9e21a725a 3,014 1.00/1.00 vMB 7
710,834 710,834 000000000000000000042de275a5cf7e50b55375025d3dc59d1a53a58b268e2c 3,268 1.00/1.00 vMB 20
710,833 710,833 0000000000000000000819f4e23c6e1f6e0150659c4050df7e17c93e58de4983 2,487 0.85/1.00 vMB 9
710,832 710,832 00000000000000000004933f50eaceb7c88c5099a58c38fa474abe8ccdb8bace 1,678 0.60/1.00 vMB 10
710,831 710,831 000000000000000000050c82971ab69d5d38f935b443eeb93a04961caa379186 419 0.14/1.00 vMB 8
710,830 710,830 00000000000000000000f932e6db5ce1c389100a8a1b85a8e7cec6439e1e2a1e 2,353 0.95/1.00 vMB 8
710,829 710,829 0000000000000000000b65f0ff361f567fcbfcc0c48fe8482b6224216aa8e32f 275 0.38/1.00 vMB 2
710,828 710,828 0000000000000000000329cf80c8d05e34f6626fec82b90dbd83144170ae1072 1,386 1.00/1.00 vMB 5
710,827 710,827 0000000000000000000188d66aa7d0e895beb82075287b5b30b1e2c704a65072 372 1.00/1.00 vMB 2
710,826 710,826 000000000000000000089bd400511c2b691f0de3d062d45c673b50279376250e 453 1.00/1.00 vMB 2
710,825 710,825 0000000000000000000a70ed8bf4c6b8ce5abd202096a858a57240397e49f48f 2,470 1.00/1.00 vMB 8
710,824 710,824 000000000000000000097a0aa94284b6cc15f5fc26db30089c9bc06814f4398e 1,838 1.00/1.00 vMB 6
710,823 710,823 0000000000000000000ae992ea5df3590a7378bbeca48154e5bf85a6b38b4b2c 1,435 1.00/1.00 vMB 3
710,822 710,822 000000000000000000031c7cd797cc42c677e34dc5b3328e139a17543c07a2e9 1 0.00/1.00 vMB 0
710,821 710,821 00000000000000000000fe9f3402b2fc6b6461062bedb29c6b17e0cdd5940621 1,310 1.00/1.00 vMB 6
710,820 710,820 00000000000000000009b0de787354aa0e1909245925600b7bc986f1e3689ca5 2,690 1.00/1.00 vMB 6
710,819 710,819 0000000000000000000ae138aacd0466e6bc0c9fd22e08fc3ffe7c7ef7810b1f 3,462 1.00/1.00 vMB 16
710,818 710,818 00000000000000000008a1dc2e812340d7204399e892a32c0b92b6f03b41e7a2 1,515 1.00/1.00 vMB 6
710,817 710,817 000000000000000000058aeec0a0f692521ac0c74d524fa07591b7a7cc6a6865 3,652 1.00/1.00 vMB 4
710,816 710,816 0000000000000000000ba9910d7fc1f7ac8a6e1b1f0ca4b9b3db79fe6a9bc84e 1,107 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.15 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: 653.02 GB
    • Received: 13.82 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.