Loading Tool

Explorer IconExplorer

Memory Pool

80,926 transactions
30.29 vMB
0.15449513 BTC
Random Selection Loading Transactions
Max Size: 182.57/200 MB

Candidate Block

Mining Attempt c9955e9812097fb4a483d28b6f4041c714a0825e9a23a7a872f935014cac1f42
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root a937ab1c5cf6133c50f28ab85c14a4c48252ad81c997f1f4c7f2560b63e2a434
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,040
Size: 1.00 vMB
Total Fees: 0.07996348 BTC
Feerates: 251.00 > 8.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (239,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,184 675,184 00000000000000000005f7f273677ec3cd75f5bc6a2dced9659311326fc0b7c3 474 1.00/1.00 vMB 111
675,183 675,183 00000000000000000001a47442eee2c0d001b5f46dfe053ced0e6c5dbea951fa 2,444 1.00/1.00 vMB 125
675,182 675,182 0000000000000000000a9674e6607c21d32ff0b3f05ca9a41afd91feb1388ab3 2,541 1.00/1.00 vMB 116
675,181 675,181 00000000000000000002771bf7f8c8a571b1b214f8d3314ff638af9ded8a228a 2,968 1.00/1.00 vMB 138
675,180 675,180 00000000000000000001c8d237a76c8fb489ea24586195612a84e69ffba37ad8 2,806 1.00/1.00 vMB 137
675,179 675,179 00000000000000000002ed6cc17b93c7e1ca728d9c111e752929ee00e1a9b5ed 1,700 1.00/1.00 vMB 119
675,178 675,178 0000000000000000000950a4d4573e1469d19b762457ad1c8887336858e03d53 2,721 1.00/1.00 vMB 109
675,177 675,177 00000000000000000004a4cc09c480777f59d8e27226825884b63b86839d013f 2,658 1.00/1.00 vMB 129
675,176 675,176 0000000000000000000ca9fed2129d4b85f4db4bd2ebfbe97b8af44b7a62e75a 2,908 1.00/1.00 vMB 127
675,175 675,175 00000000000000000001f74da10c67bc6242fcd098019b6183c2b4a38d8be3b9 3,019 1.00/1.00 vMB 129
675,174 675,174 0000000000000000000a5f6de99be0df01811f648470936f7bee683f51b64f45 2,739 1.00/1.00 vMB 120
675,173 675,173 000000000000000000073bd0ec4b3a544338e3ebdb929aa9ccdb2944c0e49af4 3,235 1.00/1.00 vMB 132
675,172 675,172 000000000000000000073261c7bb3af2eda4349178cf43c34cdeac2b6e120c2d 1,982 1.00/1.00 vMB 97
675,171 675,171 00000000000000000006a0fc2ab870d30e50c3f317bf22c7dd00b07c14bc9ca6 2,335 1.00/1.00 vMB 96
675,170 675,170 0000000000000000000388aca327e11e55a3982d6145259c861ae4ee6a4987e1 2,810 1.00/1.00 vMB 115
675,169 675,169 0000000000000000000a7124289145a4a6e17fdf421ee9bf8ab49bedb4005305 1,984 1.00/1.00 vMB 113
675,168 675,168 000000000000000000046473a8f83324070bb9a6380832cd98ba5b49ecd3337f 2,617 1.00/1.00 vMB 120
675,167 675,167 0000000000000000000c9548ae6fd71b30d737c69bbb399ba3c14516b3112e20 1,930 1.00/1.00 vMB 126
675,166 675,166 0000000000000000000af96b33a6118f93523ab64ce8246937abb05e8518508e 1,667 1.00/1.00 vMB 102
675,165 675,165 00000000000000000001551d1c4cda3d4cb7d5966a798cbb3d667670fd62a480 2,387 1.00/1.00 vMB 50
675,164 675,164 0000000000000000000d1ae8e523d3dcc07520021247140ab1cb04f6434c3625 2,322 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.62 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.03 GB
    • Received: 16.11 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.