Loading Tool

Explorer IconExplorer

Memory Pool

84,462 transactions
31.67 vMB
0.10714809 BTC
Random Selection Loading Transactions
Max Size: 194.19/200 MB

Candidate Block

Mining Attempt 9e3460ad1b07954f7ae3e662219a7aa93bf355dcfe3a39f3be7613d9af1e7b1f
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 856e2722fe5d2b817ea9a25b0f77f85f6c179eacc7a899a4f25300faf08f39a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.03299884 BTC
Feerates: 504.27 > 3.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (379,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,305 535,305 000000000000000000079005310a42d3a1d850d1217f114e9b1303d71d1a376b 762 0.31/1.00 vMB 24
535,304 535,304 0000000000000000002beb7b16eee5c60c14d058b90e18f35c6c3f3003544166 443 0.15/1.00 vMB 19
535,303 535,303 00000000000000000008a7fcb147faf9c86581ba0ab2315b04c8b4aca66a4ab2 839 0.29/1.00 vMB 18
535,302 535,302 000000000000000000039481fe5bcbc1c42b0507d584eb99754ad7c0cee1f1c3 586 0.29/1.00 vMB 10
535,301 535,301 0000000000000000001b7cd3b184a20b9ec11d7b03f9bffd4d3f015c3225700c 748 0.32/1.00 vMB 20
535,300 535,300 0000000000000000001baf1ca3d9d1fc69ccfd9bb850d9310d1fc9341ec66742 1,093 0.47/1.00 vMB 13
535,299 535,299 000000000000000000104028221e6e61cfd31a5ee6861ef6f29d6b40d831abdb 2,272 1.00/1.00 vMB 19
535,298 535,298 0000000000000000000c93fa12b819b0137327f2a5f89d9350b4ea0a5c59de88 1,209 0.46/1.00 vMB 13
535,297 535,297 0000000000000000001f628d5b628d5f0b7f7a494b09fd8f96b6aeaf5d1f0eb3 841 0.31/1.00 vMB 19
535,296 535,296 000000000000000000118491adfeaa59c1d526dcf112c229f2d44006447db7aa 486 0.28/1.00 vMB 44
535,295 535,295 00000000000000000008054685a9169adf53d3db56c9db86b49975bf57d23a83 163 0.06/1.00 vMB 28
535,294 535,294 0000000000000000000d49bd545ca42fc50cf65bfa8022b8ac888d5609d0dfd9 79 0.07/1.00 vMB 20
535,293 535,293 0000000000000000000ed697b94f4aa7e77943c5d2e515520f20920f4a9d4c44 824 0.42/1.00 vMB 11
535,292 535,292 00000000000000000002d76566c7afb6cc785589fad6d34f9a2b857c4ede597b 1,799 0.73/1.00 vMB 21
535,291 535,291 00000000000000000020ca801b6b6c6bf8e2639d71dd51f1eec498b93229ecc0 224 0.07/1.00 vMB 23
535,290 535,290 00000000000000000019e66fb95143a98bf03b5b80a50b5fc1ed8bcf3a35d5a3 1,161 0.67/1.00 vMB 12
535,289 535,289 0000000000000000000411a2f2deaa16bc16b5b0bc6c33f3c4198af14ef87786 2,002 1.00/1.00 vMB 35
535,288 535,288 0000000000000000000c4cf8c5be234a80aa311aa21c7cbe7198384760a431f1 448 0.14/1.00 vMB 8
535,287 535,287 000000000000000000148a0631047a251c962f8375bd2f573a283e143accb2ed 484 0.16/1.00 vMB 25
535,286 535,286 000000000000000000151765efec68efea0e16bd9181b0229153895a241a281f 427 0.18/1.00 vMB 42
535,285 535,285 00000000000000000013bcfd700de221ae379ecbb6ee96b70ee5035b298e4bf5 154 0.04/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.