Loading Tool

Explorer IconExplorer

Memory Pool

75,640 transactions
28.06 vMB
0.08631986 BTC
Random Selection Loading Transactions
Max Size: 170.37/200 MB

Candidate Block

Mining Attempt e1612c0ca283b2fbcf6905565a7986a0c01885a56ef2f7055384b6276cbbdaf1
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root e511a6fb10797734c6a7970a4a829950112e11aa0691395ca8b473f09a7f4fa6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,896
Size: 1.00 vMB
Total Fees: 0.02596324 BTC
Feerates: 402.60 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (224,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,320 690,320 00000000000000000003d2b25625609863b9284b407268cf63f4b2730a9c4bb8 3,129 1.00/1.00 vMB 8
690,319 690,319 00000000000000000000cd6f1962910dd6a0762a22e92d50aef116716649879a 2,355 1.00/1.00 vMB 26
690,318 690,318 00000000000000000008b9dfeeb6391ef6958ae4a3e67ac02522da2c805a7175 3,106 1.00/1.00 vMB 38
690,317 690,317 0000000000000000000d7634331ad98d133d81ed3cc05baab580f6d5ee190d30 1,773 1.00/1.00 vMB 26
690,316 690,316 0000000000000000000728b66a255593d1f95d0c30e3aa3b4351813257ff1b46 1,403 1.00/1.00 vMB 24
690,315 690,315 00000000000000000001b4d52cfa3736a1addbbba654c2a293ab5217f7145f6d 1,943 1.00/1.00 vMB 35
690,314 690,314 000000000000000000041e117898d6960425f7507b0a5466d99ba16e5419bb40 2,825 1.00/1.00 vMB 14
690,313 690,313 0000000000000000000867bfa530f17f638be93df3fbc404ec3c4b8f9192a347 2,509 1.00/1.00 vMB 17
690,312 690,312 00000000000000000004fde788e26294c49086f0691be7aba02dbed299495412 3,051 1.00/1.00 vMB 26
690,311 690,311 0000000000000000000fe05b63c807bff77a1a2f79f461b249c2e5f342ac72f1 2,715 1.00/1.00 vMB 56
690,310 690,310 0000000000000000000c31f3e0b57d0cd57be6860c9416fbe3785f3fc7fb29a4 2,617 1.00/1.00 vMB 12
690,309 690,309 00000000000000000011eb92e5ae025d182cd14807c7092b31e928a015fb04a7 3,218 1.00/1.00 vMB 32
690,308 690,308 000000000000000000101450c1b0c66701923bccfec024826c1d322b9fef1ca4 1,609 1.00/1.00 vMB 33
690,307 690,307 00000000000000000000e44949bfaf86956c268b58225d4a9b0370e15408c46a 2,148 1.00/1.00 vMB 55
690,306 690,306 0000000000000000000b6816960a827a5ce837b59b2fc1517586658bfacb98e2 2,003 1.00/1.00 vMB 53
690,305 690,305 00000000000000000008c190b81c8a95480b8648232e13db6021ef36faca807a 2,436 1.00/1.00 vMB 28
690,304 690,304 000000000000000000125584a4cefca94a0cb30d24e3fb1f2e8cbe0b293e8399 2,857 1.00/1.00 vMB 33
690,303 690,303 00000000000000000010d351f213fd06ae73b8c536fe5b90693e7fac0c8a0a81 2,523 1.00/1.00 vMB 28
690,302 690,302 00000000000000000007f33da8698a4866dd735fab69e29fb52244cbe95ba2f0 2,533 1.00/1.00 vMB 6
690,301 690,301 0000000000000000000bd73e41e50a9951eb47ca1d261607bf81247a44588ba9 2,835 1.00/1.00 vMB 51
690,300 690,300 0000000000000000000987c35901fc79a5784e97194e12aaf40abfe1ad6db392 2,745 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.