Loading Tool

Explorer IconExplorer

Memory Pool

80,934 transactions
29.76 vMB
0.10277095 BTC
Random Selection Loading Transactions
Max Size: 180.02/200 MB

Candidate Block

Mining Attempt 8aa69e8f7820533db44476bd1491361d24f18e29c20e999e62f80fb966f03681
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root c85ea41b4d71da629bfc4f2cf90e3b9424b9e65267d738e4afe0d60616f87e76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.03811491 BTC
Feerates: 146.36 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (282,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,225 632,225 0000000000000000000ea5d1b9a8b97c9d2562a4bfb29d3b7731d3ed7cc019dc 3,019 1.00/1.00 vMB 145
632,224 632,224 0000000000000000000f5d7483df5d1e8f9dbcef8837d60662b0b003d9a3a669 2,865 1.00/1.00 vMB 85
632,223 632,223 0000000000000000000fc6a11062f75c4de80c97490dacfdad852c611fdce5dd 2,816 1.00/1.00 vMB 80
632,222 632,222 000000000000000000016c11091d68b176709be124666c933778cf3b11b6c515 1,206 1.00/1.00 vMB 30
632,221 632,221 00000000000000000004b54fab9fbe30ec9a3f200a0204de6e5db6775f4f560a 1,234 1.00/1.00 vMB 22
632,220 632,220 000000000000000000058f654cd5ff8e440d3290581414abbb60f3bbc43d5ac7 1,621 1.00/1.00 vMB 22
632,219 632,219 0000000000000000000ce1ad85fcde970874473021db18687f30c46c0aaf4ac6 922 1.00/1.00 vMB 13
632,218 632,218 0000000000000000000b05984fdd4043482cb9b62f6116c43bc46086048d4608 2,830 1.00/1.00 vMB 40
632,217 632,217 0000000000000000000126d0e2d3c500b043e08d6aec67e9df8ef1bed4aab4ae 2,419 1.00/1.00 vMB 127
632,216 632,216 0000000000000000000b6cacca99b5631c37ae20cf9362eb3dade439e3839c45 1,576 1.00/1.00 vMB 31
632,215 632,215 000000000000000000081224845fd1621c6f380eaa7a4feb6c68cdabd6941506 1,758 1.00/1.00 vMB 17
632,214 632,214 000000000000000000095513273fce94a1ffc2fca9f6cd2ffb49e580e4195cfe 2,373 1.00/1.00 vMB 45
632,213 632,213 0000000000000000000aabecdf468baf492ace1a2d52eb510f58d8c29554fe89 2,165 1.00/1.00 vMB 19
632,212 632,212 000000000000000000048dfc86c250f48c608d01733bf6dd213be33e60684bbb 2,637 1.00/1.00 vMB 33
632,211 632,211 00000000000000000003ee1f097c146008e6c9b74b2967686e040f9bbd22856b 2,301 1.00/1.00 vMB 97
632,210 632,210 0000000000000000000c42b73ff5e47da35cf4548870a2e0455e2c6e235b98e5 2,783 1.00/1.00 vMB 133
632,209 632,209 000000000000000000043744d92e73677e057f65b37f52e34552731a5f1020de 1,666 1.00/1.00 vMB 41
632,208 632,208 0000000000000000000d11f763261e624630aa3a701334555e87e5a9a678057c 2,204 1.00/1.00 vMB 48
632,207 632,207 00000000000000000003f51e94ec9ebeef115bd555daec124ecc4e77f1ada3ab 3,180 1.00/1.00 vMB 36
632,206 632,206 0000000000000000000f10c80268d377ffd0b8cb8e998b24fbeec0b18430b9da 1,975 1.00/1.00 vMB 33
632,205 632,205 000000000000000000076933d3b869394bcb15ae9050f3946d7fb650552adc21 2,598 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.