Loading Tool

Explorer IconExplorer

Memory Pool

46,215 transactions
28.01 vMB
0.08624288 BTC
Random Selection Loading Transactions
Max Size: 148.27/200 MB

Candidate Block

Mining Attempt 101be6af30a433d5872f8743eb9bd587dff1f549cb8239af66bb4da68415b52c
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 88e11725e2b9bd48b86e005a12830aa673bc94b101a42a2b1dc37d76e09f48d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.03170673 BTC
Feerates: 181.54 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (521,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,510 393,510 000000000000000000e64599703c9dcec8cda3eb5efa22509ac7d296c5974d38 1,163 0.93/1.00 vMB 23
393,509 393,509 0000000000000000048e8b22cb38b6f24f943c7e1401119c2aea9a9b0295449f 1,740 0.93/1.00 vMB 26
393,508 393,508 0000000000000000051830935eca125b861125866cc6b548a2cb0d4d07ede7e2 2,729 0.95/1.00 vMB 52
393,507 393,507 0000000000000000038958136f465b61eb79718e23783df42aee97c0cecefd8b 1,096 0.99/1.00 vMB 19
393,506 393,506 000000000000000001b127bcd85fb6b9a3a4c6eec19dec7ec3b367c7c76cc903 819 0.95/1.00 vMB 16
393,505 393,505 0000000000000000098ced21193e6c3fcbd9f4c825be67bf8d94219d2e002a4d 2,244 0.95/1.00 vMB 43
393,504 393,504 00000000000000000186606e42429fe15c21d1a6fc8cf0e4c9be6ae449ba8ed4 1 0.00/1.00 vMB 0
393,503 393,503 000000000000000008a253a349c6b0a760d38397f6b3669eedf758e1ab9b8583 1,555 0.93/1.00 vMB 27
393,502 393,502 000000000000000002c1796dd2e2fb49ca4968cbc6be08b6fe697e0576dcca71 2,643 1.00/1.00 vMB 52
393,501 393,501 000000000000000008cf9ecdf60cec4e70df82767e532d70cd32563a61cfbe7c 2,010 0.75/1.00 vMB 41
393,500 393,500 0000000000000000054fd9e46e3ca036c43a3c26f05da750c9a9fe50e67e79e3 2,853 0.95/1.00 vMB 55
393,499 393,499 00000000000000000204d097a11323aea1448cfc9c36148b7d9db53671ed3b38 1 0.00/1.00 vMB 0
393,498 393,498 000000000000000000314c532a61486a8aa591b5ff282a60ff28514e464fa850 1,078 0.91/1.00 vMB 23
393,497 393,497 00000000000000000350217fc73e097239513e8378adac9a93d621183a5f5d14 714 0.95/1.00 vMB 14
393,496 393,496 00000000000000000682f56fc32f428677d1b7f94c6af1d6b8966407b8250210 2,285 1.00/1.00 vMB 34
393,495 393,495 000000000000000000e1f51f9013b3edc190c033b616f2c63bf08ae29048f76f 1 0.00/1.00 vMB 0
393,494 393,494 000000000000000007e8130ef738efacdc7d1eca2de4f612fb01f7451a408fe3 1,897 0.95/1.00 vMB 31
393,493 393,493 00000000000000000296bbe9d625b9d2916915c5ec63fd979029ebca2dd06e2d 1,927 0.95/1.00 vMB 36
393,492 393,492 0000000000000000000856feb44730996b009ee71828adaf60e518579ccae476 1,270 0.99/1.00 vMB 21
393,491 393,491 00000000000000000688451aabfbcebeceb108ace2c02af1e1a6372c59bb8740 991 0.93/1.00 vMB 23
393,490 393,490 000000000000000000d9954f6c06e8835a0a51053369103ac90c4a489c44af29 756 0.92/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.