Loading Tool

Explorer IconExplorer

Memory Pool

44,702 transactions
28.54 vMB
0.06438643 BTC
Random Selection Loading Transactions
Max Size: 151.79/200 MB

Candidate Block

Mining Attempt d7b8ec0ecf02890095ec79f6cb2a4c4e1ed6587793edd4dcbe0c1976e7de29cd
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 3b10d62adbd0546f73c164688ea453217d3a456b2445b037a8e0b83d437ccc3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,326
Size: 1.00 vMB
Total Fees: 0.01018777 BTC
Feerates: 60.21 > 1.02 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (233,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,715 681,715 0000000000000000000336af468171bb9fae76a657d869e0fff99c7b11f9d6d4 2,182 1.00/1.00 vMB 98
681,714 681,714 0000000000000000000413e2aa1f0eda434a548f4f580fb8eeea5c8cdf4dbd2b 1,768 1.00/1.00 vMB 50
681,713 681,713 00000000000000000007079580592e2d3be24123733b87766c95e3f69b87118d 338 1.00/1.00 vMB 6
681,712 681,712 00000000000000000001694e28e601b54a767139a431bede5a2fc82e7674a262 2,422 1.00/1.00 vMB 47
681,711 681,711 00000000000000000004731a1df404bffd2ff35c739f99a14cc0cd79682b4d1b 1,871 1.00/1.00 vMB 36
681,710 681,710 000000000000000000039d4681ed7e8d4b32fc4ac206468b6a3db8d0b11c643e 2,051 1.00/1.00 vMB 56
681,709 681,709 000000000000000000083c372a804b1a2eb888c11a14cd8e9c317073eeb52e6a 1,533 1.00/1.00 vMB 132
681,708 681,708 0000000000000000000b282af4ee2ea71af84422d133081b9747f390eaabf09e 2,180 1.00/1.00 vMB 154
681,707 681,707 000000000000000000042a78440e716834bfdf58bcfc1a859f413ee9b368cc97 290 1.00/1.00 vMB 6
681,706 681,706 0000000000000000000712c40be35fae5e28cd95a88af2f53492a2f6b0d9ad97 1,821 1.00/1.00 vMB 70
681,705 681,705 0000000000000000000a51b6bca2753b8d2c4a6edfd3c169789f36a159ac5ed0 834 1.00/1.00 vMB 9
681,704 681,704 00000000000000000005a67b5427bbc3dd81083d955f4141760760b5178fa594 2,593 1.00/1.00 vMB 63
681,703 681,703 000000000000000000091ba35ebe192496d6c5e12f4a5792fc330e1ed6f3e6ac 2,381 1.00/1.00 vMB 66
681,702 681,702 000000000000000000089e96a9e1fb42ec8466e8e9c4ae89b8b3bac10607f8b4 2,412 1.00/1.00 vMB 22
681,701 681,701 0000000000000000000a1d550959c0fc7a1dd335fbd71108739349d259abe9b8 2,360 1.00/1.00 vMB 107
681,700 681,700 0000000000000000000531005528a27acda27739df2fe02aede3f64d9f310821 1,611 1.00/1.00 vMB 63
681,699 681,699 00000000000000000001d6cc20e377c3558c98a5fd71e08367146d1c8c0cccea 757 1.00/1.00 vMB 22
681,698 681,698 00000000000000000004940b929479878da661a74b3db187985d2ef3c701ce24 2,326 1.00/1.00 vMB 61
681,697 681,697 000000000000000000010c2c41c96e3bdd5f59f37ab0e0ffc435ca16ea861279 253 1.00/1.00 vMB 10
681,696 681,696 0000000000000000000d90d1bb7bd3a1cbf5ab72de93b99d8d520e033c51c58e 743 1.00/1.00 vMB 15
681,695 681,695 000000000000000000083de29582aef6551cf6b49d9b5bdaac6a74a14fe91ed6 669 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.