Loading Tool

Explorer IconExplorer

Memory Pool

77,141 transactions
28.76 vMB
0.07844183 BTC
Random Selection Loading Transactions
Max Size: 174.00/200 MB

Candidate Block

Mining Attempt e4f2131333f01ce3c4f1f2f39c6fc6d7e877b7d26eba90ec33bba026ed7c7ac3
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root e804cff10f8f39234b7e4b44c4a030e4c3fd1476e2170b9ea60a94a2e5b30ce4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,909
Size: 1.00 vMB
Total Fees: 0.01832452 BTC
Feerates: 100.17 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (564,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
350,323 350,323 0000000000000000109807092d8d50ca61222a30210cbf4e9b243b456a509291 786 0.35/1.00 vMB 31
350,322 350,322 00000000000000000be35841ada33a3b89668045016bfbd884358dae91c98907 164 0.10/1.00 vMB 12
350,321 350,321 000000000000000007070433aac0f0fcd8272b6f6a34bcc621af50273bc6ea34 414 0.22/1.00 vMB 27
350,320 350,320 0000000000000000151605249601b6752c728277b8f241e66cb215743c0eac6b 157 0.10/1.00 vMB 24
350,319 350,319 0000000000000000063f60e74f63ffae4bcc6b187fb34e4886dc083469f1d80d 115 0.10/1.00 vMB 15
350,318 350,318 000000000000000015217ad9776efad43ad28631d1aa51d838c0a686afe6e623 78 0.07/1.00 vMB 3
350,317 350,317 000000000000000002f257f03b7032edfea1b3230d887e2b78d8d16701ab7f71 247 0.14/1.00 vMB 26
350,316 350,316 000000000000000006ee8840fc99f397c21bd72f5a7a291f7c50aaa2ca54638f 61 0.04/1.00 vMB 24
350,315 350,315 000000000000000011bade26b88b9bd03dbbc9cfeb4f0ae9b5c04142d7d99b48 581 0.25/1.00 vMB 17
350,314 350,314 000000000000000003d90d95638b29bec0ff77fe48bb652b975fb55dff9c6fb8 1,288 0.75/1.00 vMB 25
350,313 350,313 00000000000000000c7ae67b22a2634b50cb7d1e8bc5486a79b08d9a7784a8ee 1,840 0.75/1.00 vMB 34
350,312 350,312 00000000000000000e80a4185c8b36c81b37132d7dc1d29f6ec50123c763a01b 208 0.16/1.00 vMB 20
350,311 350,311 00000000000000000102f0bc71ed1cf801df8f7b13e278bd18261e4c9c66fb10 104 0.09/1.00 vMB 12
350,310 350,310 00000000000000001233e9eabed177e6ed917772c28264e384c6193fdd467327 410 0.27/1.00 vMB 26
350,309 350,309 00000000000000000e0c6efcb9c9919e0c05f47b153bac11c128db62af80aa71 211 0.10/1.00 vMB 24
350,308 350,308 00000000000000000748ef51d0488f891b299197c308ddeec5f0b699c16dd8e6 266 0.26/1.00 vMB 12
350,307 350,307 00000000000000000a745a35e4b936fc6f7f50eb19532dc2193c23f6a70e4980 996 0.46/1.00 vMB 29
350,306 350,306 000000000000000005a428fb74b0d1061c01582d03c6dc87c5f179451b5d0f7e 317 0.13/1.00 vMB 30
350,305 350,305 00000000000000000702c3e21380f85bcd55835a45a245f2b4f716053c25fbf0 681 0.33/1.00 vMB 23
350,304 350,304 00000000000000000d0a3515cfc94524449218d21604a42bb0180d793da9f4ce 1,665 0.75/1.00 vMB 32
350,303 350,303 000000000000000008178a52c7a23515ca5bd66e2a8af34d4b673aec1b2c8d21 1,072 0.56/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.63 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.12 GB
    • Received: 16.15 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.