Loading Tool

Explorer IconExplorer

Memory Pool

80,672 transactions
31.00 vMB
0.09427977 BTC
Random Selection Loading Transactions
Max Size: 187.73/200 MB

Candidate Block

Mining Attempt 335a158338e88401c59abc283a6bb5ca98eb201dc1f3d35bfa25768684a8d120
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 3e6d807b9037d104439947a2151ca7eb4f82f2f3cb074d7ca528c6aed1ad789a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,182
Size: 1.00 vMB
Total Fees: 0.01973604 BTC
Feerates: 106.51 > 1.98 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (118,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,641 796,641 000000000000000000050531f261920c9ed6c830b7b0d1235f13de7508cece91 2,328 1.00/1.00 vMB 20
796,640 796,640 00000000000000000000c136ddc57cbca5b243c81526722ff2a042041a94d1ef 2,761 1.00/1.00 vMB 17
796,639 796,639 00000000000000000004cd49502f20238f50147829172ec7cb103d1495855870 1,565 1.00/1.00 vMB 18
796,638 796,638 0000000000000000000306eb3b0365037e6d28a703d75dd990bd706082d2a71b 2,753 1.00/1.00 vMB 31
796,637 796,637 00000000000000000004144d2a0a3ec67adca856303ec37d4c7bc339488086d3 1,348 1.00/1.00 vMB 19
796,636 796,636 00000000000000000004b304cb1535c84c9b95c44d9350e9f51c0a2bd596e950 2,504 1.00/1.00 vMB 24
796,635 796,635 000000000000000000024a134a0fcdb089183e73e0d36d17a9e4c22b5963a573 2,347 1.00/1.00 vMB 26
796,634 796,634 00000000000000000001a2a77c5a7383c0ec032f94cd23ceeb499c549c4d04fa 3,482 1.00/1.00 vMB 25
796,633 796,633 000000000000000000040a142cc528c6b4d13916f3d323b0b3a412db170d89ba 2,661 1.00/1.00 vMB 41
796,632 796,632 00000000000000000002fcb6df884ec43906ba9b4dbc656a1618556c3cc14fc6 2,329 1.00/1.00 vMB 26
796,631 796,631 00000000000000000004aa9d2ddfd2ce04ed2797308fd29d146a49086c402767 776 1.00/1.00 vMB 15
796,630 796,630 00000000000000000004c61455531d94a11243d18823dd6f7dfb5550c01034a1 2,485 1.00/1.00 vMB 35
796,629 796,629 00000000000000000003dc0e41e49c58f9cbbc3ce42dca3c19bef33b9bcd00b7 2,988 1.00/1.00 vMB 20
796,628 796,628 00000000000000000002fb7330fbd753dcb8e75c7120dd85bf2bdd15d12c0ce8 2,567 1.00/1.00 vMB 23
796,627 796,627 0000000000000000000202812fc73c2c33a1985e35900b1f8c87c55e14c29e54 3,042 1.00/1.00 vMB 24
796,626 796,626 00000000000000000001cc7c4d4dbb1e9a3c1ce0ae08cfe9da6c1e7493672f8f 3,699 1.00/1.00 vMB 35
796,625 796,625 00000000000000000000982026b14f7cfa364d86f62c26736f451017ab09a544 2,734 1.00/1.00 vMB 40
796,624 796,624 00000000000000000002af64ae81b0ec411cbe08d0e7326b5a7b96a0e766a74a 2,702 1.00/1.00 vMB 27
796,623 796,623 0000000000000000000542debdf40a807c741a38de1480bd295a49c24ac59bff 1,557 1.00/1.00 vMB 24
796,622 796,622 00000000000000000003b975818c11cb1e015b000dd330a22ffb01b6aef537f0 1,758 1.00/1.00 vMB 15
796,621 796,621 00000000000000000002e4e0bc39f1aca19165b65a66f49c3d683613d192fbcd 2,694 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.