Loading Tool

Explorer IconExplorer

Memory Pool

80,682 transactions
33.92 vMB
0.13321477 BTC
Random Selection Loading Transactions
Max Size: 193.25/200 MB

Candidate Block

Mining Attempt 82432e3db9ce6b9d0325844459c169691bf2f3c7ed5814aa5ed035de3b83099a
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root e9a13fda946abf859781039e2f781f68c55093864eb4887ffdd97674ebad2c89
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,788
Size: 1.00 vMB
Total Fees: 0.02546187 BTC
Feerates: 146.36 > 2.55 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (488,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,840 426,840 00000000000000000456c2b87ffa6fd9c3e85269321e27d5bbe5669092ffa1cd 1,644 1.00/1.00 vMB 37
426,839 426,839 000000000000000000a1f2b6b79e39b9af88145be482120bfa5b6f41de7f8767 2,407 1.00/1.00 vMB 50
426,838 426,838 00000000000000000206f11cadf43d9ebf69c7bceb94631729a74cccb1fb5c56 2,201 0.75/1.00 vMB 85
426,837 426,837 000000000000000003b4abc29ce37613d313d9d7e1a58d544b473531f560330a 2,022 1.00/1.00 vMB 40
426,836 426,836 00000000000000000460d1ec212eca0ac7d72e8f683034406a739ddd89f5ac7d 3,113 1.00/1.00 vMB 83
426,835 426,835 000000000000000004b5ea3f17fae8a2f99d6f783ac3881850c7fcb9c106bba6 2,197 1.00/1.00 vMB 54
426,834 426,834 000000000000000000bcf8f50d7ed538957731cd8163ecb3dabcdc818f4a03f6 2,704 1.00/1.00 vMB 71
426,833 426,833 000000000000000001fa7666161fc1d87d2e75e6c6e7f691491aea4572e1bac5 2,212 1.00/1.00 vMB 54
426,832 426,832 00000000000000000078571142a8df89fac7a00135e2e829a29b039930c0ae56 2,414 1.00/1.00 vMB 75
426,831 426,831 000000000000000004eb34e90e6604ef683b628aa97acbd91d087e24926d96eb 1,626 1.00/1.00 vMB 42
426,830 426,830 0000000000000000011095db58c2a22e23cf42d4b22e533420aecb173a1bc646 2,264 1.00/1.00 vMB 52
426,829 426,829 0000000000000000038ed197263aa06753ac06aabd9242acddba1bff86d2270e 2,965 1.00/1.00 vMB 76
426,828 426,828 0000000000000000039d5e9c850228c81eb1a0ac950587d943e4a8c44905f644 2,633 1.00/1.00 vMB 63
426,827 426,827 00000000000000000281f0e4d470603a42a5706ad3097e90175a019d4e18035f 2,006 1.00/1.00 vMB 75
426,826 426,826 000000000000000001b746e5b14291b350277298582633f08ff41c0044a28aa6 2,853 1.00/1.00 vMB 116
426,825 426,825 000000000000000000888633e7db6ea7846344529cce48da9738e9c673315be4 1,958 1.00/1.00 vMB 43
426,824 426,824 0000000000000000000e919d9881477470979fa8451e01118c51ab4e1de40181 2,318 1.00/1.00 vMB 69
426,823 426,823 0000000000000000029db7c159ff341f8e4c2a38410da6adbbbe17eee3220e56 2,485 1.00/1.00 vMB 66
426,822 426,822 000000000000000004ce677ef58e8f573a8cfb32216cd49e6a28bc85f05ee2a4 2,846 1.00/1.00 vMB 101
426,821 426,821 0000000000000000039a62ac7c4bfe807c38d6439b37bd17336ecbbf07b3b967 2,293 0.93/1.00 vMB 77
426,820 426,820 00000000000000000125e5579b84429a320677f5a57d735f5cfabca98d4333af 2,394 0.99/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 783.10 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: 727.85 GB
    • Received: 18.47 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.