Loading Tool

Explorer IconExplorer

Memory Pool

84,195 transactions
31.57 vMB
0.13366777 BTC
Random Selection Loading Transactions
Max Size: 189.23/200 MB

Candidate Block

Mining Attempt 2cd9bbf78c6e2bdb446256bcb9b1692e864ebeacee2813b6f6cc93e8f7ca578c
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 7a555f87f9b5ff40311f190414d76f34d466622bfc299cbe33ea3daeef67bbf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,156
Size: 1.00 vMB
Total Fees: 0.05372553 BTC
Feerates: 163.06 > 5.38 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (271,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,207 643,207 0000000000000000000511d97344ce67c8c6a7f2001bd7a7bdb5dbd9a1a377bd 2,494 1.00/1.00 vMB 105
643,206 643,206 00000000000000000001c0e8cff93d1d8003806a81e4967a828362921fb928b3 2,187 1.00/1.00 vMB 48
643,205 643,205 0000000000000000000f33858e84b3f29a0e937ef9d462fe77c247d761cedf1e 2,182 1.00/1.00 vMB 117
643,204 643,204 0000000000000000000b3ddd463fa1aa091874b03b10281496c09143d1def1ba 2,291 1.00/1.00 vMB 145
643,203 643,203 00000000000000000008fc4937cb9a5e087ec0070ce190603b48fc352949b535 2,239 1.00/1.00 vMB 120
643,202 643,202 00000000000000000009cde1ac4313ed3cbfdfcb3c976cbc594f62834c21ab69 1,765 1.00/1.00 vMB 116
643,201 643,201 0000000000000000000b71c43be4a42c09655325f4021594a6ef35a498c5e07e 2,460 1.00/1.00 vMB 15
643,200 643,200 00000000000000000002b0eff17aade4f011ba0379187014f5af44851348f5fb 2,469 1.00/1.00 vMB 95
643,199 643,199 0000000000000000000046cd2b1c2d6e2a378469a134c0413493fd5dcfc16a97 2,938 1.00/1.00 vMB 145
643,198 643,198 0000000000000000000323e28d23480e7367c0b5abd54dd720ed12c488b16f0f 2,323 1.00/1.00 vMB 95
643,197 643,197 0000000000000000000b28c391e043f6936190e8e46ca5a956bae71a1ab594d2 2,517 1.00/1.00 vMB 41
643,196 643,196 00000000000000000008f166d98b280d804cc5c38d0486c1a98d80848e43299d 2,742 1.00/1.00 vMB 44
643,195 643,195 00000000000000000002b51cc5280b2a7f153c55ddb8f9cf75ea7533f63d0c06 1,833 1.00/1.00 vMB 105
643,194 643,194 0000000000000000000dff141e36edb8f79bba9422b20ca8cdad7098cf9ac724 2,268 1.00/1.00 vMB 118
643,193 643,193 00000000000000000008cbfd2950ae1cfb1cad19b7aa177e05820bcd29874409 2,285 1.00/1.00 vMB 40
643,192 643,192 0000000000000000000d8dae030b42ccfccfa08e2ef9c4d56c15d0f5e006d0b3 2,499 1.00/1.00 vMB 133
643,191 643,191 0000000000000000000692206817fd93fc5326f22912c1300ba4f67ba3dc87c8 910 1.00/1.00 vMB 29
643,190 643,190 0000000000000000000133732789e24bc2bd45f48579162be381b2736465700e 672 1.00/1.00 vMB 14
643,189 643,189 00000000000000000004b22e7e712cc27bdb5894fd0850a5fb365d3cc5f5c082 1,560 1.00/1.00 vMB 42
643,188 643,188 0000000000000000000be1e6f89f8bb9cad2506a977b4b1f1912ad065b79a783 2,251 1.00/1.00 vMB 40
643,187 643,187 00000000000000000004cb21a88d6a647737f54055a758f60a9983574324f36b 1,922 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.69 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: 697.25 GB
    • Received: 16.52 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.