Loading Tool

Explorer IconExplorer

Memory Pool

41,055 transactions
27.46 vMB
0.07047755 BTC
Random Selection Loading Transactions
Max Size: 141.62/200 MB

Candidate Block

Mining Attempt 53f2c3671b70629ad6091ded2f673fb81bf9a216f81391a97e3bc0d1eb61d24b
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 87f64f3e909f37943ea85f6e50967d6b8285056999a050f3c5ff39f876c19c9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,299
Size: 1.00 vMB
Total Fees: 0.01763349 BTC
Feerates: 101.47 > 1.77 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (190,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,385 724,385 00000000000000000008418fc40bb3804b7e2c2670ea69218399ad76375ee9e6 1,518 1.00/1.00 vMB 10
724,384 724,384 00000000000000000007ca0e38b46fefcc69975406eaf31e4be66f22a000a290 2,065 1.00/1.00 vMB 5
724,383 724,383 00000000000000000002b3964e23808abd3fd3f35699ab93034efc79cf9a4294 1,094 1.00/1.00 vMB 7
724,382 724,382 000000000000000000005c79b9b526af7e5fadfef558c10e720559ee19dc5d74 1,782 1.00/1.00 vMB 10
724,381 724,381 00000000000000000009a4b6f4f9313a04aa03d85c1b33f17d1007c6517e2a42 742 1.00/1.00 vMB 3
724,380 724,380 000000000000000000010586b60170ef0dd94907163c96920a23e072875cb722 2,741 1.00/1.00 vMB 8
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
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.24 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.