Loading Tool

Explorer IconExplorer

Memory Pool

49,189 transactions
28.46 vMB
0.13880565 BTC
Random Selection Loading Transactions
Max Size: 152.16/200 MB

Candidate Block

Mining Attempt 34d4d4cae632f7d7068ea2e2d9e18fcbaccb8cbe2ce42af2ee9cbe3a4a833de0
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 35857930cae9db50f63a3876a4ea5e2c76614ae4286dff83dad1bad482d7fd21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,339
Size: 1.00 vMB
Total Fees: 0.08212672 BTC
Feerates: 301.05 > 8.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (210,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,736 704,736 00000000000000000001b61ae385ebaceee1d64da35a70f75d40b7d118583799 1,225 1.00/1.00 vMB 4
704,735 704,735 00000000000000000009a152cf94718e41319db7a9e5b839102479ae83194ce1 956 1.00/1.00 vMB 4
704,734 704,734 00000000000000000005ffe996e1e5e7b06c383fdc20212b7c69309239a93dc5 1,073 1.00/1.00 vMB 6
704,733 704,733 0000000000000000000a3e6b191bdca96a49225a8c9ad9e946a5b4dcacf052bd 2,444 1.00/1.00 vMB 6
704,732 704,732 00000000000000000004c82dc99b4f49de11ec9ff33e82a749d364593bf018ad 1,012 1.00/1.00 vMB 12
704,731 704,731 00000000000000000002ab99aa048d2422ac1457131a3ddd2ee475ebfb4362bb 1,263 1.00/1.00 vMB 17
704,730 704,730 00000000000000000009fd07aa314f1fe23a2e2d2e5b9b2c2e68576aa7aca84d 2,294 1.00/1.00 vMB 11
704,729 704,729 000000000000000000039da99693c30a3c8bbdbfedf922e2fba4b136aba55b5a 4,058 1.00/1.00 vMB 8
704,728 704,728 00000000000000000008ec68a517b011ebd8ad952108f43f547248eb9f0f6119 1,884 1.00/1.00 vMB 9
704,727 704,727 00000000000000000000812bf53385a4e2b22a8d3af66ffa8feb23b9144d99c7 2,749 1.00/1.00 vMB 16
704,726 704,726 00000000000000000002fdde3d4df4bce4f53e9f716452795d769818b96a410f 3,178 1.00/1.00 vMB 26
704,725 704,725 000000000000000000030a3617e54c998c7a89c473a5b86bc4cd3061b53dfb16 1,617 1.00/1.00 vMB 11
704,724 704,724 0000000000000000000892113d474e60a3aaeeb45498a7d4ba568efb4237e48d 3,381 1.00/1.00 vMB 24
704,723 704,723 0000000000000000000756bed6bb7a0abba06a8d5a9185c1e69fe33cd34dc267 2,485 1.00/1.00 vMB 13
704,722 704,722 00000000000000000008944044a41cf797c77298cd33d7e0745eb2f6c8ccac76 1,824 1.00/1.00 vMB 20
704,721 704,721 000000000000000000024a11fe1ea2ff853cc0a15f07595e784c3c028e175c39 3,467 1.00/1.00 vMB 14
704,720 704,720 00000000000000000005a75df5be123c12e5ad2dba2e79a6ad049eb9784f8a95 2,911 1.00/1.00 vMB 22
704,719 704,719 00000000000000000008981ab834c97a5c15e42ee2a40b078d81a989ed8e85f8 3,208 1.00/1.00 vMB 27
704,718 704,718 0000000000000000000df54a0dd374466fd80f3f09b889ae7a9b517156a82191 1,817 1.00/1.00 vMB 17
704,717 704,717 0000000000000000000a6b7b7d00c61c72eab47329686096c163e901fbb1607c 2,344 1.00/1.00 vMB 20
704,716 704,716 000000000000000000046a78a4a8ecd0dea144313606884ed59fbd510307921a 3,107 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.