Loading Tool

Explorer IconExplorer

Memory Pool

46,046 transactions
28.06 vMB
0.09500945 BTC
Random Selection Loading Transactions
Max Size: 147.49/200 MB

Candidate Block

Mining Attempt fec292a86a8c711c72fbeeeb26edcf2b98a3ccb8f3fd25cfd3f398a32938b921
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root c804ef3d641f3b31765cca45b4683fe9f8d55d2267ad8286acaa24517f63400c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,076
Size: 1.00 vMB
Total Fees: 0.03846680 BTC
Feerates: 197.49 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (319,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,937 594,937 00000000000000000000aac26f57e3915bec1d061b8bdb4531a7138c762b2f81 382 1.00/1.00 vMB 2
594,936 594,936 00000000000000000010832b6b38cf0a03849847d8d0b3b42cb4bed13bb12d88 3,186 1.00/1.00 vMB 22
594,935 594,935 000000000000000000166b8cfa3a33975de1334884c211d27527f3efd0bd7ad3 993 1.00/1.00 vMB 9
594,934 594,934 00000000000000000004f75afa6b13d8231ebea0bba7a64b5816a85f65379a24 2,697 1.00/1.00 vMB 9
594,933 594,933 0000000000000000000f56055678af18a411b81a8a5ae7368e7422c66137a738 2,943 1.00/1.00 vMB 22
594,932 594,932 0000000000000000000aed20330d9f3cfb6d3d8d7f615b1f7edfc0e3335f4231 3,093 1.00/1.00 vMB 17
594,931 594,931 00000000000000000002221514dcf330da0c98ec8e9a2f8cbe58f754543a220e 3,402 1.00/1.00 vMB 41
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
Previous 10 blocks ↓
Total Size: 782.23 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: 655.05 GB
    • Received: 14.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.