Loading Tool

Explorer IconExplorer

Memory Pool

38,479 transactions
28.43 vMB
0.06575812 BTC
Random Selection Loading Transactions
Max Size: 143.92/200 MB

Candidate Block

Mining Attempt f613d1fcbee25d3697fd3c4255022e115ef623bfc52c2597e503b8de072b5ebd
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root f7af5d41e5deb6387985a36200136c196ee4c9d9d9ceab6c1d63cb3a3d458575
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,548
Size: 1.00 vMB
Total Fees: 0.01102868 BTC
Feerates: 105.82 > 1.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (45,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
869,163 869,163 00000000000000000000a7d3d259400c163afec08ea35c49763435af4c7052bf 2,792 1.00/1.00 vMB 4
869,162 869,162 000000000000000000025f25bef23034c602dea8612a4de7a04b36e5b7d35020 3,506 1.00/1.00 vMB 4
869,161 869,161 00000000000000000001aa8bf5f9fe8d66ca1d12ffe0654f338b2c2225ddf8b5 2,482 1.00/1.00 vMB 5
869,160 869,160 0000000000000000000200f803d60e7705e5dd003263a1297c81208f583c3b78 2,215 1.00/1.00 vMB 5
869,159 869,159 000000000000000000026ec98789af632699433f896b4ba0b0a641b8d20dca6a 3,536 1.00/1.00 vMB 10
869,158 869,158 0000000000000000000286ecf6feecd54a9584b359599bf954ad2c3778d1c45c 2,978 1.00/1.00 vMB 4
869,157 869,157 00000000000000000001293ffb9ad6bc20ade333d7512ae38edbe3903acd7298 2,820 1.00/1.00 vMB 4
869,156 869,156 00000000000000000001eb96ec9a97e869c4f23d033e8c4f13079d47bcd6add6 3,586 1.00/1.00 vMB 8
869,155 869,155 000000000000000000019ed5aa131de57b6778a0c8235857caf52e4cb7aade9e 2,888 1.00/1.00 vMB 3
869,154 869,154 000000000000000000029d93a23b8961b688f66e79e7c8f1ef217eeaa70331da 3,289 1.00/1.00 vMB 6
869,153 869,153 00000000000000000001f1da08a96f5997cccc68438ce570906dd43964d5b1e4 3,444 1.00/1.00 vMB 4
869,152 869,152 000000000000000000010985aa1ea657502b7011515e9e7a8e8ba2749a2ce1bf 2,866 1.00/1.00 vMB 4
869,151 869,151 00000000000000000000ac78fed306c3a6963b20c906ddb7aa3c76b9488c2b95 2,478 1.00/1.00 vMB 5
869,150 869,150 00000000000000000000aaa206f867ddd15e9866f053a8fecba2f6558ea8812d 3,260 1.00/1.00 vMB 5
869,149 869,149 0000000000000000000062cbbeee7cb4a2e65fc351e1b8dff45aa1c52ae88a57 2,316 1.00/1.00 vMB 2
869,148 869,148 000000000000000000021ffc1d9780260f69b4831a3ac7e73d50189069c6788b 3,500 1.00/1.00 vMB 3
869,147 869,147 00000000000000000000f7fff974e995e564acef9e0c2264f9ba7e40525d55a0 3,128 1.00/1.00 vMB 6
869,146 869,146 00000000000000000000d695f8a14ff24a8dfb68245cec4a4b6787de86e232fe 3,002 1.00/1.00 vMB 5
869,145 869,145 00000000000000000002219b2f830ffc6318434454d6c5080e2bcd772b638810 3,656 1.00/1.00 vMB 6
869,144 869,144 00000000000000000001926d46f16953d0a7ca3756bf090f48aeaba6a30fd7b1 2,487 1.00/1.00 vMB 6
869,143 869,143 00000000000000000000707007479aee2429f82cda776df33e785a38c137dbd7 3,405 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.60 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: 623.58 GB
    • Received: 11.46 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.