Loading Tool

Explorer IconExplorer

Memory Pool

76,997 transactions
28.60 vMB
0.10160103 BTC
Random Selection Loading Transactions
Max Size: 173.03/200 MB

Candidate Block

Mining Attempt 0b030dd38be8d2619f5d76b4a1310fb26c112da69a737794fdb9dc68a86a81b0
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 5b6420023d0be86d642bb22de853a72de8789d47bc9f565a3db578f6eb3e94fd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,652
Size: 1.00 vMB
Total Fees: 0.03483928 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (502,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,419 412,419 000000000000000003129ca7c9e21d41bab620ea24355823c998433a4c7d5d5f 1,199 1.00/1.00 vMB 27
412,418 412,418 000000000000000001e5617ec0595f741a5b00de1be19cc9bf34d087a1001da2 1,141 0.99/1.00 vMB 23
412,417 412,417 000000000000000005988c87a2715dc62034b31c70d438083d8eb78756fbc2dc 2,004 0.99/1.00 vMB 45
412,416 412,416 000000000000000001dedcca1a0295172fa72ee2b2b414ec31d673e8bfd21d18 1,614 1.00/1.00 vMB 31
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
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.