Loading Tool

Explorer IconExplorer

Memory Pool

39,642 transactions
27.08 vMB
0.05549092 BTC
Random Selection Loading Transactions
Max Size: 141.50/200 MB

Candidate Block

Mining Attempt cc3915c540293e88c22c8d20cc3f84ae4cb823c5bd9a89f8c9849159cd357dc6
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 (310,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,670 604,670 00000000000000000013f2ada43630c0d5b49f657c8d49cb2757d00436c45313 2,263 1.00/1.00 vMB 16
604,669 604,669 000000000000000000093c9e253902b7b99b316f271f7c26423ec4072467eb21 2,784 1.00/1.00 vMB 32
604,668 604,668 00000000000000000005414a2a99698661ea23a5df0f703283f9e3d58d8cb6bb 3,495 1.00/1.00 vMB 34
604,667 604,667 00000000000000000008c9291248ba9adb0d1e2f6dfc3d502d0fc56fec1172c3 3,350 1.00/1.00 vMB 28
604,666 604,666 000000000000000000042ba51197738913f01f53b78475b05940b00551d3862c 3,158 1.00/1.00 vMB 17
604,665 604,665 000000000000000000009fde7acdbf247a3b3c92f807b29d1a0a3585edc9345b 3,040 1.00/1.00 vMB 26
604,664 604,664 0000000000000000000b4b2be48b5f4f7cb64af5b994b8480ee4e2008a6d9492 2,977 1.00/1.00 vMB 39
604,663 604,663 000000000000000000135d2e191626d4a87219b34f07673a36b512236ab3a99f 2,622 1.00/1.00 vMB 13
604,662 604,662 000000000000000000087f51fce58b2c6a07fc417ed0d7f17ea3a86e504ee6ce 3,172 1.00/1.00 vMB 29
604,661 604,661 0000000000000000000aa8735317cc8739efc1ce605f2585c17c8eb74b8f140e 2,772 1.00/1.00 vMB 44
604,660 604,660 000000000000000000028e9ed747d977c537c1963efa4abbce162372bf4030c3 2,392 1.00/1.00 vMB 26
604,659 604,659 000000000000000000139166e7cd47adef4c93890bc38d47da8893dfc4ae9a42 2,954 1.00/1.00 vMB 21
604,658 604,658 0000000000000000000bbadb512242a60481ab2c797d107e214a4667f6961ba0 2,693 1.00/1.00 vMB 20
604,657 604,657 00000000000000000000ba6374939a690e55639be1d57f1cb8f5685748a5e9b5 2,907 1.00/1.00 vMB 33
604,656 604,656 0000000000000000001562b07643483043e90407db680f67f3a29b961ce8044c 3,094 1.00/1.00 vMB 32
604,655 604,655 0000000000000000000a549e75cdd0fabad7356bf3eb6c66e8a5bc1d83915e8f 2,522 1.00/1.00 vMB 23
604,654 604,654 0000000000000000000a63190a6292da89bfa9ad71227c1e4637a91bc9f827a6 2,558 1.00/1.00 vMB 22
604,653 604,653 00000000000000000009f6601156c65cde4a635532a18474c981d9bb75b3ea5f 3,015 1.00/1.00 vMB 18
604,652 604,652 000000000000000000031dabe7a67e933b95e16feb0ad4cc262d85dec7d3705f 2,368 1.00/1.00 vMB 38
604,651 604,651 00000000000000000003cc76a74362037788f36f27757c027c46593b055c634a 2,448 1.00/1.00 vMB 29
604,650 604,650 000000000000000000128afedc37daff9af64a2f39667ebb394629d0657f5507 2,982 1.00/1.00 vMB 22
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.