Loading Tool

Explorer IconExplorer

Memory Pool

37,145 transactions
25.90 vMB
0.07677287 BTC
Random Selection Loading Transactions
Max Size: 133.72/200 MB

Candidate Block

Mining Attempt f18e59b846eeb3acb28b6b98dd062f464d43dea3de2a7787064f1aec20306d45
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 4c9c86989ab7da0a2a382e22741e33715f5bd61c80cc58b5e975b42282301c70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,269
Size: 1.00 vMB
Total Fees: 0.02971890 BTC
Feerates: 101.64 > 2.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (419,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,088 495,088 00000000000000000045fe3810baad9d860b45d4b6a94868813424cb1af639a1 2,505 1.00/1.00 vMB 274
495,087 495,087 00000000000000000019f57f8254b598aa209e4c4a4ffe68c676a7bb3cddf20e 2,152 1.00/1.00 vMB 262
495,086 495,086 000000000000000000144d5f25eeb6481406bfd2554233073d935fbd5288fe5b 2,370 1.00/1.00 vMB 398
495,085 495,085 0000000000000000006a2f919c4b31f03db69f7fcf8f07e2059d963aed1259c5 1,971 1.00/1.00 vMB 179
495,084 495,084 000000000000000000401a0cd2e174d86ce94bbe5fdd0f1174fc3806c528f888 2,532 1.00/1.00 vMB 221
495,083 495,083 00000000000000000001669c9903c7ee0db739d1f7f58c8454b02a8e7120d5c4 1,789 1.00/1.00 vMB 115
495,082 495,082 000000000000000000a91d2de0202cf2c1f80391fab547997364392ce3b246f2 2,095 1.00/1.00 vMB 150
495,081 495,081 000000000000000000043cc3b6e2d49338a880cac91dca2c6aa7bb31d5e0556a 2,410 1.00/1.00 vMB 288
495,080 495,080 00000000000000000070bf7ac6b58ef004e8340ec8d0b060aa2797a20dc90833 1,267 1.00/1.00 vMB 125
495,079 495,079 00000000000000000065f8928415296a0c8cb700a7778c3d7d1878b4a269373b 1,459 1.00/1.00 vMB 58
495,078 495,078 0000000000000000007484e1e90873f5cee914863c5ec051cfaa6bb7b4ad2bda 624 1.00/1.00 vMB 51
495,077 495,077 000000000000000000aa01545fd3b6dff0b0af4937f86a987e12db0651325d4e 1,517 1.00/1.00 vMB 163
495,076 495,076 00000000000000000082b5c134a0b17864beb24d708951ede87c0390f3c1f76e 497 1.00/1.00 vMB 15
495,075 495,075 0000000000000000005699711b02bd2ca9c4c9804d4c4ca3cbe1a719723ffc50 2,377 1.00/1.00 vMB 55
495,074 495,074 000000000000000000ab08bb37b3cd6abb21707acf2455d4240d0f612822911f 2,271 1.00/1.00 vMB 302
495,073 495,073 000000000000000000a62f314542158bfaa173ceda08d5b817e0e391c285412a 2,545 1.00/1.00 vMB 327
495,072 495,072 00000000000000000034abb90cf4daa0b1d35cc1d6bfef75da3c8a62f82c463b 796 1.00/1.00 vMB 98
495,071 495,071 00000000000000000097a85c1a5c0d46f07fdf81493fa411b9898ab4f59f0cba 1,871 1.00/1.00 vMB 175
495,070 495,070 00000000000000000065234c723dcaca8274fa6811fa71c5caac5f1ebc469a3d 1,033 1.00/1.00 vMB 62
495,069 495,069 000000000000000000a2603963a98fd3f9515ea8b7b86de44b2358772d225981 903 1.00/1.00 vMB 29
495,068 495,068 00000000000000000014df14129b77c436be142302b4aab108e5614a096cb558 1,249 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.22 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: 654.53 GB
    • Received: 14.14 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.