Loading Tool

Explorer IconExplorer

Memory Pool

74,732 transactions
30.67 vMB
0.08999474 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt 5c2c566855b3698d774c91786c047e2c59690f3dd62c22dccb9cd782d2683ebd
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root 76314452786cc9afe5ac79e621f2809d474d0189f5966a246c793cba1adb1eba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 426
Size: 1.00 vMB
Total Fees: 0.01304435 BTC
Feerates: 150.93 > 1.31 > 1.06 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (42,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,064 873,064 0000000000000000000204eb3df730e1f418537c5500ca0ad47103545f2acb2e 678 1.00/1.00 vMB 5
873,063 873,063 00000000000000000002605b80d0a401bfa95eb1169b9a1c7062bfd2dbb7bb83 3,270 1.00/1.00 vMB 7
873,062 873,062 0000000000000000000114976c7b734e6ce4cf354d976930a5b290c587445a3e 2,515 1.00/1.00 vMB 8
873,061 873,061 000000000000000000003eb5a9164ceda94f0b8c487ba3eda4ca1a2a64a4409f 3,597 1.00/1.00 vMB 13
873,060 873,060 000000000000000000019db679918a126d9ed450575db4bc46cb9e7d7dc09851 883 1.00/1.00 vMB 7
873,059 873,059 00000000000000000000d17f6dbff4699f9fcbf8b69ff56a8f302f842c167c5d 2,826 1.00/1.00 vMB 9
873,058 873,058 0000000000000000000102e87324ba204ca5f321a3bd2a96842eff3e58a433f9 3,731 1.00/1.00 vMB 10
873,057 873,057 00000000000000000000a09b71d25aa16473a76edb9aa2d920313b1dd6b3715b 4,811 1.00/1.00 vMB 9
873,056 873,056 0000000000000000000293fcd8dcd9c921c6f1efc1f0d0b9f106b59fc8e1c9ae 4,209 1.00/1.00 vMB 13
873,055 873,055 000000000000000000008132bb35b166e21fa98138b486093ba2f9ca461574be 1,999 1.00/1.00 vMB 9
873,054 873,054 00000000000000000001c404bc3667fec588ccf8457f06c15c8157805b1df46a 3,004 1.00/1.00 vMB 14
873,053 873,053 00000000000000000002725eb796eb6a6b3de99d4ad2a874748da0417563ebd0 1,590 1.00/1.00 vMB 6
873,052 873,052 00000000000000000000b7a2cb24640ccf0b241a87ec58d9f1cf3ae3c624b0f2 1,353 1.00/1.00 vMB 7
873,051 873,051 0000000000000000000127e35daba415826cde1c1a6fc3ba1057f3f2fc49aac7 1,698 1.00/1.00 vMB 7
873,050 873,050 000000000000000000016fe9ed071a83060bce1ae1ccd38db5fce4452967a60f 1,226 1.00/1.00 vMB 9
873,049 873,049 0000000000000000000072975d011b1c1d9be8c39d93ab8a004859a86d86ae13 3,090 1.00/1.00 vMB 11
873,048 873,048 0000000000000000000193faa1df3e8c1a74263c8ad9b811fa11c1fd5360a32b 1,480 1.00/1.00 vMB 8
873,047 873,047 0000000000000000000128505386de3b7ad0b8c271d67e57cd0bd252f73bb42b 1,796 1.00/1.00 vMB 9
873,046 873,046 000000000000000000020c939bdcb2cd9f5b87dfb6a38ddbd6f043cf9dc96d2a 1,288 1.00/1.00 vMB 9
873,045 873,045 00000000000000000001d254532fd99c7fec74e7816f420dc239270b78a96924 929 1.00/1.00 vMB 8
873,044 873,044 0000000000000000000259967523a4528101ecfa3bf45497894bccb6c8267f8a 2,482 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.12 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: 738.99 GB
    • Received: 18.61 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.