Loading Tool

Explorer IconExplorer

Memory Pool

72,716 transactions
28.04 vMB
0.06691937 BTC
Random Selection Loading Transactions
Max Size: 166.08/200 MB

Candidate Block

Mining Attempt 1e5fc8a79b9a36ce6533e91f95477b6efdd92699e161074f8b48a0a8a99691cb
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8fdb6daab00b863250a617825baa54248bbb9346b4b29efcc612dd2bd147403e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,874
Size: 1.00 vMB
Total Fees: 0.01096069 BTC
Feerates: 150.86 > 1.10 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (366,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,165 548,165 000000000000000000053e17cc0edb08ba8badb9a6c39e4fcd3a03d576e6e6dc 2,267 1.00/1.00 vMB 8
548,164 548,164 0000000000000000001c091291b8a34a69b8edb78ef67c14ef601c0914609e9c 2,651 1.00/1.00 vMB 18
548,163 548,163 00000000000000000010f87fee9cdc55a22c57d0eb240283dacf922b1f2a7273 2,975 1.00/1.00 vMB 11
548,162 548,162 00000000000000000013234c9bdd70bff806a13b6feb16f68393783a25b5a8b6 742 0.28/1.00 vMB 8
548,161 548,161 0000000000000000001b8fa68bb3970e52a6128e267fa848ca0439cea8fe14a0 2,541 1.00/1.00 vMB 16
548,160 548,160 0000000000000000000a76d758b927a173b9e7c1519850e681f9094280200d7d 2,657 1.00/1.00 vMB 14
548,159 548,159 00000000000000000015a8e5689b27d552d329b058815e7d8d54a9e6b4f786a9 1 0.00/1.00 vMB 0
548,158 548,158 0000000000000000000ff18497fc98b931eee8ee286323a9a615a78bcad3a30f 3,353 1.00/1.00 vMB 18
548,157 548,157 00000000000000000014124f4d3bc5155810e7a414c33cba70e4eac08ac61584 2,670 1.00/1.00 vMB 25
548,156 548,156 0000000000000000000d5e3176a42ebd876a3b0a48d29c0da53d2ec0a855c18a 2,219 0.88/1.00 vMB 6
548,155 548,155 0000000000000000001990e0583fc327c7b01f96ad4eff7e59b28ae5d17d91de 1,824 1.00/1.00 vMB 3
548,154 548,154 000000000000000000021133a4c5b144091da2315613f58d1f63c5002f123a3e 2,792 0.92/1.00 vMB 6
548,153 548,153 0000000000000000000f9e2c1bf471f090ff9bab1c2413a27c7f4c65c8026b49 1,903 1.00/1.00 vMB 18
548,152 548,152 0000000000000000001470a1ed108372c936a6bc8055ebc20afc4c5213c78e8e 3,480 1.00/1.00 vMB 19
548,151 548,151 00000000000000000007627113e78c9cfc81f880bf0ea088cd7283b59d301b1b 2,736 1.00/1.00 vMB 28
548,150 548,150 0000000000000000000c2612806f18b628c213d161e98b14ecc6c5ae70b45a31 100 0.04/1.00 vMB 31
548,149 548,149 0000000000000000000303b686a09d45ec059adb05cba095984a9c9c47f0a224 1,337 0.98/1.00 vMB 5
548,148 548,148 000000000000000000146d24ed7df016d626f130af01e083936b0a97b1a54150 1,152 1.00/1.00 vMB 5
548,147 548,147 00000000000000000001d2df3bc3420ec5b7e8c4963c5bc7258b097fc76203e8 2,498 1.00/1.00 vMB 15
548,146 548,146 00000000000000000022f88ba23a9d5ab98463f74666200beba0b76b1ed3085d 18 0.01/1.00 vMB 12
548,145 548,145 00000000000000000023e4f918edd55d1bafb2771b72618aca905ecb60d5aa4c 2,130 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.