Loading Tool

Explorer IconExplorer

Memory Pool

36,090 transactions
28.49 vMB
0.06521559 BTC
Random Selection Loading Transactions
Max Size: 142.38/200 MB

Candidate Block

Mining Attempt 44a3f551772306ff9aafd71797b75fb0edff9f1adf0ee2710ea6d0f950b3eb74
Version 20000000
Previous Block 00000000000000000001506b941a54764348896f53a4e1b6257bc1abba2f4e73
Merkle Root 8c5eef0f75161eb767d98cc2a5049787615c79c6bf018663c6d25a99355bf633
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,161
Size: 1.00 vMB
Total Fees: 0.01001080 BTC
Feerates: 75.34 > 1.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,525 (149,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,357 765,357 0000000000000000000135471413a6cf2990ecf6406b77191fc4fbfd680d2b1d 2,502 1.00/1.00 vMB 25
765,356 765,356 0000000000000000000436ffefe61a59cd5cd58e9e3855a14b0a269f3b392d35 3,445 1.00/1.00 vMB 50
765,355 765,355 0000000000000000000385b3a5aa6ba0c4e9d2bf80a54bda9251b96d5f50b2a3 2,182 1.00/1.00 vMB 17
765,354 765,354 000000000000000000055e702739b21283233d0e0c253a72ac993d9b44bffc7e 2,647 1.00/1.00 vMB 34
765,353 765,353 00000000000000000000100921ff6cb8d42528179693bbf919ba81d2515b5736 2,510 1.00/1.00 vMB 34
765,352 765,352 0000000000000000000623841ea5f4238429b52945966ba4f63728154921c076 2,321 1.00/1.00 vMB 30
765,351 765,351 0000000000000000000516f4a064a7b80996692516504c5321272ba16c3021b2 3,416 1.00/1.00 vMB 36
765,350 765,350 00000000000000000004cd77f48868afb45fdb694a14d43d50b077c049895bfb 3,231 1.00/1.00 vMB 42
765,349 765,349 0000000000000000000559f1b474462a61aa0555bdcf6f23fd498ed04754b283 3,263 1.00/1.00 vMB 40
765,348 765,348 000000000000000000023596fe72306debbdb6208e99a1c3f322e3e97d5d9eaa 3,743 1.00/1.00 vMB 39
765,347 765,347 00000000000000000004c9d9ad2f4a38b818eb9049471480ff9cd4530b73b092 2,888 1.00/1.00 vMB 41
765,346 765,346 0000000000000000000658bc6ee461b368637741fd4a8a0083af424d4bddd503 2,852 1.00/1.00 vMB 52
765,345 765,345 00000000000000000000d9eeaa03b29a3884c1fba6d6ba109a9f3a2f570a1027 3,376 1.00/1.00 vMB 59
765,344 765,344 000000000000000000067c5456f4b22678215321867c77083ad0f2a57f294b0e 2,712 1.00/1.00 vMB 31
765,343 765,343 000000000000000000038e69f8d91e11361c997ea4c562fb0f54240de80e62ef 2,748 1.00/1.00 vMB 26
765,342 765,342 00000000000000000006a7b5f303820dbaf4824531e96a3948b6c7f50b27de5c 3,019 1.00/1.00 vMB 29
765,341 765,341 00000000000000000000e92fbb52e89ad0296ee09ee1030b6444724c04055ca9 2,514 1.00/1.00 vMB 30
765,340 765,340 00000000000000000004fe3b360b650cb4555080d82faba59590c2c18e26d7c8 3,735 1.00/1.00 vMB 46
765,339 765,339 00000000000000000005bd7a4e5b5a3466fdb883a381c14ab6d304dca25cb5b6 3,399 1.00/1.00 vMB 25
765,338 765,338 000000000000000000035ffc45c5ca79066b4c50f64fff4302563f28515a1266 3,984 1.00/1.00 vMB 35
765,337 765,337 00000000000000000006c20a26c2e0fdcaea0f8696f2537b2ebb948087db1a73 3,354 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.54 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: 620.13 GB
    • Received: 11.21 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.