Loading Tool

Explorer IconExplorer

Memory Pool

73,748 transactions
28.86 vMB
0.07063189 BTC
Random Selection Loading Transactions
Max Size: 174.69/200 MB

Candidate Block

Mining Attempt e18bcc7306712e0ebe18d25a8dcad6fbb9e58348dbaa04005765ca17b0e8f050
Version 20000000
Previous Block 000000000000000000006ad2cd61f9f953da3e0595499548edf2e4ab20c1cc23
Merkle Root c1116d56b1e7efa71f1c9b7ca55ffb5e3c408c3c9420d34501807a8adbcc9606
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,926
Size: 1.00 vMB
Total Fees: 0.00671410 BTC
Feerates: 73.20 > 0.67 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,433 (16,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
898,697 898,697 000000000000000000019331fc37ced55704db400308a7885d05a1364e83fcfc 3,432 1.00/1.00 vMB 3
898,696 898,696 00000000000000000001f910365b4bbc7bf6fb4edce51b3ba3c5f6e9b9e97aa3 2,051 1.00/1.00 vMB 1
898,695 898,695 0000000000000000000196b265161e3e8af8b3168f356fb7186c004409c774d0 5,403 1.00/1.00 vMB 2
898,694 898,694 00000000000000000001edd2d0f8c8476f77986e6d4e2db7b975d04708084c69 4,380 1.00/1.00 vMB 4
898,693 898,693 00000000000000000000961a203a5d900e8b95d35841c79dcaf73fd1801401b3 3,512 1.00/1.00 vMB 3
898,692 898,692 0000000000000000000160c7b7e8a7befce737230ec2e8940970bfbb503cc896 4,000 1.00/1.00 vMB 1
898,691 898,691 0000000000000000000192922dd0516be23f3c45174f65acce80f52fc75ce159 3,948 1.00/1.00 vMB 3
898,690 898,690 00000000000000000000879d4a5d7efbd787ec7549570f7cd4c756d3b127b613 3,097 1.00/1.00 vMB 1
898,689 898,689 00000000000000000001b540e1beb2c1e3cebd9740d0eae1dc590a9095c188f6 2,878 1.00/1.00 vMB 3
898,688 898,688 00000000000000000002070fa2f44885a66f70ac5621f6600261d51c22801859 3,251 1.00/1.00 vMB 2
898,687 898,687 000000000000000000005623e9f4d529c95853b8eb061ef12c0b3f6271756d09 2,004 1.00/1.00 vMB 1
898,686 898,686 00000000000000000001cc69d02a63f99ce88b64daf70b5112d6f024f14facaa 1,912 1.00/1.00 vMB 1
898,685 898,685 00000000000000000001e9038a4b4195948db7c3173971905be7fa8c00f97566 3,795 1.00/1.00 vMB 1
898,684 898,684 00000000000000000000731c403ca6414154fed666227205ecc7a433e5ee1187 3,042 1.00/1.00 vMB 3
898,683 898,683 00000000000000000001a5cdfebe8e0b442ea9a4ba9150fa600c9f16ef4a5293 2,755 1.00/1.00 vMB 1
898,682 898,682 0000000000000000000012ce5652b56232eee3444846a9f656c09c7bade002e4 982 1.00/1.00 vMB 2
898,681 898,681 00000000000000000001b75533c62facaa2e9f952a51bf13602a91ebe06b9d01 1,638 1.00/1.00 vMB 3
898,680 898,680 000000000000000000013c41f106dd0e56f10778e1fd83d45df7aba23e40b098 561 1.00/1.00 vMB 2
898,679 898,679 00000000000000000000024e5429754c0d66c2e7caee8c3e88e6ddd2bdd51a1e 2,586 1.00/1.00 vMB 4
898,678 898,678 000000000000000000004e30de1935628150317c6e73da81c8e1ca4ab808d2c9 340 1.00/1.00 vMB 2
898,677 898,677 000000000000000000016c0aafda00a08c9ae1bd29d8be2cf1102641b4bd9788 1,473 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.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: 742.94 GB
    • Received: 18.67 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.