Loading Tool

Explorer IconExplorer

Memory Pool

41,182 transactions
26.26 vMB
0.06426041 BTC
Random Selection Loading Transactions
Max Size: 136.66/200 MB

Candidate Block

Mining Attempt 45619b033eb58fc04d2e8c2dcda3228fd6ceaa43c4a47afc0446b395a12c3ac2
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 69280fb942888fc616e87213587a3d86ac5f99ef52f1e15f0044471d06aae122
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,849
Size: 1.00 vMB
Total Fees: 0.01629667 BTC
Feerates: 99.53 > 1.63 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (319,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,930 594,930 00000000000000000007ae8212caebc3bd9306e73283472c8fb16ce5b9895e5c 3,101 1.00/1.00 vMB 15
594,929 594,929 00000000000000000015252b865860386de04c554972f2ec7b82469f46b72ce4 2,695 1.00/1.00 vMB 11
594,928 594,928 0000000000000000000a8531bb570d20a6e625205eb21c96c7e27497c40c444a 3,126 1.00/1.00 vMB 14
594,927 594,927 000000000000000000133f7b0959a1b3eec2c6a045ddfb6fa93f66445426d9f2 3,151 1.00/1.00 vMB 49
594,926 594,926 0000000000000000000df000e9b224befec41aa4818ce19efe57fa6fdd24f796 3,423 1.00/1.00 vMB 23
594,925 594,925 00000000000000000010b960979c1e30182a751f46385e8c31425c13c0adf510 2,194 0.68/1.00 vMB 17
594,924 594,924 0000000000000000001402bb3c9c8842780bd3a56b1e1e0761953e117efdd31b 1,653 0.52/1.00 vMB 23
594,923 594,923 0000000000000000000f21adb02bfbcf8dbd07b3df4ae72ce217410c1bf45939 3,488 1.00/1.00 vMB 24
594,922 594,922 0000000000000000000057d3a0132680ebe1fe9b34e1d45217e0b3253dfe9509 1,935 0.72/1.00 vMB 18
594,921 594,921 0000000000000000000532617bcc37eb159868655e46a8161850d8e914a45eaf 1,087 0.34/1.00 vMB 28
594,920 594,920 00000000000000000012addac249ff2fdee0980c60c543a955cd272eb2b9155d 585 0.14/1.00 vMB 2
594,919 594,919 0000000000000000000e324f49af8c42662757c30437989d0e677d234a512a1a 2,783 1.00/1.00 vMB 17
594,918 594,918 00000000000000000014a8141f3a746123f5eecee239a3fae3c1b9b5862e92e1 3,314 1.00/1.00 vMB 27
594,917 594,917 0000000000000000000b6f562ed14a226238b8613e7c5d3ae7709e43f7ebd1a5 1,815 0.55/1.00 vMB 23
594,916 594,916 0000000000000000000f54aaf76ac3752d65ae6329c6d5e4df9322ee373d2c4c 1,079 0.36/1.00 vMB 24
594,915 594,915 000000000000000000094a5a2161d148fca0a68e33beb780047e9e9f3a9f7b1a 2,239 0.79/1.00 vMB 20
594,914 594,914 0000000000000000000bacd5d61980dd1d9753f04b141927a68449e23c1c959d 1,188 0.43/1.00 vMB 18
594,913 594,913 00000000000000000000faef336be274bb5c6cb8582d6633ddbdb3123b877611 421 0.14/1.00 vMB 35
594,912 594,912 000000000000000000073d985dd8d512c693ba790b5808acdfc6a46e2561b06a 2,053 0.89/1.00 vMB 15
594,911 594,911 0000000000000000000fef805e51465750870a37e5a277d5936d686cc1c1122d 1,884 0.56/1.00 vMB 18
594,910 594,910 00000000000000000005053deb556567022ca5ff86010cd9caae1433a8a7e9bd 1,483 0.63/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.