Loading Tool

Explorer IconExplorer

Memory Pool

45,945 transactions
26.72 vMB
0.05862157 BTC
Random Selection Loading Transactions
Max Size: 141.76/200 MB

Candidate Block

Mining Attempt e5b6e9e266630c218c8d70356bf5f6e9d1dbe0ac4b5631e5ef6b68c9fcda7d58
Version 20000000
Previous Block 000000000000000000000da4747ff0c723a97f7b228bc1fe68f4428c425a1574
Merkle Root 6cd8eac183502e076f25a18e0db557b0c2a669e6cda379043d0d753bd1311a45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,609
Size: 1.00 vMB
Total Fees: 0.00943265 BTC
Feerates: 150.58 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,738 (68,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,873 845,873 00000000000000000000926611a676d12c586af79cb612d054bb5d6b347154f5 5,815 1.00/1.00 vMB 18
845,872 845,872 00000000000000000002493eb4581b48083fe7b52499edc8b4b7a87e93dfe191 4,621 1.00/1.00 vMB 17
845,871 845,871 00000000000000000002152f9784e1eff60c00c2fbba00bd002e0362f1ae8972 4,084 1.00/1.00 vMB 21
845,870 845,870 00000000000000000002313da2d4c1050145cd1953e7c731c3482be0ef3972fd 723 1.00/1.00 vMB 14
845,869 845,869 00000000000000000000cfc6e0f13589140c486b7a4fefdc3bcf26b66f7cdd8e 2,075 1.00/1.00 vMB 17
845,868 845,868 000000000000000000026d3a3bb7cc05176f1e3427a03a9925443aa52c5dedae 3,084 1.00/1.00 vMB 19
845,867 845,867 00000000000000000001a8ab2a99236a34ca3308d372044cf9f2d1f27a3090d8 3,068 1.00/1.00 vMB 18
845,866 845,866 0000000000000000000145ab42410eee19179e0d1d88a57e2105b148165ce281 3,750 1.00/1.00 vMB 23
845,865 845,865 00000000000000000001d940826ed20cfd7bd17233ebc37978d355bc2712eb9b 2,987 1.00/1.00 vMB 23
845,864 845,864 000000000000000000026f7db9ca718a6766c990ce9ccbece633dbbc0bc08b08 4,673 1.00/1.00 vMB 31
845,863 845,863 00000000000000000002ff09c5043f541ff527e6ca98b56a1d75858919ce7037 5,579 1.00/1.00 vMB 39
845,862 845,862 000000000000000000030810352eaa6aa3fd842d26884bbbecebc8b346d46bec 6,048 1.00/1.00 vMB 36
845,861 845,861 00000000000000000000481d0441f4f77ca4306ff8dd0ccf9042a8f8d69f9414 5,670 1.00/1.00 vMB 39
845,860 845,860 000000000000000000002e239cf5cbbec007aa4fa49b4d29bcb417331fc9cf37 6,129 1.00/1.00 vMB 45
845,859 845,859 0000000000000000000027540fe0a60514cd4c0d825bc54cbec2f8f021736033 3,562 1.00/1.00 vMB 73
845,858 845,858 0000000000000000000076c97abfd106e2a58a6c96a29398daf679f8c5b60bb1 5,540 1.00/1.00 vMB 29
845,857 845,857 000000000000000000000bf32b5ad8594e8be4ab6b235acdb95cff1d12baefdf 5,407 1.00/1.00 vMB 36
845,856 845,856 00000000000000000000f9c4449a141378860ee1b54f461455f18a5242ec87ca 6,158 1.00/1.00 vMB 44
845,855 845,855 00000000000000000001d31c44b3e5777d0ee9abd373370c86c2657f28bf82a7 6,553 1.00/1.00 vMB 49
845,854 845,854 000000000000000000028d217aec54670990c14dd5853d3ee2e2c606885ceb43 6,133 1.00/1.00 vMB 54
845,853 845,853 00000000000000000000a4da51308ba3e4855c7bb30fe96ab39e60e0b685ac58 5,441 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.93 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: 646.19 GB
    • Received: 12.83 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.