Loading Tool

Explorer IconExplorer

Memory Pool

42,402 transactions
26.76 vMB
0.06450029 BTC
Random Selection Loading Transactions
Max Size: 139.65/200 MB

Candidate Block

Mining Attempt ea2b2381f81ca0d407505fabc7eaa77dfb45f534feaf9997229c6cf38f5ae73d
Version 20000000
Previous Block 00000000000000000001aae22bf03485fc959de8eb2dba05795b3aa6b906bcaa
Merkle Root a363e0edeb7f55cef50d4fb7c431929367023d072d264c63cf2fd7b2c1adb37f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.01489333 BTC
Feerates: 100.45 > 1.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,884 (147,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,719 767,719 000000000000000000077411a7107cf6d13ca1df252189880dc9db427ef20c7a 2,998 1.00/1.00 vMB 29
767,718 767,718 000000000000000000012735cc9bb95586b0d3c306f2393ad1bdc5b824167bbb 3,078 1.00/1.00 vMB 28
767,717 767,717 000000000000000000006bbc67085984eb517b4587650ecafd69480cecc5a7cb 1,155 1.00/1.00 vMB 15
767,716 767,716 0000000000000000000169fee7b7f41d9e6d2609c3baf67f43c43c4b976f65c2 2,934 1.00/1.00 vMB 21
767,715 767,715 000000000000000000014c467245c584c5d17bbbee096b26d5039e6454e2b665 2,908 1.00/1.00 vMB 20
767,714 767,714 00000000000000000000bd5dc33174ebec42970773004173afdd8729c52ea2b4 2,364 1.00/1.00 vMB 28
767,713 767,713 00000000000000000005308e3bc0117a1f2fe12c469a2506b8adbc067ab83882 2,203 1.00/1.00 vMB 19
767,712 767,712 000000000000000000053edaf177e107c8e92bf2bb45712c4aaf23cd5eeab509 1,951 1.00/1.00 vMB 27
767,711 767,711 000000000000000000014339a50c2d3b9235c38020e7a12b991d628acf0dd073 3,431 1.00/1.00 vMB 21
767,710 767,710 0000000000000000000146671e1f58f754a6b03d4f9a6fa5c47a631e6eb94624 3,160 1.00/1.00 vMB 31
767,709 767,709 0000000000000000000667a4d9bdb5332954a5c2f4a1c428425840c410f89ed8 3,459 1.00/1.00 vMB 29
767,708 767,708 00000000000000000001de0fb960e1f50421bd3eabeaadf2820692bdf52aba1c 3,165 1.00/1.00 vMB 22
767,707 767,707 00000000000000000006fc02e6c528b7fe9ae0960a8d4bdcf05f8e42b72fb94c 3,187 1.00/1.00 vMB 13
767,706 767,706 00000000000000000005510a10949f483a72e6bfee268ed967feb1b2402c3fcd 2,679 1.00/1.00 vMB 15
767,705 767,705 00000000000000000007d66bb6940d509225aab0e4b115a55275394569167c47 2,929 1.00/1.00 vMB 16
767,704 767,704 00000000000000000001175a0bdc1e7e480011689b91e562dde5ae0967216758 3,603 1.00/1.00 vMB 19
767,703 767,703 00000000000000000005261124b87727f375f5d51cf7c7ae5793bc26f3dbba7c 3,519 1.00/1.00 vMB 26
767,702 767,702 00000000000000000002e6014e0b4ce87de1de522c0be76b7450eb350b7c5cdc 3,151 1.00/1.00 vMB 33
767,701 767,701 000000000000000000008a28e479b9ac0b0770346747ca0c9b555c09b5e4f86b 3,229 1.00/1.00 vMB 30
767,700 767,700 00000000000000000001f923407f16129a16e0b15122f6750444b44ceff86c37 1,664 1.00/1.00 vMB 17
767,699 767,699 00000000000000000001678985691c276751df0b621a1733a5a707d9265c4caf 3,517 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.18 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.64 GB
    • Received: 13.98 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.