Loading Tool

Explorer IconExplorer

Memory Pool

71,539 transactions
27.69 vMB
0.10604176 BTC
Random Selection Loading Transactions
Max Size: 164.33/200 MB

Candidate Block

Mining Attempt 7d70918a368f6b7c3b98879722a5f23bec0276d1abce0b409860607b1895f0b7
Version 20000000
Previous Block 00000000000000000000e8ef889c1b13289136c7e04de862ebdaa50553042257
Merkle Root 1d6ab8f88cf2fd55d84fd426691d6a8af8a84e26b327c2794bf53a72e345ea2c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.03520304 BTC
Feerates: 150.93 > 3.53 > 0.70 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,533 (655,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
260,529 260,529 000000000000001862b3600c3acaa0343618c6bf7667bbb954600cdf4b9fe0ca 155 0.15/1.00 vMB 8
260,528 260,528 00000000000000032faf637c4be489a99a72d886cca373c41723fac1f9674ae0 292 0.13/1.00 vMB 82
260,527 260,527 00000000000000187a34cb920f76d0ba1fab9f810c21ae3a53ad9efb4888efbf 147 0.06/1.00 vMB 93
260,526 260,526 0000000000000016eb86c574bd20b893637c4b1bffda18ee8474b7f14a11f73e 99 0.04/1.00 vMB 76
260,525 260,525 00000000000000166cc4e749d036281d5370ec1c007bd8d5e019d612f2247a3d 30 0.02/1.00 vMB 68
260,524 260,524 0000000000000002c92cc9b3d9247c65c1ad631f5273d580404c9ec8a01f4b4c 16 0.00/1.00 vMB 83
260,523 260,523 000000000000000342d684f9c9e111e37a5425e6a1a0e1f676f20f196c138820 88 0.03/1.00 vMB 86
260,522 260,522 00000000000000126f2b818ed8ec1661146e835c0e1ac26d0f24ff4606ff5e41 23 0.01/1.00 vMB 92
260,521 260,521 000000000000000460766a15a37a68677b7adab13f71ec85c57ea328b881d91b 11 0.03/1.00 vMB 3
260,520 260,520 000000000000000e216074c01c91a0f4cf36c7556bae5eced09c7335086b2b4a 363 0.15/1.00 vMB 93
260,519 260,519 000000000000001ca00ec38f1b339661eaeb0a569e39caca94f2af64a84d0de9 107 0.05/1.00 vMB 80
260,518 260,518 00000000000000038d3a9d95beea0f5e9773ef6cc00a98db8cece2ec3c09bb3a 165 0.07/1.00 vMB 97
260,517 260,517 0000000000000008adc791c5f35b3217b86ee44a1b59e1616df400451b57a625 109 0.04/1.00 vMB 121
260,516 260,516 0000000000000016173189ec0334fe68823339fb546b6f42e7c2772f3ba2ed50 117 0.15/1.00 vMB 12
260,515 260,515 00000000000000187566b5f0c4db78d85ecf95efbb622c02550f81dc415ac55e 5 0.00/1.00 vMB 24
260,514 260,514 0000000000000013384b33a57943cde473e6b6b4b4329d0785f050bb1eb173a1 22 0.04/1.00 vMB 12
260,513 260,513 000000000000000fb1c109d3fd1a62eb93fdd566bc229c79999f6cab6e0a1387 315 0.15/1.00 vMB 78
260,512 260,512 0000000000000001c9e9de6cb510aab5dae2f14bf01e24a9b4407dc1b41c69e1 170 0.15/1.00 vMB 58
260,511 260,511 000000000000000618a47091912a867a156737413179b2b833dad20fab1c3766 516 0.27/1.00 vMB 75
260,510 260,510 00000000000000040fbf43f99ef141fb2e0c17cefee7814fb8bcb92d06fe2848 85 0.15/1.00 vMB 17
260,509 260,509 000000000000000b4f50d96648cb4a3d8ab240c53cf96911794a12e2c1aa329e 59 0.15/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 767.41 GB
    • Received: 19.42 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.