Loading Tool

Explorer IconExplorer

Memory Pool

78,630 transactions
29.42 vMB
0.08216409 BTC
Random Selection Loading Transactions
Max Size: 180.14/200 MB

Candidate Block

Mining Attempt 3182c8cfb876374aec0bb746d0261120aa42b71e7b0fac0d9ef3f93a7ba4905e
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root d40b09ee2bc8592d97bf220a737365419bb2de0ba8e23ec250e821840ee299a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.01759599 BTC
Feerates: 301.25 > 1.76 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (502,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,415 412,415 000000000000000004b65f640f2a944077c0090bfb873b7360193722bd2f7f43 2,867 1.00/1.00 vMB 75
412,414 412,414 000000000000000000a2869b4d35156f42525bf47b6cf9b0370da0e4468c6800 2,338 1.00/1.00 vMB 53
412,413 412,413 0000000000000000010b7f98e5058b679459cc103eff330811a2463c8d392b21 2,394 1.00/1.00 vMB 44
412,412 412,412 00000000000000000248e96b160b7509c9b0b234113591b3f010867b1ceaa415 2,540 0.99/1.00 vMB 69
412,411 412,411 000000000000000003492ecb409ed94e5eafa8bd64723d40fe140c7fc411752a 2,188 1.00/1.00 vMB 50
412,410 412,410 000000000000000003fd79cf8e4cc65174571fbcb922bfa674eb43db87c31375 2,480 1.00/1.00 vMB 69
412,409 412,409 00000000000000000181977366303fd0043f0e41ad9c79cad5ee113ccd1ba1ae 1,765 1.00/1.00 vMB 47
412,408 412,408 000000000000000000f136c341fe796ab3da04069bb0dc0c2258b3f6140eaae0 2,912 1.00/1.00 vMB 78
412,407 412,407 000000000000000000aa0b7d884911b291f931a278d6a3fc899619ef79ce2315 1,777 0.99/1.00 vMB 34
412,406 412,406 00000000000000000524280a62cb592f8eb5dea8b7a3b3a0a59a5c77f1b2b09c 1,730 1.00/1.00 vMB 40
412,405 412,405 000000000000000003afd08beb1ed92a2f9ba25f9381325bf84326bda7e8b028 1,972 1.00/1.00 vMB 42
412,404 412,404 0000000000000000034c3e20934205dd4447c190114f9bedf9dcf207766735ae 1,772 1.00/1.00 vMB 34
412,403 412,403 000000000000000003017eabcda156b39dd8544e49c5913abd88730879cf5bfb 2,101 1.00/1.00 vMB 33
412,402 412,402 000000000000000004b6792c3dcb0dd5c0b4b18c05bdb7a9cafdb7a12eb39069 1,860 1.00/1.00 vMB 53
412,401 412,401 00000000000000000202bf16b609501e7dbb7e067053af4c538fde93052a4f7e 1,578 1.00/1.00 vMB 61
412,400 412,400 000000000000000000e265530c67d2d9ab3ce948fa11ee4837c6fa001ab044f3 2,947 0.99/1.00 vMB 49
412,399 412,399 0000000000000000049a73bd4392d436ebbde25bd1d8b6538359a5054ce610b4 2,268 1.00/1.00 vMB 62
412,398 412,398 000000000000000001955803ac201da1a12ac62e9ee5aa985c7e1f28a9f45eff 2,465 1.00/1.00 vMB 82
412,397 412,397 000000000000000002a8b83fe09e7f52a1bc6eaf88a3cf428e05e4227f8f684e 2,832 1.00/1.00 vMB 91
412,396 412,396 00000000000000000474d4a68218c4a1034890e5814ebc31de66bc0f29f90bfd 1,660 0.90/1.00 vMB 33
412,395 412,395 0000000000000000053c41ba9fc1af87739cf477fec1ef23993d0532f389326c 1,684 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.80 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: 710.02 GB
    • Received: 17.01 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.