Loading Tool

Explorer IconExplorer

Memory Pool

40,739 transactions
27.37 vMB
0.06566889 BTC
Random Selection Loading Transactions
Max Size: 141.12/200 MB

Candidate Block

Mining Attempt e048c41952b706c07263f7ad5b33b4b685b0f48b977f7d715fcdd62304bb9a36
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 0f9c106e4233f4c5eb52675d3377e257eaae0bf7c00a90184e66b9fb4dc67f58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.01327745 BTC
Feerates: 101.47 > 1.33 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (190,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,379 724,379 00000000000000000009a9283c4674e6dfaeb80b339e206c47a44caf9446b1eb 1,703 1.00/1.00 vMB 10
724,378 724,378 00000000000000000005d16b889be7c237a8a9d8826ed6803341633ca227be7e 1,926 1.00/1.00 vMB 6
724,377 724,377 00000000000000000002a79c2b4f348c877f80704d18bf55b8ea6684c03b618e 2,845 1.00/1.00 vMB 7
724,376 724,376 00000000000000000005a7aed85ad97fb01533f524206a5e48bd68589842a055 2,217 1.00/1.00 vMB 13
724,375 724,375 00000000000000000002824b5879c8a7e8268e95cd744e5abab912e400357b58 1,871 1.00/1.00 vMB 11
724,374 724,374 0000000000000000000334504fd082e55904bacef2923fa7fc515f1cc3e2e26c 1,236 1.00/1.00 vMB 9
724,373 724,373 00000000000000000000bf7579508c6fb788cecfd0a650f8abce0c5289bd0b42 2,112 1.00/1.00 vMB 9
724,372 724,372 00000000000000000004ed8f00905d7b9a0e57feb057b2b47c6f5f53997de501 2,717 1.00/1.00 vMB 20
724,371 724,371 000000000000000000029ec4139c813a6097e7c63f5bfe0a649a9eef39987a9e 715 1.00/1.00 vMB 2
724,370 724,370 0000000000000000000713bb3788e1774a1ee66c71f0f3e513e5ed66dd4918f1 255 1.00/1.00 vMB 1
724,369 724,369 00000000000000000000831b5a8f7aac19c26ee3b83214be096277d00a5262b8 532 1.00/1.00 vMB 3
724,368 724,368 00000000000000000009b18937bacfafa258487b32fe089f47d160a340278386 3,261 1.00/1.00 vMB 6
724,367 724,367 0000000000000000000416a38e6abfc0076506d93a0eeffee4c29c2a5b6a857d 780 1.00/1.00 vMB 6
724,366 724,366 00000000000000000005f8b98a1a8e8fd38e1c7e929c0499ddc2a2c79d5b53c6 2,309 1.00/1.00 vMB 8
724,365 724,365 00000000000000000009a956359e5f401028d38c045e47f564dd83bae17ac873 2,727 1.00/1.00 vMB 11
724,364 724,364 0000000000000000000509632673f2f0f8e3086fa115e11e1551adb994a4aa70 2,976 1.00/1.00 vMB 25
724,363 724,363 00000000000000000007a152def499d6135019a875d8ac4f10bbc7bd125b3631 1,524 1.00/1.00 vMB 11
724,362 724,362 00000000000000000007962169ff97a6d2bbbe27c999acbcf585380e59a5d759 751 1.00/1.00 vMB 1
724,361 724,361 0000000000000000000586d3f0ffd1c918485c9a8ac9a2cdbe1278d722332173 2,621 1.00/1.00 vMB 2
724,360 724,360 000000000000000000017c3f81e80d74e795719e7b07cf32e490821c37cbb2a4 3,015 1.00/1.00 vMB 13
724,359 724,359 000000000000000000093b48c03054932da00a1b80a405fc8a903ac3a01c250c 1,387 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.79 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: 634.06 GB
    • Received: 12.23 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.