Loading Tool

Explorer IconExplorer

Memory Pool

83,299 transactions
32.03 vMB
0.10791325 BTC
Random Selection Loading Transactions
Max Size: 192.52/200 MB

Candidate Block

Mining Attempt b96ee4700ce8c5d35b5feeea587a414e281e5f5eb9d34ff493eea3d97bf4c505
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root 406a8e128209d008cc99b3430664a3dfe03fec920225d7acf0e4f62f489436bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,578
Size: 1.00 vMB
Total Fees: 0.02619705 BTC
Feerates: 353.36 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (139,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,698 775,698 000000000000000000069101588a6083c81007625e1dbf0b36a1ae1ddbba8b9f 2,693 1.00/1.00 vMB 14
775,697 775,697 0000000000000000000617932d34589c26395a64db37e2c64edb4383845cbf19 1,797 1.00/1.00 vMB 8
775,696 775,696 00000000000000000002c0b7fd43996a865dce59539e489e1ba51f604f508656 2,256 1.00/1.00 vMB 17
775,695 775,695 00000000000000000003a80eb7c54d740d2276636fd1788af5fff1c2c6333740 1,290 1.00/1.00 vMB 8
775,694 775,694 00000000000000000001ac1e5cb93f3246d0cf576be0f096a8b1694a82ba2475 3,220 1.00/1.00 vMB 16
775,693 775,693 00000000000000000001c7f61c11e0107c4e5a2c51089571c9faed653f53048f 632 1.00/1.00 vMB 6
775,692 775,692 00000000000000000001de23824c292f4cd18f09d971f73b45a341ee59eabe1b 753 1.00/1.00 vMB 7
775,691 775,691 0000000000000000000584fdd61e140fbd333b56d4cba8bed5baf89c3332cbb8 2,314 1.00/1.00 vMB 10
775,690 775,690 00000000000000000000658b15f75a099420b6f919f0894fb0fec5329ce786e6 4,021 1.00/1.00 vMB 30
775,689 775,689 000000000000000000043b5f1534342d15ae1afbe52f2cdc129fbc76ccf29ee8 3,889 1.00/1.00 vMB 23
775,688 775,688 0000000000000000000427e3f7cb2bf67a1f7aeb94f6a0df92f30f396b571c2c 3,354 1.00/1.00 vMB 57
775,687 775,687 00000000000000000006751d050605a453d283811cf2e3aa8bbe887903cd64d5 1,019 1.00/1.00 vMB 7
775,686 775,686 00000000000000000003f44ee6ad34708b644c462ae5369ea7c0127431a46fd6 725 1.00/1.00 vMB 6
775,685 775,685 00000000000000000001495e6ebe97395a14c1e36fddd1ce8de4b445d76f88be 1,757 1.00/1.00 vMB 13
775,684 775,684 00000000000000000005d98ccf167c4e5e2c19e34ac1deb15b306c6ca7959ec8 3,415 1.00/1.00 vMB 33
775,683 775,683 00000000000000000005e857ef2592862b82d1a34c0ca135112fe16fe0e5c9b5 1,177 1.00/1.00 vMB 3
775,682 775,682 00000000000000000002c3b47d75b52956ccc5a44eeae5728964624dd54c3072 1,446 1.00/1.00 vMB 8
775,681 775,681 0000000000000000000039ad456a2626ef68a4378f3b42807914cdb43a57878b 2,403 1.00/1.00 vMB 19
775,680 775,680 00000000000000000002da2e359f527c7b688010e7b013be7463a327ae4cec8a 2,644 1.00/1.00 vMB 10
775,679 775,679 00000000000000000005b1c1680a888a408c037a18f68a1a0a85aaee0337a2c8 1,762 1.00/1.00 vMB 10
775,678 775,678 00000000000000000000b84015652fa6308055b947d52ad608f1173881cfc01d 1,060 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.79 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: 709.83 GB
    • Received: 17.00 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.