Loading Tool

Explorer IconExplorer

Memory Pool

42,563 transactions
29.69 vMB
0.08995925 BTC
Random Selection Loading Transactions
Max Size: 151.00/200 MB

Candidate Block

Mining Attempt 11096b6ffd4a522513c5e1732b2b79d6e2fd14e5770cff822f72d4b99d3cbe16
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 42e804e48acf9f1cc2e885da57e8f0c98df36b747830d9113275eab789790fec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,441
Size: 1.00 vMB
Total Fees: 0.03042530 BTC
Feerates: 150.97 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (175,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,042 739,042 000000000000000000014f1d89146f57607c9741b1368a24e473af4cc0be9bcf 2,508 1.00/1.00 vMB 14
739,041 739,041 000000000000000000003903bd209c183d98899642a8bb099fd1b70301234492 1,324 1.00/1.00 vMB 11
739,040 739,040 00000000000000000001483628f7a7ded9ddbb20f9fdd7f67970e9eaed175ab8 2,702 1.00/1.00 vMB 23
739,039 739,039 00000000000000000003faceed38c836bcf8ba401c60b3838c6e44d0cb81b57c 2,795 1.00/1.00 vMB 26
739,038 739,038 000000000000000000053c8a4a5bdd7ecfd35702a186004ad22a0abe87e75e69 750 1.00/1.00 vMB 18
739,037 739,037 000000000000000000026c4ed2c7a97a429978fc1f42add7fa1153a59de73d0f 2,679 1.00/1.00 vMB 10
739,036 739,036 00000000000000000005a76903553cc12e42c36f72c5343f72a8b247212b7b4d 2,039 1.00/1.00 vMB 14
739,035 739,035 0000000000000000000348b4dd0ed651b93d6a50b47b29c4d11b6499bce6c356 3,356 1.00/1.00 vMB 24
739,034 739,034 00000000000000000004bb8e8f4f2b319a51f7ffa0d7bf6a53426c1f39eb4b58 3,187 1.00/1.00 vMB 12
739,033 739,033 00000000000000000003e2e4d31206d2120e5630f6d72d21b6c4943c29822c2a 2,814 1.00/1.00 vMB 17
739,032 739,032 000000000000000000063464067e1d1bb330cb0f8540fc1e99d2ae1be6ca500c 3,311 1.00/1.00 vMB 28
739,031 739,031 00000000000000000001400b0c51ab1f967e6e4b5840b69a561b1c5b4f0f05f1 3,211 1.00/1.00 vMB 13
739,030 739,030 000000000000000000036bc04416ddeec264cbb977a9cd9e454897acb547b601 3,295 1.00/1.00 vMB 15
739,029 739,029 00000000000000000000f49261617b589d76e5e70529ea1d4c16f3e19ddcb8ef 2,603 1.00/1.00 vMB 21
739,028 739,028 00000000000000000008dd87e9486cd0d71c5d84e452432bab33c2a0cbaa31ce 2,974 1.00/1.00 vMB 32
739,027 739,027 00000000000000000007c5782e72fb18939e07ecaaf6972020c7d216ee5fb6dc 1,145 1.00/1.00 vMB 14
739,026 739,026 000000000000000000073ea362241880f1af59e5de4c8bcac742b151031768f6 2,799 1.00/1.00 vMB 25
739,025 739,025 000000000000000000021e9ce82dec208af75807f92a9b1d9dae91f2b4d40e24 1,734 1.00/1.00 vMB 13
739,024 739,024 00000000000000000002db644c025a76464b466d25900402452b07213b30c40b 3,267 1.00/1.00 vMB 23
739,023 739,023 0000000000000000000702ce10250a46bea4155ca7acb869f3ea92c1e3a68bc5 2,307 1.00/1.00 vMB 17
739,022 739,022 00000000000000000002b3d6c1adc5676262ded84181982f88dbd357b9f9d1ec 2,600 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.52 GB
    • Received: 11.66 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.