Loading Tool

Explorer IconExplorer

Memory Pool

82,385 transactions
30.75 vMB
0.08429150 BTC
Random Selection Loading Transactions
Max Size: 185.39/200 MB

Candidate Block

Mining Attempt a5a136c0b16e8cae38efb8c38c54f808da4bffdbccbc0496ced60509a83da5a0
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 8240bbfdc743d42b37ba13b5641b7f844850f7640a887bdfc31acfe0cc86ed87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.01889970 BTC
Feerates: 73.20 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (237,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,408 677,408 00000000000000000002659f44aeafd7724c022713076f74be52fefe0af125e0 2,552 1.00/1.00 vMB 48
677,407 677,407 00000000000000000007283237eee1d0448201792a0499aba29ccf11b78a5bdb 1,310 1.00/1.00 vMB 26
677,406 677,406 00000000000000000005949b85acfe7e1bba45350d539217b41b667b406fa03c 2,396 1.00/1.00 vMB 40
677,405 677,405 0000000000000000000b9e1f30d483204c2915d1abe5443ff6d5df1b1dbb2ab1 2,742 1.00/1.00 vMB 24
677,404 677,404 0000000000000000000a9917b8972981e90f923ef9aa6bfbd7694a8b93fcc927 2,314 1.00/1.00 vMB 69
677,403 677,403 0000000000000000000b3e5db2bec9c1ee4a7eac99de66e315b043595eeb22f0 1,763 1.00/1.00 vMB 48
677,402 677,402 00000000000000000004a1804efc8fb8702fc61d879608e73d84aa8ce0bdf501 1,071 1.00/1.00 vMB 76
677,401 677,401 0000000000000000000b6f81623e0bf3cf7163041988bab060520833db7ac1fb 2,497 1.00/1.00 vMB 92
677,400 677,400 00000000000000000002bc7cce7663c389841b4289d0fc3b77b123c22c517c60 2,410 1.00/1.00 vMB 35
677,399 677,399 000000000000000000039ef06a11a47a70ded69714be0d9c61325401f049f787 1,895 1.00/1.00 vMB 31
677,398 677,398 00000000000000000005404f3c428d3a16094e507d1e18060fda26006e21e204 1,933 1.00/1.00 vMB 35
677,397 677,397 000000000000000000091b3c56396d1e165eb108db9a5deff790f4940b822887 1,954 1.00/1.00 vMB 44
677,396 677,396 0000000000000000000aea8c8fdd67779f7d2c07a89748f2aece68eb485f732a 2,162 1.00/1.00 vMB 37
677,395 677,395 000000000000000000070ba5f3a1681c93acff3b20a21cd218b0bf436fd90479 1,691 1.00/1.00 vMB 25
677,394 677,394 000000000000000000038428a936390e56a6bf0eecfa90c2844a967964002a9f 2,375 1.00/1.00 vMB 40
677,393 677,393 00000000000000000003a62398375bd30493fcfdc9f0aecaf5e942414d8dfba8 2,626 1.00/1.00 vMB 67
677,392 677,392 00000000000000000006936b5dfc83a5cd83d8a3d34978a3233750958c77a7c6 2,261 1.00/1.00 vMB 34
677,391 677,391 0000000000000000000bcafe3835c8b49c452d1f2073c57975f3948fd6328e30 2,555 1.00/1.00 vMB 57
677,390 677,390 000000000000000000015f5490ad038c8a763086e94878ff94ff45c607f86ae2 2,554 1.00/1.00 vMB 31
677,389 677,389 00000000000000000001d1e279449fb642add401a927612e303e563cedad5b08 2,242 1.00/1.00 vMB 55
677,388 677,388 00000000000000000002e9a2bb59e487f2683ddcd34768f53e6d913f6466026b 1,669 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.