Loading Tool

Explorer IconExplorer

Memory Pool

80,877 transactions
31.37 vMB
0.08581887 BTC
Random Selection Loading Transactions
Max Size: 189.65/200 MB

Candidate Block

Mining Attempt b6e817daa81260b286d95522a79bcc1a5b626bd5ee6c29e7482668aec5829370
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 4d7046d9a9ad4111aad5f4ae8d104e92ba15d58c3b83748bf79789b7f95a3e47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,094
Size: 1.00 vMB
Total Fees: 0.01766017 BTC
Feerates: 150.65 > 1.77 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (221,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,314 693,314 0000000000000000000bd7cd28ebc8364aad994956f3c4388934992dd97e5e71 347 0.34/1.00 vMB 23
693,313 693,313 00000000000000000012a5585f3c74d1928eb77fc8ead103194a50e40e687bf4 1,282 1.00/1.00 vMB 9
693,312 693,312 0000000000000000000c2e5ba9f0453ce8631100dad6b9dc3ecb829cc4d150ef 1,373 0.52/1.00 vMB 18
693,311 693,311 0000000000000000000de45d82894f37b0bdb81cc93e9016eb0fabcd067043cd 3,091 1.00/1.00 vMB 15
693,310 693,310 000000000000000000129b25179d0c55dfec4fb62bd656fdc6ffd8313f7eff2a 709 0.35/1.00 vMB 11
693,309 693,309 0000000000000000000071a8376b4d9f4d3d7bfc0aee45bbe36a508d02c768f2 1,109 0.41/1.00 vMB 15
693,308 693,308 00000000000000000007562095441d866adc7ead4330520c7663caa630c2d9c8 1,635 0.60/1.00 vMB 13
693,307 693,307 00000000000000000004962c559e832177aafdf8e888d9c4f77da08b74d866b2 1,173 0.74/1.00 vMB 4
693,306 693,306 00000000000000000004d8f390b91bb62fdbba8c30c1ba5967ea197fffb7d284 2,047 1.00/1.00 vMB 6
693,305 693,305 00000000000000000008da575958ad20cf0259987a49d8f2e6835dee1cedba5e 2,576 1.00/1.00 vMB 19
693,304 693,304 000000000000000000050c4bb0164142acedccc469a0f28579bbad1183bc4acd 2,912 1.00/1.00 vMB 29
693,303 693,303 0000000000000000000fdb511e4b9a0f6582c32223c83dcd6e8f9b9e8dc4d136 77 0.02/1.00 vMB 16
693,302 693,302 0000000000000000000007b5cd7e82b8e45895ff60f7a15bad4d03fdd56ba694 2,448 0.74/1.00 vMB 16
693,301 693,301 000000000000000000025312c4cd754b26169ec700735e9323742f381ad3b36d 1,175 0.48/1.00 vMB 17
693,300 693,300 0000000000000000000a9292dfb2ced47637aa434e065f0cd8bbe0b4ad126f98 745 0.29/1.00 vMB 7
693,299 693,299 000000000000000000061e491e8b9d48112c5c96a4d85b46f97327fc85a3db9f 2,781 1.00/1.00 vMB 14
693,298 693,298 000000000000000000047749639dc72b2e2e271ec37ddee0ce6775d753ad19b8 1,739 1.00/1.00 vMB 5
693,297 693,297 000000000000000000136111013605a78667ce59747b507258ac0caddfb41450 2,180 1.00/1.00 vMB 15
693,296 693,296 0000000000000000000815476aeb01d496e0e92d8779f2b26502ae4ecf4007ff 2,268 1.00/1.00 vMB 13
693,295 693,295 000000000000000000128f2d18c092e85efa1260bd92851a8535a4aef061f5ee 3,473 1.00/1.00 vMB 5
693,294 693,294 00000000000000000013c1c683bb57b5fa97212cde43c132ed090835ccc9301f 2,182 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.