Loading Tool

Explorer IconExplorer

Memory Pool

79,194 transactions
29.71 vMB
0.07547843 BTC
Random Selection Loading Transactions
Max Size: 178.13/200 MB

Candidate Block

Mining Attempt ea6dd5e760cf3b7b5a161a5a51db2ff6a2616bfc881491d2c4b2ca0c3e4ac31f
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 681b20cef6abdfd388809cee0459737edc7966fb910ea92f6a82831ed4525d9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,722
Size: 1.00 vMB
Total Fees: 0.01505246 BTC
Feerates: 150.77 > 1.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (196,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,038 718,038 0000000000000000000423879c3987ba3ab861ad618771f6fc1d8436d2f6b431 2,811 1.00/1.00 vMB 11
718,037 718,037 00000000000000000000aa6f2091f526f520494c763509c2e0d3012aafa03ffa 3,307 1.00/1.00 vMB 12
718,036 718,036 0000000000000000000a7a0f0cd2b0b2599c50b34644f02f30beee63f6b70629 2,378 1.00/1.00 vMB 14
718,035 718,035 000000000000000000079e6c0b874dd3cc128589c2231dee3fbdecc6abfe2d5b 3,046 1.00/1.00 vMB 26
718,034 718,034 0000000000000000000822c9b87233cab588e7da68efd8ae037227579c2d8d0b 2,016 1.00/1.00 vMB 4
718,033 718,033 00000000000000000009174527e3eb1b312ac17282021b3a42fe8f12fb94d1b9 591 1.00/1.00 vMB 5
718,032 718,032 00000000000000000004a9bb6011a15ecf2f302760b71e3be5fd4859ee69df19 2,576 1.00/1.00 vMB 14
718,031 718,031 0000000000000000000099c4ab3def8975ea29aab4e97384fd6e8a61dc453e6a 1,896 1.00/1.00 vMB 9
718,030 718,030 00000000000000000000e4fb18233a261005cd2994e1de462525ae65962ebc91 2,762 1.00/1.00 vMB 16
718,029 718,029 0000000000000000000b08c109a93ebc876eb9aa33e00800047787cd31b98e0f 2,471 1.00/1.00 vMB 7
718,028 718,028 0000000000000000000526c5f6769ffa67f8ff3e6e7bd01a701098da184a670a 2,073 1.00/1.00 vMB 5
718,027 718,027 000000000000000000015d81739be35c94f9a21ac7ee30415552ddc5ab625bc8 2,456 1.00/1.00 vMB 9
718,026 718,026 00000000000000000004dd09ba8aaefcacb8e02e336362f681dc78c258ed8e2e 2,985 1.00/1.00 vMB 10
718,025 718,025 00000000000000000004184d163bec84f322622e4ceefe779843a6836efc6c91 2,895 1.00/1.00 vMB 13
718,024 718,024 00000000000000000003d1a7eb10a9deccb0d242be2de82b5e45dc9c0d92c8f6 3,077 1.00/1.00 vMB 36
718,023 718,023 000000000000000000024d24499352253749af74e93c4c50553c1ec747375953 2,776 1.00/1.00 vMB 9
718,022 718,022 0000000000000000000599e677ef2b7c518024e16f8eec0fe227ef88fb2a2c0d 3,146 1.00/1.00 vMB 17
718,021 718,021 00000000000000000005f78f4fd9ea9464f8ede1eeb51982fa59c47aec2e068c 2,401 1.00/1.00 vMB 10
718,020 718,020 000000000000000000022ecb481b4286b82e28bf04e6725d5b14b29436fbec12 3,113 1.00/1.00 vMB 15
718,019 718,019 0000000000000000000902e165f70d3222e37e41b75f2df0d15d26dead6274bb 1,779 1.00/1.00 vMB 3
718,018 718,018 00000000000000000009f75df5c3a7f7230bb2d3e9fb87a48191b41932649fe1 2,291 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.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.