Loading Tool

Explorer IconExplorer

Memory Pool

81,174 transactions
30.17 vMB
0.13310431 BTC
Random Selection Loading Transactions
Max Size: 181.45/200 MB

Candidate Block

Mining Attempt fee1f6e5ee417d2c1f693414abad80df31538c5c70a3879cdeabb539aefb5184
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root f198e12714d117e5a0c05966336f39cd09cea11da7ab4e6bc6353dd8d0dd4a83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.05613227 BTC
Feerates: 242.90 > 5.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (502,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
412,394 412,394 0000000000000000029035770a9764d2966f4ec7fb9b3e255dc57b99c8473346 1,916 1.00/1.00 vMB 68
412,393 412,393 000000000000000000e338bb728271b23c14e683a8cce3493cc7ef5ca00f5eea 1 0.00/1.00 vMB 0
412,392 412,392 000000000000000003539b039fa5c6126477f7d2003cfab2db3a8e4ae27b3a1a 1,409 1.00/1.00 vMB 54
412,391 412,391 000000000000000000ab6151b416e977f478fdc6f26ef889c07c3596dff7f3d2 1,184 0.99/1.00 vMB 38
412,390 412,390 00000000000000000405cac73f11c12c7c27996a483ce5ca3859c38dbd3fa2b8 2,075 0.99/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.67 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: 674.03 GB
    • Received: 16.43 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.