Loading Tool

Explorer IconExplorer

Memory Pool

39,434 transactions
28.29 vMB
0.06511518 BTC
Random Selection Loading Transactions
Max Size: 143.98/200 MB

Candidate Block

Mining Attempt 6623d61a2add5ff0c69470d2a136d9df0539d736ac77240acdc996cbc6bcbf7f
Version 20000000
Previous Block 000000000000000000020abe907a711cd23f00089985aa7a1746960afc1ae162
Merkle Root a9b10e1442b8d4441bb8c238df73fef1e8e766d3e04b0eca1fe6f9ff77909390
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,065
Size: 1.00 vMB
Total Fees: 0.01074449 BTC
Feerates: 201.37 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,602 (180,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,842 733,842 000000000000000000034da882c35b1b38c69b1119f44b103589e54b8e267aa9 3,122 1.00/1.00 vMB 21
733,841 733,841 00000000000000000001a4fb65d503bc98366d7a3a5538241df565ec17ce4ec7 3,048 1.00/1.00 vMB 6
733,840 733,840 0000000000000000000018aec319c216a41b1f4f2a287e6a1a4f7bf66c7ca16a 3,303 1.00/1.00 vMB 14
733,839 733,839 00000000000000000007195517639a35f8a2bd38c85bc98e78827e4cec6987d5 116 0.04/1.00 vMB 8
733,838 733,838 00000000000000000003de5307d546b60ccb21d5320729a394c4c9269f2cd0ff 424 0.24/1.00 vMB 7
733,837 733,837 0000000000000000000801221988f7282f47efad6f82dad912edf30277b0a35f 2,827 1.00/1.00 vMB 4
733,836 733,836 00000000000000000000ff2ff70f69160265cfb4b2952b51e9668be9990b0836 3,462 1.00/1.00 vMB 15
733,835 733,835 00000000000000000006c5b393aaca6c1ff20ef8edc3307b25fc96d2d0d2122c 2,691 1.00/1.00 vMB 6
733,834 733,834 0000000000000000000571c56027d4e106b8f20a6360db5e5ba261cdc71ab6d1 1,590 1.00/1.00 vMB 9
733,833 733,833 0000000000000000000769798ecd8bba672d357ad28498096ac8b1de9257bef5 2,678 1.00/1.00 vMB 8
733,832 733,832 00000000000000000006665d7a90f0076e07f97397260b3cfe29db1b335fbc0e 2,996 1.00/1.00 vMB 18
733,831 733,831 000000000000000000026c84cd6d011f7631d41405b79d1e10926aa72eb48e10 1,819 0.71/1.00 vMB 10
733,830 733,830 00000000000000000008f8271a04e26bf1b2b351681b1e13ffb323bdc7c302e6 698 0.19/1.00 vMB 11
733,829 733,829 00000000000000000008e585a943617084887697aadcd867cfcd5a5d40c41404 1,293 0.83/1.00 vMB 2
733,828 733,828 00000000000000000002f27e5e13f5796c7bc463d088bb760ff098a4f8b9fbb0 2,834 1.00/1.00 vMB 5
733,827 733,827 000000000000000000008be2d15b98a046229f22cdff292913428eb6119933d4 2,322 1.00/1.00 vMB 13
733,826 733,826 000000000000000000058efde80e5030ebfe94e5b4841c47c5cd9aab6e5af2f6 620 1.00/1.00 vMB 15
733,825 733,825 00000000000000000001c3a8d7da38f326a9ca8b4c931313fe3ce6a329e41ba3 2,726 1.00/1.00 vMB 7
733,824 733,824 000000000000000000002c5b72a7137d55c4c4c65d862d665157b20e7915f4b5 3,096 1.00/1.00 vMB 13
733,823 733,823 00000000000000000002c1452eafc55a3a7b2e23b87dc94c53257be3b9fd2d92 3,089 1.00/1.00 vMB 15
733,822 733,822 00000000000000000004b1016a24542956556b56ee05d555a094304b2ea5aa12 467 0.24/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.73 GB
    • Received: 11.83 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.