Loading Tool

Explorer IconExplorer

Memory Pool

78,773 transactions
29.50 vMB
0.06908674 BTC
Random Selection Loading Transactions
Max Size: 177.33/200 MB

Candidate Block

Mining Attempt 7102e6cc1724a38d8af0e495520fb31da19477345f9cb7bc567fbf07db7a8d99
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 9f3af4292b9fa6436cdc3ac73f0e1adbf864328cfacdda234c1ca24ea3cb0b5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,822
Size: 1.00 vMB
Total Fees: 0.00915558 BTC
Feerates: 50.25 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (263,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,757 651,757 0000000000000000000d8f8a178278e5aa9c9f4b69edb397250f5e5fb6bc0e51 2,362 1.00/1.00 vMB 75
651,756 651,756 000000000000000000021340d9b8c925ba35f2c75d212af2f3e5c5b79946d680 2,712 1.00/1.00 vMB 87
651,755 651,755 0000000000000000000e247a1b26b76d64292bfce2353b4bfd0188fcbf531a09 1,990 1.00/1.00 vMB 48
651,754 651,754 00000000000000000003c3260ac52b81d2061c02bd3451b965953d51bf667fa1 2,253 1.00/1.00 vMB 106
651,753 651,753 0000000000000000000e3cb097583f3407219d78a1955a3a5c9f8f9d64ab4723 1,651 1.00/1.00 vMB 11
651,752 651,752 0000000000000000000498eae0bc4ccdbf3faecd238971c555fd5a7588f598bd 2,051 1.00/1.00 vMB 77
651,751 651,751 00000000000000000008898ce697c4da8b3c84a0ba821327b3916eb5337df2f5 1,551 1.00/1.00 vMB 21
651,750 651,750 00000000000000000003d61daed2fdef212f8d5dc21733a26b3931b21b4f5f0f 2,980 1.00/1.00 vMB 96
651,749 651,749 00000000000000000008f9a14f21f0eb2ed4822fbf4cd6d7a1aadbbfe449847c 2,049 1.00/1.00 vMB 48
651,748 651,748 000000000000000000045789f5a683072c53491a47b575c4bcbb56858abf4475 967 1.00/1.00 vMB 8
651,747 651,747 000000000000000000051022ed4b7f579aaf36d92962f51ad1668d5b29946b03 1,541 1.00/1.00 vMB 25
651,746 651,746 0000000000000000000827b3fe1b4e384c6151e78b412f3170fe46202192a7c0 916 1.00/1.00 vMB 15
651,745 651,745 000000000000000000081fc2bfc096dd3b2c2e37257091cf66bbf522e66c183a 745 1.00/1.00 vMB 17
651,744 651,744 0000000000000000000446dedb6761a6b1ae806d59ae8c9bfd66008b45918dd4 1,367 1.00/1.00 vMB 31
651,743 651,743 0000000000000000000a244c9e426efe186a27d7601c4d4ba44a15ae1790bb2a 1,660 1.00/1.00 vMB 28
651,742 651,742 0000000000000000000cadaa034a19e00396255ae14ed214b4ae0b674d93ef97 2,416 1.00/1.00 vMB 55
651,741 651,741 00000000000000000005a73032ac960fe2403554b20520e26c1b92fa3fa39deb 2,329 1.00/1.00 vMB 103
651,740 651,740 0000000000000000000a0d0f10036b4591af93fb401a797eb9eaa6930ec5e4fc 820 1.00/1.00 vMB 9
651,739 651,739 0000000000000000000a2c3213482dcceebd999a0d024916021fc5f2e8bdd607 1,203 1.00/1.00 vMB 17
651,738 651,738 00000000000000000007daa9059e08587471b5c1a829471dfd817e726ba83cea 674 1.00/1.00 vMB 17
651,737 651,737 000000000000000000083d7b27439e895c256449e0ead424b07c78098b3d729e 691 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.