Loading Tool

Explorer IconExplorer

Memory Pool

71,011 transactions
22.91 vMB
0.09192897 BTC
Random Selection Loading Transactions
Max Size: 145.51/200 MB

Candidate Block

Mining Attempt c8eaa3aa30b3b80d6949af42d5147db970dfa9c34f3566c2dc642a020e15a0c3
Version 20000000
Previous Block 00000000000000000000a80b358315c0a315abff0d54ebad37963b677688087d
Merkle Root 86c97f53f2c4916bc4a09cd4573c34afde6597f9cb597bb0bbc53bfd67b2e8c1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,012
Size: 1.00 vMB
Total Fees: 0.03168525 BTC
Feerates: 150.77 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,667 (904,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,835 10,835 0000000001e86001a35640d092307c5e5b8134994025bc787b9dc21ef84cb88f 1 0.00/1.00 vMB 0
10,834 10,834 0000000067c2dc70ee64eed758ff9604761fb782fd6ae12b878787af93bf2cc2 1 0.00/1.00 vMB 0
10,833 10,833 00000000e013da992fba5d681d034329782a113dceadf23e78cecae328aea47c 1 0.00/1.00 vMB 0
10,832 10,832 00000000c990d8ead1e65a6db2b2478b8fe099e27c14ef9da9c2db6368613fc4 1 0.00/1.00 vMB 0
10,831 10,831 00000000260c386c5d6c5dac7db8ae870b0fdf5b8665976780dd3ad1f359592b 1 0.00/1.00 vMB 0
10,830 10,830 00000000d26a29c7aa08f6b3a617232708478b1776b8a89c520063ccf6b9e742 1 0.00/1.00 vMB 0
10,829 10,829 00000000c45c22e7309f6aea2459f5d4cb498c1a20ef7cf3fe52eb7cfb9aefdc 1 0.00/1.00 vMB 0
10,828 10,828 000000008df50d2ac8f469ddb93bf916290311c6aa3c0d54871debcba2fe93bd 1 0.00/1.00 vMB 0
10,827 10,827 00000000f50d151da953c6f6166f85616628737520349208359f66723986f256 1 0.00/1.00 vMB 0
10,826 10,826 0000000067b8a7ced8793121d7565a10b3d525c17513b7a186245331fb4f5e2c 1 0.00/1.00 vMB 0
10,825 10,825 000000000c86b9002dffd9e7e522aa24f59de638ed0c8943ae4002516ac3cc23 1 0.00/1.00 vMB 0
10,824 10,824 00000000d8be20ebb643d1b60a373fc6d444b60013e978536d55af94e28823ed 1 0.00/1.00 vMB 0
10,823 10,823 00000000e640a5fb39a39b827885e0b3d8f2a3eb41c328d44901b5391adbd8a3 1 0.00/1.00 vMB 0
10,822 10,822 0000000004561358cb51d8cc9c72df05ba460dcda5490151bbc3d4ae972fa263 1 0.00/1.00 vMB 0
10,821 10,821 00000000cd5274ceb45519b71d6eb91acaf3398b4d143ecddf7a7d3e5eb84758 1 0.00/1.00 vMB 0
10,820 10,820 00000000cd66e09abe9e160bf91630f4f5e427be70fd36150a45c1f9bfd0e2f0 1 0.00/1.00 vMB 0
10,819 10,819 00000000191b7bd865256d28724355f87068133a1c0e420b12c9efb0598c84e4 1 0.00/1.00 vMB 0
10,818 10,818 00000000348bdf425dbd387f5853fd0e2af64862ea5b82c8792ef70587d2ac71 1 0.00/1.00 vMB 0
10,817 10,817 00000000b6d46160e9c7fe563c3fa967bfb479f01978521c6f42f7587a1c70ae 1 0.00/1.00 vMB 0
10,816 10,816 00000000e0f804e2831752eb96eef07856da2cb3a151a5d09a254a672a802e06 1 0.00/1.00 vMB 0
10,815 10,815 00000000dff974ea0f5f2251357d085b9655d5e02a1d9d86a2b4f27911747a34 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.54 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: 773.97 GB
    • Received: 20.63 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.