Loading Tool

Explorer IconExplorer

Memory Pool

39,657 transactions
27.08 vMB
0.05556622 BTC
Random Selection Loading Transactions
Max Size: 141.51/200 MB

Candidate Block

Mining Attempt a061da35d1c73ae030779502728b36dcd09b6588ae64ef587ffaee8fb6779be5
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root b58cbfb5a7d12f26bdd4c22abe18ce003595ad96db8303da0de2a85b032d7d16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,187
Size: 1.00 vMB
Total Fees: 0.00536627 BTC
Feerates: 69.10 > 0.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (263,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,719 651,719 0000000000000000000b0828803e14a6eb8cf1c74410fc08f5ef2fa3eac656d6 2,615 1.00/1.00 vMB 65
651,718 651,718 0000000000000000000ac8b27ecf37ff7cd0a3c309f9e72577d08a064c2b479d 2,625 1.00/1.00 vMB 46
651,717 651,717 0000000000000000000b66e69de2ad4f517ae514329d02964363f7d41be5bf2f 2,921 1.00/1.00 vMB 110
651,716 651,716 0000000000000000000de9f9f7e6c4873582d3ca0592c51e7bed9d6e2735edc9 2,676 1.00/1.00 vMB 34
651,715 651,715 0000000000000000000be178ed1b94fd79a985d820d9cf15557ce71e094554be 2,732 1.00/1.00 vMB 79
651,714 651,714 0000000000000000000cbe27b2971772cf7bae8321602761a48a9a3a900b12f0 1,854 1.00/1.00 vMB 77
651,713 651,713 0000000000000000000831c777785fbf787920b57972ca5ae60490325e96cbea 3,058 1.00/1.00 vMB 55
651,712 651,712 0000000000000000000180053fb47a0f895221ef7abec00426b94686a496fb8a 2,751 1.00/1.00 vMB 119
651,711 651,711 00000000000000000008a0c5fb96f67e4f345468c9d9a1032a64bb030d92d028 2,558 1.00/1.00 vMB 77
651,710 651,710 000000000000000000050238c224cdb77a6c5ea9ddae43557e9c2e843250f66c 2,592 1.00/1.00 vMB 71
651,709 651,709 0000000000000000000ae2254ac02df170bdf06c50a1ca9a5ed974cc00a42a1a 2,950 1.00/1.00 vMB 123
651,708 651,708 0000000000000000000a250d84e1dab3c35dfe9f0a30928b99fe57091d9bbb2f 2,924 1.00/1.00 vMB 105
651,707 651,707 00000000000000000009e5d0bf3fae3ff6c1337939409d7f6820cb85d721632d 3,021 1.00/1.00 vMB 45
651,706 651,706 000000000000000000020a9ffe8d425c4e2e1112b7165bdcb47e26e37d376c5b 2,888 1.00/1.00 vMB 110
651,705 651,705 00000000000000000001270ee921d9eb90b04c1a3047975e9e0f77eb209a43c4 2,998 1.00/1.00 vMB 78
651,704 651,704 0000000000000000000c22c8c85423cce85cfae86034f69a129f845967bdbd2e 2,169 1.00/1.00 vMB 104
651,703 651,703 000000000000000000035abef4c7c230842c9c08ce922082d4d4dcbcca29500e 2,837 1.00/1.00 vMB 70
651,702 651,702 0000000000000000000bba50ac09864a5250c18b7f9aabb76729d8d1de183ace 2,987 1.00/1.00 vMB 91
651,701 651,701 0000000000000000000ccefe393957d2c1e39776889bc07cac5e3d8c58de3007 2,535 1.00/1.00 vMB 123
651,700 651,700 00000000000000000004c120225013ecf0bbcd9d29f9b51bba878d475588019d 2,812 1.00/1.00 vMB 69
651,699 651,699 000000000000000000047dda6dacbc8b00efba415af2a0607ecbc16ebfee03e3 2,677 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.