Loading Tool

Explorer IconExplorer

Memory Pool

33,655 transactions
29.26 vMB
0.07254082 BTC
Random Selection Loading Transactions
Max Size: 141.55/200 MB

Candidate Block

Mining Attempt 99ab64521b7145a9a2e28c2336f361eb358df36f7cf7049acac975ae2e12f12d
Version 20000000
Previous Block 000000000000000000016a655abee59fb1fe04633919e8d234db6ab1188b5de7
Merkle Root f3a8ba09fcab99b5c55dbb5591499175afc9c3b13f4675f1446cdf137a00c59d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 731
Size: 1.00 vMB
Total Fees: 0.01064283 BTC
Feerates: 19.02 > 1.07 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,518 (471,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,351 443,351 000000000000000001057f48e8881b1a328fe9d21be36648aa74c5f58914b605 2,468 1.00/1.00 vMB 81
443,350 443,350 0000000000000000026a5428f308ad6d4ee4f2440d2dc57711c6db9ce0d040df 2,919 1.00/1.00 vMB 74
443,349 443,349 000000000000000002e8a99a62eaae5cea7de0e9c83a7f8de0365eb97cbf4be7 2,114 1.00/1.00 vMB 79
443,348 443,348 0000000000000000023da07114323ad9676896f354951e6b563d143428b69c03 2,275 1.00/1.00 vMB 74
443,347 443,347 000000000000000003b9a9c258c8f4deb08c976a0a75ec14e812edbce8d56015 2,326 1.00/1.00 vMB 77
443,346 443,346 00000000000000000260638dbf073784416508edf017b0c10f667f8797d53d7b 1 0.00/1.00 vMB 0
443,345 443,345 0000000000000000029864995050ef46106705b46de3e8d27cb7b6977584506d 2,054 0.75/1.00 vMB 135
443,344 443,344 000000000000000001d8ff07a1da5093eb63a923788e4ea37d55689cea8c434f 1,807 1.00/1.00 vMB 53
443,343 443,343 0000000000000000005cf8f16c63e4ce0b16500eb52f05f4b417e69983dcad49 2,170 1.00/1.00 vMB 61
443,342 443,342 0000000000000000006142a6a493bdd3735fc0b89e04fbbf8bdb28321c49794e 2,173 1.00/1.00 vMB 58
443,341 443,341 000000000000000003d44d8c4964bbb1dc2956d7d862c7565857b118e26f0c4b 1,618 1.00/1.00 vMB 58
443,340 443,340 0000000000000000030cebb731af8a7309f0f786a29ee5acdd68d56c3b5d78ae 2,570 0.93/1.00 vMB 75
443,339 443,339 000000000000000001c058ddb72c6b0318a0e74ac467abe255c9b09347e39ba4 2,099 1.00/1.00 vMB 74
443,338 443,338 0000000000000000015c80bcb53652ec63aa7cd3f262f20fdcf475780d8b9234 2,004 1.00/1.00 vMB 103
443,337 443,337 0000000000000000037ab97c577933456406ae19f77ea17ac4ef280837432fa6 1,901 1.00/1.00 vMB 51
443,336 443,336 00000000000000000042fa69080cca6e275c7356e77c481d75fb54f613dd95cc 1,906 1.00/1.00 vMB 58
443,335 443,335 00000000000000000016c9ab18d9f6027aa1b57f64c048584eb7123865062c1a 1,779 1.00/1.00 vMB 50
443,334 443,334 00000000000000000105d88c9e897644f91d8de95027ee6b1c228af917de0ce8 2,197 1.00/1.00 vMB 75
443,333 443,333 0000000000000000006d5f018b5aeb58dc5646ae527e2eee07be78e274c0b8e2 2,173 1.00/1.00 vMB 65
443,332 443,332 0000000000000000012804a9335e49ef37acfc38b2b323afb02712a76a4fdc83 2,316 1.00/1.00 vMB 64
443,331 443,331 000000000000000000d9edf0a7f071db993432a326c9320f2916368eb68e3596 2,603 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 781.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 613.70 GB
    • Received: 11.14 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.