Loading Tool

Explorer IconExplorer

Memory Pool

80,857 transactions
30.52 vMB
0.10144163 BTC
Random Selection Loading Transactions
Max Size: 183.18/200 MB

Candidate Block

Mining Attempt 6cc972bad2143d3c3a2d6ad1dd307dc840c317f77208590daeb532605965c062
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 67ba701be15fbd2c44dbfa8e773d8c76657a4eb6807860d22e2fbc6ba0997091
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.02657526 BTC
Feerates: 100.32 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (417,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,061 498,061 000000000000000000293f8a899c860ce5603de764e3d32c5183d8275c4e5867 2,277 1.00/1.00 vMB 136
498,060 498,060 0000000000000000009e4f22b56a1fafe9a661b3f5b784b2c70771a61b1547cb 1,744 1.00/1.00 vMB 151
498,059 498,059 00000000000000000051380b4fb8c25d0c50296da31b0b7ac2cd0cce70ea2221 1,721 1.00/1.00 vMB 170
498,058 498,058 0000000000000000004835421f6f0e070fccf9f6615f963067f7de12ffcbcfe9 1,843 1.00/1.00 vMB 171
498,057 498,057 000000000000000000289ce961412f77b20fa41b7f0e27c6a4e077df1c3fce19 1,854 1.00/1.00 vMB 147
498,056 498,056 0000000000000000002ac2cb522ff4eed5a0e61925a2e134ee5e65c1cafc5011 2,751 1.00/1.00 vMB 142
498,055 498,055 000000000000000000977c598d430799dd861a430b41e57bb7a73b8e5b8351d5 2,414 1.00/1.00 vMB 188
498,054 498,054 000000000000000000460904038a7484a25f009eebd1fd5672c02cbb1de56564 2,585 1.00/1.00 vMB 164
498,053 498,053 00000000000000000071e36d117fb6dfeb808f456814e428c752a22eea2fbf81 2,212 1.00/1.00 vMB 185
498,052 498,052 000000000000000000124757d78873eeab85e5688b99feede06f5383eae68044 2,331 1.00/1.00 vMB 209
498,051 498,051 00000000000000000081605205c10250bd04e3c0730e68f766674cab54ed3db0 2,192 1.00/1.00 vMB 166
498,050 498,050 00000000000000000061cc209320780453a93fffaa87f2aa4e89f3534ce82dff 2,551 1.00/1.00 vMB 185
498,049 498,049 000000000000000000725255ff14144dd188e7f7021ee4678065f7bcc6e82a67 2,137 1.00/1.00 vMB 209
498,048 498,048 0000000000000000008b52412ef6b9ed7f254c369d7d961b53f49875d2d8809f 2,335 1.00/1.00 vMB 214
498,047 498,047 0000000000000000007ad5c6306219dc31e51e705c96c1f14511ed9d928d19f6 2,027 1.00/1.00 vMB 230
498,046 498,046 000000000000000000012a784a8b96ce384a19f3a4f593f63c4330bbcec79641 1,790 1.00/1.00 vMB 170
498,045 498,045 000000000000000000abf18114aaf331a22767974e5b5ef0ffb4b18a888cecbe 1,448 1.00/1.00 vMB 148
498,044 498,044 0000000000000000000038ab54d86914f223cde76009850fd9a242a290a1ad4a 2,019 1.00/1.00 vMB 201
498,043 498,043 000000000000000000040dbec645c40f665a4250672fa280a5cbbabee071e682 2,264 1.00/1.00 vMB 142
498,042 498,042 0000000000000000005b3776318b1ac49347a26fa06627fbeed2f046c1cb6ec4 1,679 1.00/1.00 vMB 146
498,041 498,041 0000000000000000001809ac5b35e2d1e19f5fb88363c8a0a792ec8f3abfadc4 2,768 1.00/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 782.65 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: 672.91 GB
    • Received: 16.33 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.