Loading Tool

Explorer IconExplorer

Memory Pool

40,983 transactions
26.29 vMB
0.05603936 BTC
Random Selection Loading Transactions
Max Size: 137.53/200 MB

Candidate Block

Mining Attempt 4550eaab8b06fb0d6c6f875219ec51d5f84caa976c68d28d8e076a1699acf34e
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root e7f1bc8097cbdb61ffb20d0904fcd21e4df505166ed09d5893a559924cd9bb5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,610
Size: 1.00 vMB
Total Fees: 0.00803985 BTC
Feerates: 100.00 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (443,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,732 471,732 0000000000000000009e0b0f591585aa4813e15014485f7b3bd1b3f6cf629040 586 1.00/1.00 vMB 98
471,731 471,731 00000000000000000138dd25c7ae3609ab422e0224a8838cd60dbd867d71d780 531 1.00/1.00 vMB 77
471,730 471,730 0000000000000000006de9873bb0c495b0af214f6622dc241447b281b2a4270e 222 1.00/1.00 vMB 39
471,729 471,729 00000000000000000002b74cfa87dc59c7e2558f9764665d70db979c01e5a267 2,168 0.99/1.00 vMB 290
471,728 471,728 000000000000000000869a66f905d9a8932ce3f8f4948891da131f1db7b99dfd 1,969 1.00/1.00 vMB 71
471,727 471,727 00000000000000000037816bb961648dc273a15d328239bed1ea2dec5102c87c 2,334 1.00/1.00 vMB 312
471,726 471,726 000000000000000000b270c5769ef49c83438f0dd9ed8b0a3cf3cfaa557f5761 2,274 0.99/1.00 vMB 300
471,725 471,725 000000000000000000b073dc8813d5abc7b0a6c43410eae70c4aa330c5f0996a 2,488 1.00/1.00 vMB 358
471,724 471,724 0000000000000000010d6107565958da4d4d4531a91853d2d738d8d96624d54c 1,659 1.00/1.00 vMB 241
471,723 471,723 000000000000000000cdb3e4ea0ca27c882d9cac980135e79e86f036a2541f39 1,601 1.00/1.00 vMB 279
471,722 471,722 000000000000000000ff6745d6100eef0871eb3b904a9e48410cfc9fd79a4d39 2,028 1.00/1.00 vMB 84
471,721 471,721 00000000000000000089954ee2bd3e305596ea83ea7f839664de132e4b8a4f5f 2,261 1.00/1.00 vMB 321
471,720 471,720 0000000000000000011b2c208c5a41812585118eb780e586ccd275c3dd807c34 2,343 1.00/1.00 vMB 176
471,719 471,719 00000000000000000090c8393eecd1bee5c61f9eb31a9fef1aff87d9e3efd581 2,645 1.00/1.00 vMB 130
471,718 471,718 00000000000000000072cdf37e549ec93ffd1f3c747a47593719f4ee924e7a55 1,923 1.00/1.00 vMB 338
471,717 471,717 0000000000000000012341fe41de8cc68b6a985a2756778a817d7a26185ff01b 2,066 1.00/1.00 vMB 205
471,716 471,716 0000000000000000000cb6d7781d36abf4c92e27fb65ff08d225b8cc1e82f7c9 2,516 1.00/1.00 vMB 344
471,715 471,715 000000000000000000076a7992ece748e05cf1b5053a2af1a753a4f153a5d746 2,503 1.00/1.00 vMB 404
471,714 471,714 000000000000000000596df3b3fbf78edd25e046af0695c9fe69359319575d9c 1,807 1.00/1.00 vMB 248
471,713 471,713 0000000000000000019a4153d92aeb8229ffe8ea6e7da266bf1ced81004adfc3 2,479 1.00/1.00 vMB 366
471,712 471,712 0000000000000000009f62b7184a111c98704a344104110bbe6707131bce7f19 2,106 1.00/1.00 vMB 312
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.65 GB
    • Received: 13.30 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.