Loading Tool

Explorer IconExplorer

Memory Pool

85,717 transactions
31.96 vMB
0.21033334 BTC
Random Selection Loading Transactions
Max Size: 191.13/200 MB

Candidate Block

Mining Attempt d7cf77bdb7f9121d86c73d0a0977f11f4ec2b655c7aa8ae7f29a5202534c1dbd
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root ff60810a1901938555dd5ddd5b42cb89e35148c50872e8f8ee1acca8d5eee89e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,852
Size: 1.00 vMB
Total Fees: 0.09501196 BTC
Feerates: 529.10 > 9.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (130,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,520 784,520 00000000000000000001dc9e7a99da39a014ae17c3a98efb5721f0fac4152469 2,642 1.00/1.00 vMB 13
784,519 784,519 00000000000000000002ce249f99211c3a6eca5c2221a1afc3d170495273b967 2,631 1.00/1.00 vMB 15
784,518 784,518 000000000000000000048edde94113d59f864fd78ea5f58c32d1c21e907af4fb 1,861 1.00/1.00 vMB 9
784,517 784,517 000000000000000000029ec8156a6259aba512c30c5d06053cd3f5334a09373f 1,794 1.00/1.00 vMB 8
784,516 784,516 00000000000000000005cdf960929747f04e80df1e675adbe01bb8a622d2676d 1,964 1.00/1.00 vMB 13
784,515 784,515 00000000000000000002df1128fc410e8cbcd93d9d90f99d1b6dd37b925b22c0 1,475 1.00/1.00 vMB 10
784,514 784,514 0000000000000000000572a41df1c12e02c923440db6bd97f7f64435f9c784ef 3,059 1.00/1.00 vMB 17
784,513 784,513 00000000000000000005a02e708dc576acbc2880b0e38a7e6ae999a642e7fd05 2,279 1.00/1.00 vMB 10
784,512 784,512 00000000000000000001ed410d7e4d02c9adf03653a5f291a4537223ddfea0f8 1,883 1.00/1.00 vMB 9
784,511 784,511 00000000000000000002d67fae49b125509d164d2fa9649c6dcaed7ef70867fa 2,031 1.00/1.00 vMB 11
784,510 784,510 00000000000000000003ba2a1ab9ba042a490b645ee54c16e99d1dfa92fd0bd3 2,379 1.00/1.00 vMB 11
784,509 784,509 00000000000000000005dfb900b42a1a06f892f0aa89a4e8e7fe6423d812ed50 2,255 1.00/1.00 vMB 11
784,508 784,508 00000000000000000002d08198ce895ce914365d0ecd03c9c5306e2a4e5f3b80 2,112 1.00/1.00 vMB 11
784,507 784,507 00000000000000000003f060b7fda4b836053f5449cd7cf340a1cf29c29cf04c 1,731 1.00/1.00 vMB 9
784,506 784,506 00000000000000000005618942898416db953b6f8b074410b6f4f0ed67fd3da8 1,538 1.00/1.00 vMB 6
784,505 784,505 00000000000000000001accb135f7d868affa8f8fb02908d9b329430a16f6b18 3,159 1.00/1.00 vMB 21
784,504 784,504 0000000000000000000191fabac23dc46064d274bb6c651275774d70c582d90e 2,658 1.00/1.00 vMB 13
784,503 784,503 000000000000000000024a10bf229dc9da1af15aac05aa958e855fc57241d170 2,831 1.00/1.00 vMB 13
784,502 784,502 00000000000000000005b7e6073ae59be6ce60c8996eeb92e0f329c7ce1120dc 2,820 1.00/1.00 vMB 26
784,501 784,501 000000000000000000001542de5eaf4bb35d77bd0bd6a87ece660acf865876ac 1,991 1.00/1.00 vMB 14
784,500 784,500 0000000000000000000049a465b5da7acef9bb9d0af80b153fc58973fb2e84f4 2,367 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.