Loading Tool

Explorer IconExplorer

Memory Pool

41,142 transactions
32.80 vMB
0.09500182 BTC
Random Selection Loading Transactions
Max Size: 163.41/200 MB

Candidate Block

Mining Attempt e24d2f07d222319268c60ea899ba49643ca856b3e39f2eda1bbdd0a34f2fe1df
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root 306104d57b4f130ff920cb807e6d51c89a482a8231b379f2a910937fae94dc0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,598
Size: 1.00 vMB
Total Fees: 0.02554510 BTC
Feerates: 501.64 > 2.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (306,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,686 607,686 00000000000000000010a83cf52d28b2726dbc7d6a70dfd5f1297b40aa3d5a62 1,477 1.00/1.00 vMB 19
607,685 607,685 0000000000000000000627ae89c57f8656cb6e09f1e89cc7c625aac2b6e1edb0 1,575 1.00/1.00 vMB 19
607,684 607,684 000000000000000000083586a3d1679a5f07b5fd69130a748eaff0de4e345d36 622 1.00/1.00 vMB 4
607,683 607,683 0000000000000000000afdbd38d9f95021714efeb54c093a0ae52b5397d9fcb8 1,431 1.00/1.00 vMB 3
607,682 607,682 00000000000000000014c07d92fc85570e6c6c347600daadcdfd0304489a7f2c 1,509 1.00/1.00 vMB 17
607,681 607,681 00000000000000000004028560d556142515f8b3728511d8fb25a1e73e234e04 1,443 1.00/1.00 vMB 23
607,680 607,680 0000000000000000000d784767d5f22758ba810ea845a4ce40f52ec7a6ce2e08 2,503 1.00/1.00 vMB 12
607,679 607,679 000000000000000000152002ee035c8a37a959e2f9d8bbb45bcd70f8ba3c1231 2,262 1.00/1.00 vMB 8
607,678 607,678 0000000000000000000168ddcee6e0cff96b2e4101fdd621bc09d5131e6d43b8 2,400 1.00/1.00 vMB 20
607,677 607,677 00000000000000000008466825e95c4796e909078254793e52294ce16718098d 2,900 1.00/1.00 vMB 13
607,676 607,676 0000000000000000000de1a197d0fe487160588f8fea34c6c37df3ac27977884 2,707 1.00/1.00 vMB 26
607,675 607,675 000000000000000000102f056a06bf96e4d0d7ce4320949c9aea7f70a0c2c3cb 2,397 1.00/1.00 vMB 7
607,674 607,674 0000000000000000000d33c1f3ba3b13181877c118badb23fcdb8ce2fe648007 2,429 0.99/1.00 vMB 14
607,673 607,673 0000000000000000000c82f8d70749c80d5e1bc61d767c490686377cd2c34c1c 2,279 1.00/1.00 vMB 13
607,672 607,672 0000000000000000000f330898015fa41ea34d4abcb92c4a77c5b9eaa1c8ac5a 2,923 1.00/1.00 vMB 20
607,671 607,671 0000000000000000000226d273b9047a3c86633ce92d780ab7eb85f662d77432 2,208 1.00/1.00 vMB 13
607,670 607,670 0000000000000000000acee2a4a85f1c2ad577ca3174a00c1c75f4efae7e5fad 2,661 1.00/1.00 vMB 23
607,669 607,669 0000000000000000001472dddddb90d1b48fbaf92e1a09a0b553693dfe184e49 1 0.00/1.00 vMB 0
607,668 607,668 00000000000000000013d3f18a707f8cb6d4457c9f413026d429751b0679ec98 2,195 1.00/1.00 vMB 17
607,667 607,667 00000000000000000008d0ea37c4d58b93d639d91bb4df02672c3c675708e54c 2,632 1.00/1.00 vMB 12
607,666 607,666 0000000000000000000b42bda91def496481c2ec10cbf1d9c6046f7f9282dd36 2,664 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.61 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: 624.09 GB
    • Received: 11.53 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.