Loading Tool

Explorer IconExplorer

Memory Pool

84,079 transactions
31.37 vMB
0.09552172 BTC
Random Selection Loading Transactions
Max Size: 191.58/200 MB

Candidate Block

Mining Attempt 16665a7cf1cd259e606522f8d4f6b6b3b476a383905d055086d37f1c928fa893
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root f3f06d0cb227573fc4725c1d6ec84a6d30029a4a2e75cb761bf69fd8c698da9f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,743
Size: 1.00 vMB
Total Fees: 0.02382307 BTC
Feerates: 150.77 > 2.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (556,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
359,191 359,191 0000000000000000008730af9bcbcbe2dfaa547b9fce43490e5acbd442282782 509 0.32/1.00 vMB 19
359,190 359,190 0000000000000000028ba0ea75f7d5f87f935e348d15fa05269aa0c8d826bed5 1,770 0.89/1.00 vMB 28
359,189 359,189 00000000000000000000362e61dba7cfba02b6968a25e1fe97e586a22e87b22f 143 0.08/1.00 vMB 19
359,188 359,188 00000000000000000a0592d859e14b85ffa12465130afcb46956f348433251ab 934 0.40/1.00 vMB 28
359,187 359,187 00000000000000000e44f5bcc2335280f4ecb6cfe5b1321363a2b9d4aa2345ac 538 0.29/1.00 vMB 24
359,186 359,186 00000000000000000d5f1b7c65e59aa4aa7529a5f5c178e2b3a5044fbc5dd58d 91 0.06/1.00 vMB 14
359,185 359,185 00000000000000000aaf2b5c9d31fc77829bd63459d9ca95888c5986d208eb67 831 0.53/1.00 vMB 21
359,184 359,184 000000000000000007d73afefae897c3f20cbfd13fe92dbb2f4e789fac6d9ed2 580 0.24/1.00 vMB 27
359,183 359,183 000000000000000009cad629d4e63eda8aaea127fc64400e60069c9fac09d55e 1,024 0.48/1.00 vMB 28
359,182 359,182 00000000000000000586e64b558af24fae7a2d1b7678ad56e92a9e3c37e75e6b 123 0.06/1.00 vMB 24
359,181 359,181 000000000000000000ba9e3e86269148d099fa0d46afb95b26cdc9248f7b00f4 1,332 0.70/1.00 vMB 24
359,180 359,180 00000000000000000f9f4b705259ed04bc6dd268778b8fdb01f606d581ec51ce 696 0.35/1.00 vMB 29
359,179 359,179 000000000000000001f312b9a36e8f445a76ad4aebaed359d7e15bbc4e48bbec 543 0.28/1.00 vMB 27
359,178 359,178 00000000000000000747a448c92c95dada894f044458ac3e4b4bf94d29cd0afe 106 0.05/1.00 vMB 18
359,177 359,177 000000000000000007e466d1f728d048e2a20240db3cd7d2bee406f46d1800ac 239 0.14/1.00 vMB 25
359,176 359,176 000000000000000009d40a3e5d0ad087342c20d9105dc854c087876350f23314 1,127 0.60/1.00 vMB 24
359,175 359,175 0000000000000000018503180d06e90db04fdb358b14d1850032f06885e7e164 616 0.49/1.00 vMB 20
359,174 359,174 0000000000000000114087c8a61e4bac471526dc3c74ebdb637f6abc58b2fcd7 1,935 0.75/1.00 vMB 35
359,173 359,173 00000000000000000648aa58f8fd6991a34e62c6ca442acfcd9efc2c76eccbd2 161 0.07/1.00 vMB 28
359,172 359,172 00000000000000000fdcfc3970ca73981366d3b5cfb3db22da523255ba1ce3ec 372 0.30/1.00 vMB 12
359,171 359,171 000000000000000001cab4a417e8bdaee9c95799e89fa007eb39f06c7f7b3936 1,066 0.58/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.97 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: 716.10 GB
    • Received: 17.78 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.