Loading Tool

Explorer IconExplorer

Memory Pool

83,128 transactions
31.34 vMB
0.10873249 BTC
Random Selection Loading Transactions
Max Size: 190.74/200 MB

Candidate Block

Mining Attempt 656c31be2e08d5dcef8e7e43bc091210bc07d73f0616e8774fde86cb7a35d955
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 51d477899adcb5a35d62bca9b96e29f49e740649826ee933c84c0933ccc30220
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,203
Size: 1.00 vMB
Total Fees: 0.03197874 BTC
Feerates: 301.57 > 3.20 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (327,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,519 587,519 00000000000000000012ff60daee3495d17a49c01ccc8bc7f4277aee83543d4d 499 0.15/1.00 vMB 20
587,518 587,518 00000000000000000008d81a49f9fa1f3c2160a0042f8de187a929c95b241e5d 241 0.07/1.00 vMB 19
587,517 587,517 000000000000000000078b9bab5bd40a99182245b04f4dc81a6d13f3cae81ac9 1,105 0.35/1.00 vMB 21
587,516 587,516 00000000000000000004053f75ad11f46e259d605c2ca39cb880cc35947c6df1 359 0.13/1.00 vMB 28
587,515 587,515 0000000000000000000d3ecf5c9a40bdbea4510e879b6665eeb38d9939bc3f0a 1,525 0.53/1.00 vMB 37
587,514 587,514 0000000000000000001b5a024446fa85d66b75ba8da0b335c547350e0d45186f 946 0.32/1.00 vMB 19
587,513 587,513 00000000000000000004394d237c2df67ba539501468af53033bc21ccb6b6144 93 0.16/1.00 vMB 22
587,512 587,512 0000000000000000000308a4793e144acd5d844caddcd3d5f4237600a930b12e 429 0.12/1.00 vMB 19
587,511 587,511 00000000000000000011226643a7d990cf138ed2473bddb5722beaea34d52d34 2,193 0.82/1.00 vMB 14
587,510 587,510 0000000000000000001c1940e83326d1a7c0eb69d958f7465f3b05feb41ad36d 2,926 0.85/1.00 vMB 18
587,509 587,509 00000000000000000012b6001d897a980724b0bfaf80f38b3d4056f6f673d17e 883 0.30/1.00 vMB 24
587,508 587,508 0000000000000000001f1ef40411a78295d48903c56258ae3fc46bed1193b0e0 1,727 0.59/1.00 vMB 19
587,507 587,507 00000000000000000011ac9d495b16812ba6c27b1f2ea0db0546761037407e62 1,481 0.58/1.00 vMB 12
587,506 587,506 0000000000000000001a0e3fb73897b4f5ed081547a72d186dfaa707bfaae7e1 205 0.10/1.00 vMB 4
587,505 587,505 0000000000000000001d787effbe6a4015144f6b3584d0e768c6ba5ace7d726a 563 0.20/1.00 vMB 14
587,504 587,504 00000000000000000019f2d72325f9e6acecce25574a6e0e5c9c9040ecbcd505 1,062 0.33/1.00 vMB 15
587,503 587,503 0000000000000000000d3da601a9e2992ed10be32a4356325f3fa3d34cc147b6 2,901 1.00/1.00 vMB 23
587,502 587,502 0000000000000000000a428dafd1e665a2f6a512429f00de50272c7ebdd6b582 1,614 0.53/1.00 vMB 18
587,501 587,501 00000000000000000003ede73d22d00b789fb60e6fd3c90b56e6c0eb0e1ea42f 2,702 1.00/1.00 vMB 18
587,500 587,500 0000000000000000001702d1e49582d61b6a3f451e98be3169c801b35b2ffa0d 777 0.25/1.00 vMB 33
587,499 587,499 0000000000000000000765eb83aa2a639a265ca44a63b5dc4d155a0e993dc86c 1,696 0.50/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.06 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: 720.79 GB
    • Received: 18.26 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.