Loading Tool

Explorer IconExplorer

Memory Pool

84,653 transactions
31.78 vMB
0.16402849 BTC
Random Selection Loading Transactions
Max Size: 189.18/200 MB

Candidate Block

Mining Attempt ef1bb95ce68622e6bfd58de2426758521d754a88b6d2da91f7e2b0d9e9a363d2
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 44fbbf2d88a43f3e8e512687bfc2baf683a018711f669e8172a8f5d9151f2b58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.05201381 BTC
Feerates: 402.75 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (255,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,931 659,931 0000000000000000000bb4a27cc02d3f3a7027bc0096a046e4f9b8f5531a94c9 2,200 1.00/1.00 vMB 129
659,930 659,930 000000000000000000026868790098309d6ae3fd9ba3def06cf5ba71b320fdde 2,763 1.00/1.00 vMB 145
659,929 659,929 0000000000000000000cefc6ddb07675a965a9b1a27ebb67827b6ca1083f2ee9 3,085 1.00/1.00 vMB 71
659,928 659,928 0000000000000000000659bc5840927548ca3664b44faec3071d41da0e68363a 2,974 1.00/1.00 vMB 65
659,927 659,927 00000000000000000003c4acdba2908ced739d46e80cba2b784346a34315132e 2,475 1.00/1.00 vMB 111
659,926 659,926 0000000000000000000910e6f6b1f19362fc0ded617224e67c8aaba0d41c2baf 3,046 1.00/1.00 vMB 151
659,925 659,925 0000000000000000000a1049210c4363098322bfa4e609374e88d040d535b7a4 2,761 1.00/1.00 vMB 90
659,924 659,924 0000000000000000000e830c59be7d95dc8f1e82576537067742008f4c5a62f4 2,717 1.00/1.00 vMB 98
659,923 659,923 000000000000000000001d6c828cf3426671c259f84c5fef8e278274b9900f71 2,785 1.00/1.00 vMB 99
659,922 659,922 0000000000000000000244615b1d32ff919f66273497e2dcfef65b8929242ac9 1,723 1.00/1.00 vMB 117
659,921 659,921 00000000000000000003805461f45c7cbccc4b0838e6a81493ad5d8668257b44 2,315 1.00/1.00 vMB 147
659,920 659,920 000000000000000000016c3de722c43df1f2ddaa46be01e42ecb6b853ddac0e6 2,753 1.00/1.00 vMB 35
659,919 659,919 00000000000000000006defbeaed92b22454560228dd7af15ab9053e763b5a8f 2,543 1.00/1.00 vMB 90
659,918 659,918 0000000000000000000c2ac7db8669e127b2399fe9a8b724ad8375b4fba9aa2e 2,686 1.00/1.00 vMB 24
659,917 659,917 00000000000000000000662f3af5809f75954fbc7a4fb725bfe0535849151b81 2,233 1.00/1.00 vMB 39
659,916 659,916 00000000000000000006940473791d6e255778fd32e95259295594896cd20ca8 1,686 1.00/1.00 vMB 111
659,915 659,915 00000000000000000007ec779dd3fd5bf5a424617c5e3444dc1ea3186f0d9b1f 2,911 1.00/1.00 vMB 103
659,914 659,914 000000000000000000095386ae4b1167b767bee2bca58f3c318ed2bceb003490 2,684 1.00/1.00 vMB 62
659,913 659,913 000000000000000000023b425608ea2d48742a2bb96083bea68a138a80240658 1,894 1.00/1.00 vMB 29
659,912 659,912 00000000000000000000bc4eb856b20d8c9eaebc50553f319ff6be78690dd2e8 1,990 1.00/1.00 vMB 43
659,911 659,911 0000000000000000000d6ae7c6aedbc339d7a38b2512d1c639c661cdb03fe95f 1,806 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.