Loading Tool

Explorer IconExplorer

Memory Pool

36,408 transactions
26.27 vMB
0.07637097 BTC
Random Selection Loading Transactions
Max Size: 133.83/200 MB

Candidate Block

Mining Attempt 8991d50d7fc2fe722bad2e2e9af8547065ba3c14c4788725533599f3761033b7
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 5f1475482f80af9f2786f891f6424f0374ded5123fc36f3d191cf51ee1da0b1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,048
Size: 1.00 vMB
Total Fees: 0.02662057 BTC
Feerates: 250.88 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (122,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,017 792,017 00000000000000000004ec99d15ac80445404f51f7c0bfb06f5e5b4ec5672040 4,301 1.00/1.00 vMB 67
792,016 792,016 000000000000000000014f0c223ded93d1c3eb06022036cd6be7fcb18ef90973 3,691 1.00/1.00 vMB 50
792,015 792,015 000000000000000000030cb278ed902e7a8d76b987a624e3cc9033b6f76d1add 5,054 1.00/1.00 vMB 63
792,014 792,014 0000000000000000000111f70b7c3dda5be0bd7035e6f0818b2476aec6cdfb74 4,324 1.00/1.00 vMB 81
792,013 792,013 000000000000000000012b3ef9ffe0a19adadcfcb2a92878c43075cc8a997221 4,325 1.00/1.00 vMB 61
792,012 792,012 00000000000000000002bab1fd38301e65b0cab35ed09705bb1c78b0b3c00cc5 3,579 1.00/1.00 vMB 54
792,011 792,011 00000000000000000003013d641fa14f4bf8a41f272be8f71e3cbb8e56cc48dc 3,751 1.00/1.00 vMB 66
792,010 792,010 00000000000000000003d8fb4cd66a4e337c4531c457613abc1ec1809936453c 3,606 1.00/1.00 vMB 64
792,009 792,009 00000000000000000003224085254eb95f8b7d24709f583e82b6c53f43a4226b 3,069 1.00/1.00 vMB 68
792,008 792,008 00000000000000000003c66fd8f7322f12466472bd03bd0ef682d49937f5b764 2,612 1.00/1.00 vMB 35
792,007 792,007 000000000000000000043c9747ddbebe06bce1a6aff15aba1c772f3f96f35ec5 2,822 1.00/1.00 vMB 45
792,006 792,006 00000000000000000000ea8f945aa2b45382116274fe2cc3f55f3831708c50d2 2,578 1.00/1.00 vMB 42
792,005 792,005 0000000000000000000013bfc732fc7a40fd4d8221327b438d2c8b07c2cc41b7 2,737 1.00/1.00 vMB 50
792,004 792,004 00000000000000000001041f8f9d05affaec3d72b4bd480382068a2dccc1f911 3,456 1.00/1.00 vMB 60
792,003 792,003 00000000000000000003453612c3e2bfd33d36965e4bf24272b3eec0abbe59ca 4,275 1.00/1.00 vMB 60
792,002 792,002 000000000000000000038c9615fa68696b66e457c28f5072411ef7502ca9a00c 2,892 1.00/1.00 vMB 82
792,001 792,001 0000000000000000000555eea9c7d020f6b1f1495d3a770c54746754069c8af8 3,573 1.00/1.00 vMB 32
792,000 792,000 000000000000000000023822e5bb37fb885f90b05bf00b308c77241aa8f0c6af 1 0.00/1.00 vMB 0
791,999 791,999 000000000000000000015f0202525451352d9428e349055aa7a6e50a30fa6023 3,469 1.00/1.00 vMB 25
791,998 791,998 00000000000000000003fd961b63b37f0adbb0a9f084791f6c63a0265b87bc59 3,817 1.00/1.00 vMB 56
791,997 791,997 00000000000000000000ecb3653866725177d2840acce0284ccc761e099be5f8 3,316 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.84 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: 637.86 GB
    • Received: 12.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.