Loading Tool

Explorer IconExplorer

Memory Pool

78,911 transactions
29.23 vMB
0.08534406 BTC
Random Selection Loading Transactions
Max Size: 176.98/200 MB

Candidate Block

Mining Attempt 05c736760b68dc578897b1ccd26389c2bfacf151e7860a31726269b0463dea73
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root be2001f8c86c6b9a37fef2e80d1b3d69a350c308038641e0c50da4fbc3775c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.02409781 BTC
Feerates: 178.73 > 2.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (40,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
875,157 875,157 00000000000000000002373463e6529a28d3ce02a57aa6e691d19b5b068e81d1 3,996 1.00/1.00 vMB 13
875,156 875,156 00000000000000000001d6957366e1444ed9358bebe850a7a1d5cafda1ef564a 3,768 1.00/1.00 vMB 9
875,155 875,155 000000000000000000007297c9ff5175c8f85c4a5109a8c8337438e9a8f0371c 3,355 1.00/1.00 vMB 7
875,154 875,154 00000000000000000001b20ea939c0327e1cd47047218a561dedabc4d4cbfb4f 3,288 1.00/1.00 vMB 9
875,153 875,153 000000000000000000025e2ffbb7718c2ae0a110c09d147ef35c10bac2e7980b 3,726 1.00/1.00 vMB 13
875,152 875,152 0000000000000000000185829566b70dee928a8a610c3807ad2a30b4c0f1b78a 3,272 1.00/1.00 vMB 8
875,151 875,151 00000000000000000000ee5d5acd3b47a9fa1f7aa068658cd348b3957c30edb7 1,644 1.00/1.00 vMB 15
875,150 875,150 00000000000000000000de13237a1dc8c42d6eca0b0aeba162146c3b6be58462 4,050 1.00/1.00 vMB 12
875,149 875,149 000000000000000000018ef67777f15a5dba565c26e54fa94a20e6fcdf92034b 3,677 1.00/1.00 vMB 13
875,148 875,148 000000000000000000022716c3ce6b7d8bd7f5261195dc3539c1929df9044bad 3,047 1.00/1.00 vMB 7
875,147 875,147 00000000000000000000b8adf2e0f7070dc023e7c7071a189cce600233d191a9 1,699 1.00/1.00 vMB 5
875,146 875,146 00000000000000000001e5aea567dfd65f151222563171247e773e761d04ba39 2,387 1.00/1.00 vMB 7
875,145 875,145 00000000000000000000a8dac4e17ef5eb94ae9bfe5401bc928e3e4f2fd57847 3,788 1.00/1.00 vMB 9
875,144 875,144 0000000000000000000236a698544fc9f8ab67c522d776b34123ef5ebb08b118 4,064 1.00/1.00 vMB 10
875,143 875,143 00000000000000000002447f43bf494e0fee059154a87da31e98ec309cc88d92 2,413 1.00/1.00 vMB 7
875,142 875,142 000000000000000000021629cc4b21dfe796a9d663a9c48c981abe4a6adc4640 2,099 1.00/1.00 vMB 9
875,141 875,141 0000000000000000000062538a102359bfad242f5c1041d21be09445b79e4ddf 4,145 1.00/1.00 vMB 7
875,140 875,140 00000000000000000000aff716f6cf1fa01a6454676ed8c0bf321166421a0b6c 5,862 1.00/1.00 vMB 12
875,139 875,139 0000000000000000000006a9ff476ae9c987ce0c022b6c297d8a80e1437e001c 6,779 1.00/1.00 vMB 15
875,138 875,138 000000000000000000001f3c332b928d11f4e2bca1289ff923678672acd452e5 4,950 1.00/1.00 vMB 7
875,137 875,137 00000000000000000000c19197c02ce4ad32eac60555d185a31a99d33fbcaf03 6,978 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.68 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: 679.06 GB
    • Received: 16.44 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.