Loading Tool

Explorer IconExplorer

Memory Pool

45,978 transactions
28.77 vMB
0.13987430 BTC
Random Selection Loading Transactions
Max Size: 152.24/200 MB

Candidate Block

Mining Attempt 00b064c30bc24dde231d3b4921f2f725cfc945056c399d7933d01a4d73abb204
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 0e26648de530d645858e5c4a72c9e2787d3ed616b78df7d59597c635b3d614ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.07901627 BTC
Feerates: 15,654.48 > 7.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (294,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,050 620,050 0000000000000000000334fc06a2a27c4e26dc0b8bb34e4ea1cac4e3d13f3a84 2,330 1.00/1.00 vMB 10
620,049 620,049 0000000000000000000cd73cf6a87a1a4bc951a6a9f66ad090ededd891cd293a 118 1.00/1.00 vMB 1
620,048 620,048 00000000000000000009a2225dff06d0150c8e95db36bff8ed98fe2517814e30 1,163 1.00/1.00 vMB 5
620,047 620,047 00000000000000000011e51b3afe5deaabb408c027a25464ca649ffe4726d33d 280 1.00/1.00 vMB 2
620,046 620,046 0000000000000000000ad1bf98772f986f2e5e64855e2255052b7a486fb64816 1,383 1.00/1.00 vMB 1
620,045 620,045 000000000000000000058027e36d2387c5ba9508b85dbcf69fec7d5440e3f633 2,872 1.00/1.00 vMB 7
620,044 620,044 0000000000000000000083826337c1f3fe6d984fa6b1bcd1ee777b5e67c88965 3,242 1.00/1.00 vMB 14
620,043 620,043 0000000000000000000d00afa8941933e4d6de49eb3a565b9c4f4e99dc950507 3,014 1.00/1.00 vMB 24
620,042 620,042 00000000000000000005da5a60a067b7d44233ac51bee693b4cb2e8fb4b852a8 3,490 1.00/1.00 vMB 21
620,041 620,041 0000000000000000000118d3c63b1fd8437572905d07f96886bf465b91152c15 3,182 1.00/1.00 vMB 18
620,040 620,040 00000000000000000010dc0f47a6926eb9c539e6ef3d449d7ab6a23b07c8961d 916 1.00/1.00 vMB 1
620,039 620,039 000000000000000000121b86de301b187926fd7b93b125157e8fd38f2710504d 3,252 1.00/1.00 vMB 13
620,038 620,038 0000000000000000000c309af8dc62f94f72ef42bf94f7ef285e0049b36a4a51 2,982 1.00/1.00 vMB 23
620,037 620,037 00000000000000000007d3fae5c15d3dc82370de416f2bd998582c2258061c83 2,040 1.00/1.00 vMB 4
620,036 620,036 0000000000000000000d6336e2841f0fdc27dde49c7da1fadbb62ef7622ecd5b 2,886 1.00/1.00 vMB 4
620,035 620,035 0000000000000000000c5dd646a7b86effd5dfcd071c4ddc21cd2f1df24c2bef 3,411 1.00/1.00 vMB 18
620,034 620,034 00000000000000000004108f5f3f6d91d01f83ef0d1cb98269c92a557ebeb865 3,336 1.00/1.00 vMB 25
620,033 620,033 0000000000000000001217b1c1139cc9a56be2d675001ad33fc56d980a4fff8f 3,000 1.00/1.00 vMB 22
620,032 620,032 000000000000000000095a9cf652385d96a30256c5d10202e352e2879074b2cb 2,028 1.00/1.00 vMB 23
620,031 620,031 0000000000000000000af8973434ed188f34b7d7fbc1585613187608cf383ee6 2,907 1.00/1.00 vMB 14
620,030 620,030 00000000000000000004f3b42e75aa3950ad6a842dc2e3b4d192b77e36685f3c 2,837 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.