Loading Tool

Explorer IconExplorer

Memory Pool

63,059 transactions
17.97 vMB
0.04961994 BTC
Random Selection Loading Transactions
Max Size: 115.96/200 MB

Candidate Block

Mining Attempt 6f33ea643954472146a3a34f4c253ae22e570798a3c8111e28a03f7af4727e69
Version 20000000
Previous Block 00000000000000000001c5e48dcb262b30968b0b5c8de0808a2bd134481aeaa4
Merkle Root bf5b27c50830212c5de0a184206c59e730959fe4e08bd3265a8b64e616c79bc8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,147
Size: 1.00 vMB
Total Fees: 0.00918712 BTC
Feerates: 58.92 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,804 (866,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,613 49,613 0000000001ad6fb4b7e1aec8a275593b72001f03428f1f3d0df8752ba15a9d6b 1 0.00/1.00 vMB 0
49,612 49,612 0000000003def1c9a3b173948b9cd01e6c5caaa461dad540fcd40890b30d4703 1 0.00/1.00 vMB 0
49,611 49,611 000000000e588326940ff03f3e5672a60b393c7b185524d6123c408a62f8733c 1 0.00/1.00 vMB 0
49,610 49,610 0000000029b80e2f4bf0c92d7e0d77028bab4e071c2e94202d0a7c6ddb511151 1 0.00/1.00 vMB 0
49,609 49,609 00000000186621a7b0dbf4fb68fa885d4fd03210cbd16ff3cde8e40442bb0b1c 1 0.00/1.00 vMB 0
49,608 49,608 0000000029955cf0d8aaa1552d546091d29a584288024f101dd88eaf1f450ba8 1 0.00/1.00 vMB 0
49,607 49,607 0000000021787ae0ae73b5da13c500e0290b47e90fae63c0c495bba2588d9afb 1 0.00/1.00 vMB 0
49,606 49,606 0000000007eeb6228184db59c8623d3b5bed3c3b05fc1f9a682d3feac3610448 1 0.00/1.00 vMB 0
49,605 49,605 000000001f58cd31e7bedb88831a3834d9e36a3e3af50608b42afedc210c9dd9 1 0.00/1.00 vMB 0
49,604 49,604 00000000038d5e4ddcc94cda33abafea7e73f68748f696c79fbde39873521b3c 1 0.00/1.00 vMB 0
49,603 49,603 000000002593b7af8fda381c24d381efe28f5d6c7467f96010ec37eab2a7f018 1 0.00/1.00 vMB 0
49,602 49,602 000000000f14385c10f1f3268184332a024991c756e79539362cc3cfeac7a099 1 0.00/1.00 vMB 0
49,601 49,601 000000001c082e285555076f4b1d22482ba21da428ef6102c9faec7ea159fae6 2 0.01/1.00 vMB 0
49,600 49,600 000000001c6896e7f45857f25c1ab2d7e379f8e14b3c806c28cd0b88284bab5b 1 0.00/1.00 vMB 0
49,599 49,599 00000000114cf834f229334fa3af218edce220ac42b49bda143be3331dcb1003 1 0.00/1.00 vMB 0
49,598 49,598 0000000016b191bb2b9284e6b1f6c83b0d87cce5e33a8584035980bde68233e7 2 0.00/1.00 vMB 0
49,597 49,597 00000000042ea056705dc7e742e2295476df7e2e3e6037864d4747022d6f98ed 3 0.00/1.00 vMB 0
49,596 49,596 000000000661b99521ddc29f0674e018f7a9885b5053bc3613bc3d66d3ded669 1 0.00/1.00 vMB 0
49,595 49,595 000000001fee3a45d4b04b410c5db68fb8663a44e532d1ca9ac9aacb8f6c1d99 1 0.00/1.00 vMB 0
49,594 49,594 0000000023b770724548f57a181da4ff493e65b174c3c0bab8748564cc828f48 3 0.00/1.00 vMB 0
49,593 49,593 000000001bb59042a55fdfa06fc8fb07a556e452042e681d886923ae625ebb15 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.77 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: 785.37 GB
    • Received: 21.58 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.