Loading Tool

Explorer IconExplorer

Memory Pool

44,969 transactions
28.67 vMB
0.07062556 BTC
Random Selection Loading Transactions
Max Size: 151.50/200 MB

Candidate Block

Mining Attempt e28700f082bbc811f7081b9f362539c1d605319556a75f90d7125df61a81c457
Version 20000000
Previous Block 000000000000000000002cda40907564e46bc0c7de547112e5b0304070620d30
Merkle Root 86bc1f170b977e1fd1fe7c53b65e754fda3a71029eefc052566dee29cc36e0b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,864
Size: 1.00 vMB
Total Fees: 0.01561930 BTC
Feerates: 58.92 > 1.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,807 (344,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,891 569,891 00000000000000000013c971501306363b4c70356bca9003007c24128f8efc8d 3,022 1.00/1.00 vMB 117
569,890 569,890 00000000000000000022695e99dafd426d2752007ae2414fecdd3df16e4c6253 3,144 1.00/1.00 vMB 97
569,889 569,889 0000000000000000001917f7e3b1a152d6cbd196400b79c3311a8941589d9b60 2,673 1.00/1.00 vMB 118
569,888 569,888 000000000000000000117c7fd334da8158a6d3992ee5fee3ccae0f5cbcf31754 1,214 1.00/1.00 vMB 67
569,887 569,887 0000000000000000000c073d9ab60e544d861c686240f8508a6c046c55f858b1 2,802 1.00/1.00 vMB 76
569,886 569,886 00000000000000000005c16cd4fe4dc042a7b6ac3b5ccdbf5adc502f784a8694 3,236 1.00/1.00 vMB 94
569,885 569,885 0000000000000000001e9edcdd8748b7df014c82e04f2eaf7a603bd258ee3be3 2,288 1.00/1.00 vMB 74
569,884 569,884 0000000000000000001d3479a770d17a65c8f0093d30234ce101c78b830a1c20 2,374 1.00/1.00 vMB 92
569,883 569,883 00000000000000000005ff14ab637faa45561df1dad139cbe77c7536188713d6 2,778 1.00/1.00 vMB 109
569,882 569,882 00000000000000000020e843090d71c0a15327fd11edeae9d6569b0a7b04e6d1 1,222 1.00/1.00 vMB 91
569,881 569,881 0000000000000000000e5b9b6a675f3989d90f84ae2fdb743ce222cf39ab6177 1,621 1.00/1.00 vMB 134
569,880 569,880 000000000000000000224739011bac6c3406ca9b03c3f7d63489b016ed12b4f6 2,830 1.00/1.00 vMB 84
569,879 569,879 0000000000000000001c87f6a4f9ceb1554111414b1ccb0b7230b91b75ca436c 1,894 1.00/1.00 vMB 62
569,878 569,878 0000000000000000001aac4d8757c990aa37c91171a4a3ea1cda2ab5f0b2c758 2,164 1.00/1.00 vMB 65
569,877 569,877 0000000000000000000292b063ee117b7480d166e5580bea15012e395faaa2f2 2,794 1.00/1.00 vMB 74
569,876 569,876 000000000000000000196df9de64f71395c8d518f21ab3223a4b84a3aff67fc6 2,814 1.00/1.00 vMB 83
569,875 569,875 00000000000000000027b493a5e0f415f8af94d10f691e5736b50c276c8113e1 2,751 1.00/1.00 vMB 66
569,874 569,874 0000000000000000001356f45c78c336012e04b3cd695b1de442ce1751236565 2,548 1.00/1.00 vMB 63
569,873 569,873 00000000000000000028852ef2b2cb75b05f5df994ed87586a579e3646bf620e 2,654 1.00/1.00 vMB 72
569,872 569,872 00000000000000000022faff5bb17ecbbe47f9fa675ff8142d2aecd79a15269b 2,937 1.00/1.00 vMB 74
569,871 569,871 00000000000000000011f5238f1e0c6c5aecb7efe67d081230353e772bb89af1 2,781 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.04 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: 650.78 GB
    • Received: 13.32 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.