Loading Tool

Explorer IconExplorer

Memory Pool

78,921 transactions
29.23 vMB
0.12081565 BTC
Random Selection Loading Transactions
Max Size: 176.29/200 MB

Candidate Block

Mining Attempt 85d9d812014b4a54aef9195b992d11f5627db9871ff4d44b01dd2e535d328a68
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root eff6bf0e4975ab4e56176138629e0beaa1f126b4d3dd3015aeea81344969c74b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,173
Size: 1.00 vMB
Total Fees: 0.04386048 BTC
Feerates: 150.80 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (219,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,721 695,721 00000000000000000003f6739022c34e20f1a1a9a9efd6dd155e67ead51ccf6e 276 0.10/1.00 vMB 12
695,720 695,720 0000000000000000000d40e3c747d14f4ac7072a9f1cc3a79b5a8be5debae28a 752 0.24/1.00 vMB 12
695,719 695,719 0000000000000000000b2ac15be3e953f6d48bdb6288a4b81e0cbdcad5361548 208 0.06/1.00 vMB 16
695,718 695,718 00000000000000000003912a95838b20197f2c9d1e7578091d6762a959b32240 47 0.01/1.00 vMB 10
695,717 695,717 00000000000000000008e99526f8dde0fe8563f663c2363c422393469dea24c2 1,056 0.41/1.00 vMB 12
695,716 695,716 0000000000000000000d7389d219a8d80b14bb6682d5e3f2e79f124fd74725ed 93 0.03/1.00 vMB 20
695,715 695,715 000000000000000000112185cf05d549454c5c9218f66c73fba45890db3953a9 82 0.02/1.00 vMB 17
695,714 695,714 0000000000000000000b64206bc8dd3425dbe01a89d593a99c63a6a3fcaab17b 99 0.05/1.00 vMB 11
695,713 695,713 00000000000000000006958d1bece82bd5a779712ca243721eec771743dc3cd2 195 0.06/1.00 vMB 11
695,712 695,712 000000000000000000006b8c154cb66979214a12738a1682d1d2a119d7b7216e 1,392 0.70/1.00 vMB 10
695,711 695,711 0000000000000000000dc04bb47138ddc45567c9b942e90b9f779af8ffe83312 319 0.14/1.00 vMB 11
695,710 695,710 00000000000000000012110794307f513824be40f184f9f7f3ddb6df386476ed 213 0.05/1.00 vMB 19
695,709 695,709 00000000000000000011e0f7c2a238fb37c2bc8558c59f737903dc65edfcbfbb 581 0.26/1.00 vMB 11
695,708 695,708 0000000000000000000140ce4f21b5832b9131d7f39bc6205d34f759212b2df1 373 0.61/1.00 vMB 4
695,707 695,707 0000000000000000000969bba64176e5a8e614e92b1322b52b9838f8ff04e5a6 2,133 1.00/1.00 vMB 8
695,706 695,706 0000000000000000000743db8d7cdddbbaac7d2807b6137efc5861f98b77018b 1,667 1.00/1.00 vMB 13
695,705 695,705 00000000000000000001e8fc6f8c5e00b6f350fae8bf2a6a19cebb043d52b14d 1,025 0.72/1.00 vMB 4
695,704 695,704 0000000000000000000d4f9ec2747382f6d8d66d5d5982ad592c308e6c93f0e3 2,355 1.00/1.00 vMB 5
695,703 695,703 00000000000000000007b49b6e197e8f22a8440ad01cab004ad21319b4be6455 1,400 1.00/1.00 vMB 8
695,702 695,702 000000000000000000116fb6a610492ad1c6bf7120f80e61e6f6d04a5c4b1948 2,544 1.00/1.00 vMB 22
695,701 695,701 00000000000000000007b8646939afc3c0dcff15ebe085026c069837bb77b2fe 696 0.24/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.