Loading Tool

Explorer IconExplorer

Memory Pool

46,286 transactions
30.62 vMB
0.09860390 BTC
Random Selection Loading Transactions
Max Size: 157.52/200 MB

Candidate Block

Mining Attempt 9257fd61ed1dfe4a3d2e3882e6087cfc84ca7c48a7330893bfeaa98204bbad3c
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 442a895f48fab03199a3852d34cdd01ffe08cc46cad445436b1610ea4f237a2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,676
Size: 1.00 vMB
Total Fees: 0.03164091 BTC
Feerates: 100.29 > 3.17 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (148,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,647 765,647 000000000000000000071bc4005c1f57702304d99d64d2351e1ee9c064b69f16 2,916 1.00/1.00 vMB 41
765,646 765,646 00000000000000000002f992c6960978fb7a973d21515815411961864ca063bd 2,752 1.00/1.00 vMB 53
765,645 765,645 00000000000000000002f8db7e51cbeb50aa4043af4427e965690dd4c092be47 3,010 1.00/1.00 vMB 36
765,644 765,644 0000000000000000000266ded6132b0a6390dad6f411947fa55b5ebc714fb435 3,435 1.00/1.00 vMB 40
765,643 765,643 0000000000000000000750701e598eb0778ae0015bf6b184ecb84e74d8ef2856 3,109 1.00/1.00 vMB 42
765,642 765,642 0000000000000000000520273237ae3d7b3163b71a8f344291a07f5a529727a2 2,775 1.00/1.00 vMB 19
765,641 765,641 000000000000000000061edc0c93405d2b028efc1f8bd9690202cbfed178a829 2,375 1.00/1.00 vMB 22
765,640 765,640 000000000000000000038fbb8c988f90226fadc2709c2c4e29c9699fd3ce26bf 2,389 1.00/1.00 vMB 36
765,639 765,639 00000000000000000006e52da3710ee81211d907ab6fd27911c29e5ae1b581c4 2,905 1.00/1.00 vMB 37
765,638 765,638 000000000000000000011a5d71f0e196d79d0f354e68af1e990998f40d9d1306 2,926 1.00/1.00 vMB 31
765,637 765,637 00000000000000000003da1e1a2112d97d9b2c5fb7631c4c5a45aa617360ab22 2,078 1.00/1.00 vMB 41
765,636 765,636 000000000000000000033da42fec015642ca7fe2bf17ea4e4d5730c549224bae 2,232 1.00/1.00 vMB 28
765,635 765,635 0000000000000000000450d52fdeb07e65d66628b86c7a386bffaeda84b6857e 2,833 1.00/1.00 vMB 34
765,634 765,634 000000000000000000043e82ca802a532950586f97a7078388b4940b473288ab 3,045 1.00/1.00 vMB 30
765,633 765,633 000000000000000000074f788cd94fba3d557a27afe6b0b061045e65e6eda978 3,201 1.00/1.00 vMB 39
765,632 765,632 000000000000000000006101807f407bc6f384cc2983bc2bc6d96263f09ed8f3 2,156 1.00/1.00 vMB 25
765,631 765,631 000000000000000000017f32781d4b0bcf69d10729629a6e097ee55066b2d84c 2,813 1.00/1.00 vMB 28
765,630 765,630 0000000000000000000702d2c06633b9673c1a8ac4d575a9718c4dcaaf34ffec 2,778 1.00/1.00 vMB 30
765,629 765,629 0000000000000000000042e43b5c592f6026f9e47be9d616693d7f7fa61f1729 3,045 1.00/1.00 vMB 43
765,628 765,628 00000000000000000004c8c6e5c939a73903603a9ccbf7242e69a13cb6c72d40 2,294 1.00/1.00 vMB 30
765,627 765,627 00000000000000000006ef394feeb40a1c3c3a14c44a3c2ba444511519d0de81 3,790 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

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