Loading Tool

Explorer IconExplorer

Memory Pool

76,702 transactions
27.69 vMB
0.07891522 BTC
Random Selection Loading Transactions
Max Size: 169.02/200 MB

Candidate Block

Mining Attempt ee402b6835fe7a5e49b34de6e73d7cb7a924f2690fa14c0068dede78b186a7eb
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 2452c2b96a8cad017ae8c01279ef3aea2cf160da1af0778f8dfc0bc4e8072421
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,686
Size: 1.00 vMB
Total Fees: 0.01979664 BTC
Feerates: 402.60 > 1.98 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (327,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,452 587,452 00000000000000000008a630e3e0c9e43e7dd61e3cb13f4039a357481a032a0e 1,238 1.00/1.00 vMB 2
587,451 587,451 0000000000000000001d8565e3b20b00bbaccf4679bb6ac2dbd55fbc60190a05 884 1.00/1.00 vMB 15
587,450 587,450 0000000000000000000acf0090c0d23994f54c50a422373a15655a71553c28a0 1,844 1.00/1.00 vMB 27
587,449 587,449 0000000000000000000ea910cbd226af56677d5ce0c3cc83795cf25787b4a39f 1,534 1.00/1.00 vMB 26
587,448 587,448 000000000000000000125c02073e0626100bd55cb9b8b520a551b2e47be45e98 1,897 1.00/1.00 vMB 18
587,447 587,447 0000000000000000000f2152725f0c1f926e25a765fe2689ba27fe592e2cc21f 1,893 1.00/1.00 vMB 28
587,446 587,446 0000000000000000000fb7be1f096f956035721a756ff06eff9afd739acb7990 2,040 1.00/1.00 vMB 28
587,445 587,445 00000000000000000016f64e0664e558d2a0186d35565f7734e23567900b6920 1,636 1.00/1.00 vMB 38
587,444 587,444 0000000000000000000bca6aba4d861cc221b5f1edf7595cdb51c6b0d02a8011 1,171 1.00/1.00 vMB 72
587,443 587,443 00000000000000000008ba00e4b030021fc76ac2fe2333d7b15c0843937f87d4 2,583 1.00/1.00 vMB 14
587,442 587,442 0000000000000000001816bab9a2911e74fd9fc5b84b486cfe4c8cc235ad8ebe 2,731 1.00/1.00 vMB 13
587,441 587,441 0000000000000000000450c6b8c03cf7a6a2e78730dfe58ea872402e192f7eff 3,118 1.00/1.00 vMB 49
587,440 587,440 000000000000000000077f0ede45073d46691d4376ccc016385a54baa3bcf0aa 2,015 1.00/1.00 vMB 37
587,439 587,439 000000000000000000110a997cc5d41d23dde353401475f79a113b4adf3402a9 2,253 1.00/1.00 vMB 54
587,438 587,438 00000000000000000004cb28ae45abda28f679f766a2b93689a85bf46a48038d 2,514 1.00/1.00 vMB 70
587,437 587,437 00000000000000000002b73ac046ca88c78cdf2a0bbc48c7a450a128663d4151 450 0.15/1.00 vMB 23
587,436 587,436 0000000000000000001243b316fd9d3c8f607e4ff3567474963a8c8cae7e0d9c 234 0.07/1.00 vMB 34
587,435 587,435 000000000000000000162fe89c5b26ab365818968588a101a7208a72a18283d8 1,623 0.56/1.00 vMB 25
587,434 587,434 0000000000000000001e436b43422b56cc3ee9882fdd76a6aa70eb6b84722ad9 1,385 0.49/1.00 vMB 21
587,433 587,433 0000000000000000000e7a8eb70c9cad559567661cd1385901f0c045444ba468 225 0.06/1.00 vMB 15
587,432 587,432 000000000000000000138098bbee261e16ae9fe795d1a1dcf85f697c7ecb5c48 313 0.10/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.