Loading Tool

Explorer IconExplorer

Memory Pool

34,951 transactions
19.23 vMB
0.07567000 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 103.69/200 MB

Candidate Block

Mining Attempt 36cde68d3e4530f148a50d21503e6c009e0e6588c5e4f90332759aed02a8bf63
Version 20000000
Previous Block 000000000000000000012ebcc23dac460d6e7489fd9a60879ecbe2882fb6756d
Merkle Root 1f1881837ba38c4fb5bd74c0d868209677fd14c209dbca6dff3704c80ffd1eec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,183
Size: 0.99796775 1.00 vMB
Total Fees: 0.03903618 BTC
Feerates: 120.21 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,845 (751,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,012 162,012 0000000000000be9110067787e82841085931cbfd3e16358276ab34f6a7da985 74 0.05/1.00 vMB 263
162,011 162,011 000000000000073770b472518765a95128f2787fbf8528e81da097fca393e11a 47 0.02/1.00 vMB 102
162,010 162,010 00000000000009598a4ad25691389426dcbab4f9c7edc85eb5ef94442892f542 40 0.02/1.00 vMB 135
162,009 162,009 00000000000008af15ac22dc573a4a59bf581e77758412cc77a569967d2d4a38 3 0.00/1.00 vMB 18
162,008 162,008 000000000000056893bed44118d5298cb4f8a0688dd35361091625fdb888e5c2 12 0.00/1.00 vMB 125
162,007 162,007 00000000000000ad9defedec680bcb8317182d40c7a554f5666941e9e6457773 28 0.01/1.00 vMB 101
162,006 162,006 0000000000000807f06948d54c0ec2a2eecd73108778bcfe417a858c40ee46a6 8 0.00/1.00 vMB 35
162,005 162,005 000000000000003c2024579929c2aa09cb6fd5882a28af76f834f31daa2e165c 102 0.04/1.00 vMB 54
162,004 162,004 0000000000000016a930b5845cca646966fee88b41f45cf4aa85cfe02d309c5e 20 0.01/1.00 vMB 75
162,003 162,003 0000000000000c0f81dd0fce93217e811b39f99dc5d730a525c4661f27a46bf9 65 0.02/1.00 vMB 120
162,002 162,002 0000000000000add3aaffb3eedbf3fec2ba58d09f1ae85b611dc64d8a5e436f2 10 0.00/1.00 vMB 97,993
162,001 162,001 00000000000007df40fd05a7b78bf3a920786711de165006d7c9750ea4043dbe 6 0.00/1.00 vMB 0
162,000 162,000 00000000000001a83f5b20cd132f38f792fc02a17eb14d494c780ea9d1c82acc 31 0.01/1.00 vMB 176
161,999 161,999 00000000000005bca23f611e6d08eacf42406f8b470b90e17f53492bbc2c7dde 1 0.00/1.00 vMB 0
161,998 161,998 0000000000000bdf007c9656b1427cee842739ca8f2607277edd18aebe46e24f 72 0.03/1.00 vMB 1
161,997 161,997 00000000000002504410d4f5de523d9370ce4a44a69bd4ae42cab3cac1a56a2f 75 0.04/1.00 vMB 220
161,996 161,996 0000000000000338a7a02048acdec2283517893f804d994630b7088fc7557bfc 1 0.00/1.00 vMB 0
161,995 161,995 0000000000000704bc45632be28ed8a9f145b368888485a45fec599d82b5d42c 118 0.06/1.00 vMB 70
161,994 161,994 000000000000036507025963e3b60b74f08589758fe0bf18f39c538938ba5c0b 17 0.03/1.00 vMB 536
161,993 161,993 0000000000000797a865be6dbb95906c098c1daa6833eec5a9d88f7f7d7bdc5f 11 0.00/1.00 vMB 85
161,992 161,992 0000000000000411176b5c0f3e500de29c073e4e30fe7e2c0db73c3c1d98f3fc 72 0.03/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 780.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 521.45 GB
    • Received: 4.84 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.