Loading Tool

Explorer IconExplorer

Memory Pool

82,455 transactions
31.91 vMB
0.08325977 BTC
Random Selection Loading Transactions
Max Size: 193.68/200 MB

Candidate Block

Mining Attempt 7bbbe1f45286f14c83e62d7db3a683b8d427a972e3c4bc69a95b67f8667c640d
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root b0b2d3a0b908e82183bdc08c6e0b97a1a001c2bbc51a9080c4e8e93e54efae2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 1.00 vMB
Total Fees: 0.01357275 BTC
Feerates: 73.20 > 1.36 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (501,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,284 413,284 000000000000000001760ca148d344fffd5b4ce0d38187dc59f06a922956b803 1,871 0.99/1.00 vMB 50
413,283 413,283 000000000000000000c0ac707374ae533069a40ea4141f3070aafe3f789a500c 466 1.00/1.00 vMB 15
413,282 413,282 0000000000000000002b79f27f06f23d83945621078e2502787efa58cc7eda92 1,569 1.00/1.00 vMB 33
413,281 413,281 0000000000000000056a553a8d4fae1436bd2da0ae9a2838f18d204aabf186be 2,024 1.00/1.00 vMB 61
413,280 413,280 00000000000000000546843240d1ddc1d6f3b1fd85c4b0f4ad2123708bb669cc 444 0.32/1.00 vMB 26
413,279 413,279 0000000000000000046f56e59b9b1293b5e7c1587aa6d29c4f3f79b98cf22ee6 1,185 0.60/1.00 vMB 45
413,278 413,278 000000000000000001b5d1c227ce3ebfd6a436be63210d291993052acd0f6153 1,078 0.51/1.00 vMB 49
413,277 413,277 0000000000000000043bdd7def02a38a4b10d0977b7174af702ce79fd250bb5f 1,835 1.00/1.00 vMB 28
413,276 413,276 00000000000000000467ff83b0489a6fa2ffc907dc52fb4362ca05db26272e92 849 1.00/1.00 vMB 23
413,275 413,275 00000000000000000458a3a873ab0826e7971f00463bf813f000e140e4d6038f 1,501 0.99/1.00 vMB 32
413,274 413,274 000000000000000002479167bec9774e837847b0b8ac3ba5e66b59e42c393295 1,881 1.00/1.00 vMB 40
413,273 413,273 0000000000000000048f62da1d922a9dcded92e2b6ad41bf55907448cbd8929b 2,011 1.00/1.00 vMB 36
413,272 413,272 000000000000000004d8743d7733491522977e8781ed884e0b4c47e8e269e14e 2,644 1.00/1.00 vMB 42
413,271 413,271 000000000000000000f1ee1d2f7edccdd8d6bf6d4758922d3b53f48502a163be 2,471 1.00/1.00 vMB 54
413,270 413,270 000000000000000000ba44ed4f921ed50db0ea7b684983124b171d2ab958a328 2,558 1.00/1.00 vMB 103
413,269 413,269 000000000000000002dca9ba4ac20eebd4608f2a80067848b032c6c73a2cd80a 1,122 1.00/1.00 vMB 30
413,268 413,268 0000000000000000057f705fc67470c6f6772b40e5c0dc2e405a223bf9aae074 1,424 1.00/1.00 vMB 35
413,267 413,267 0000000000000000049d45af581e1fcb21df21fd2d703ac334f154a934928c1d 300 1.00/1.00 vMB 11
413,266 413,266 00000000000000000302158950f2f8612dcdef5fdda73b44c2fd54035a0a6774 906 0.40/1.00 vMB 56
413,265 413,265 000000000000000001df67fb44229b26af01db531c2ef4804b99f99f7f3eeafd 1,015 1.00/1.00 vMB 19
413,264 413,264 0000000000000000007d16f2a96866068bef1e0b8294c07b7597352dbd7952a4 1,072 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.