Loading Tool

Explorer IconExplorer

Memory Pool

51,827 transactions
22.10 vMB
0.09947769 BTC
Random Selection Loading Transactions
Max Size: 126.96/200 MB

Candidate Block

Mining Attempt 6b760a3820706a03d821e4bc79ff3b4114822bc33b1f3533b9305bd7b33e91b9
Version 20000000
Previous Block 0000000000000000000197e4c363d3eebf2d1acf490a36b162e0036387d9c7d4
Merkle Root eb2bfe69e3a0d20f4ebdf06050b6d7e649d382851d6219111d1b8d9009d67dd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,031
Size: 1.00 vMB
Total Fees: 0.05021241 BTC
Feerates: 206.61 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,020 (761,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,840 152,840 0000000000000bd05a6b445d995e0a0132f8a046e81d67fe7ee14c7cdcf66e8e 1 0.00/1.00 vMB 0
152,839 152,839 000000000000046ec72d91ca2f7766fa05823797f3fc41ce5f08e68a9ae290ac 139 0.05/1.00 vMB 114
152,838 152,838 0000000000000d4a216882a319b3eb348d927b63b6a93bb84e614afe435a9efa 25 0.01/1.00 vMB 58
152,837 152,837 0000000000000522a73c1e00d41f54a2552a22acae9d29c1b190af31ed55d59d 10 0.00/1.00 vMB 423
152,836 152,836 0000000000000266eb3d1077b71acf3930b1ac7689361f388eac5d891d5e9a19 26 0.02/1.00 vMB 53
152,835 152,835 0000000000000ba3bb80a103f662e7c56e984642dc3e4baf7972fe06e33267a4 15 0.01/1.00 vMB 19
152,834 152,834 0000000000000449f3c699917ab3653f94922de33ece6b2eb35f91617f5cc7df 10 0.00/1.00 vMB 418
152,833 152,833 00000000000005f7bbed37124687ea348f91a518afb8473704607b34ba35a564 2 0.00/1.00 vMB 114
152,832 152,832 0000000000000957000950cace140ad1a4fa137ef5fb0cbe8eb9eb37ee022e2e 3 0.00/1.00 vMB 0
152,831 152,831 00000000000004c2bb90fe9da41b28920dd59c7c0d874d3472ffa8a2627e1b84 1 0.00/1.00 vMB 0
152,830 152,830 00000000000006606230663b04fb9c0e62490f22e94cc94ebcc3739b5983b7ff 34 0.02/1.00 vMB 14
152,829 152,829 0000000000000048a9fddb00c69e07e769a98efd7850d0fc9568a796568b02cb 48 0.01/1.00 vMB 7
152,828 152,828 00000000000002161852133050eaf81b7f97169a53fbda2c63ad2f10ecc73d74 1 0.00/1.00 vMB 0
152,827 152,827 00000000000000701757fa2aec23a9688d75536d05203827972804363dd9f9ee 35 0.02/1.00 vMB 100
152,826 152,826 00000000000001d8c580aaf81e5b71f17bcffc12124121091fc4a5966ba167b4 63 0.02/1.00 vMB 262
152,825 152,825 0000000000000b1376770e5cae69531ebac4e15099e581ade7a5d5ad68982908 71 0.02/1.00 vMB 64
152,824 152,824 00000000000004fc67ac49d47755e4a0e82124f07dc672c60979f345edcc269a 18 0.01/1.00 vMB 61
152,823 152,823 0000000000000df06432a3191523055bf996fed481a1f848fb59b1c8cdc5e8dc 29 0.01/1.00 vMB 40
152,822 152,822 000000000000044e5bce0921876c61f44b9c4724d66fc34ffa28e23f37083e75 7 0.00/1.00 vMB 19
152,821 152,821 0000000000000a3b2e07560b00937941476f7a9944efa4031e6e0cb86a6c8a51 9 0.00/1.00 vMB 31
152,820 152,820 00000000000007f303c4a8c998bcdd399b7a34aab6f18393e4a8f9f38a881880 13 0.01/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 780.64 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: 550.65 GB
    • Received: 6.45 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.