Loading Tool

Explorer IconExplorer

Memory Pool

47,087 transactions
27.63 vMB
0.09009112 BTC
Random Selection Loading Transactions
Max Size: 146.09/200 MB

Candidate Block

Mining Attempt f13f4d8f459c0a192d855a158e0d2cdd428bc7873567942ed2d871b3a9d1b50f
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 350ebcfe96bddbdb086c18857e25cdadf2694d738bc49da9e728e7369f69ebef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03532306 BTC
Feerates: 159.25 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (357,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,216 557,216 00000000000000000015ac11952cbe309dd331a170729726300e5010c69174ed 3,668 1.00/1.00 vMB 13
557,215 557,215 0000000000000000002916ab2da460fafb432fbb639afbdbbfcab24a7c744d83 576 0.28/1.00 vMB 7
557,214 557,214 0000000000000000000d94e617ae9c69d13f54cc6cfe467c77d307816fa2b4f1 1,558 0.63/1.00 vMB 8
557,213 557,213 00000000000000000020cc97d8d912ac36c240b06ac8283a9f7e326494b20854 1,816 0.74/1.00 vMB 8
557,212 557,212 00000000000000000006331fdd49f2a477fde2bb67571a5ebc0c33520f46ec4f 1,887 0.80/1.00 vMB 10
557,211 557,211 0000000000000000000c7859e83336bea9ff12788e90e4d82ae068f62e35d8c0 506 0.23/1.00 vMB 11
557,210 557,210 000000000000000000044c8f5785aa8092aeedc8c0c2e054caf694d7ab7637c4 54 0.03/1.00 vMB 7
557,209 557,209 00000000000000000024bcfe008aed0f21c61ad7ed25f6815e0fd12ae2050282 1,371 0.67/1.00 vMB 7
557,208 557,208 000000000000000000069fd29ee3cb6c423ea00c526b521470d45adb76ba4262 913 0.76/1.00 vMB 2
557,207 557,207 00000000000000000019083514ed6352b127ce8488f96addb9d38eafee32c0d6 1,390 1.00/1.00 vMB 2
557,206 557,206 00000000000000000025722540afa39a374ce29ff7360c6b6fc24354942305e1 1,046 1.00/1.00 vMB 2
557,205 557,205 00000000000000000029c7fb331d0dc66a31ca7f738f955760962e59641324d8 2,705 1.00/1.00 vMB 11
557,204 557,204 000000000000000000022a5f0f1e2a7aede551b9d4f9eac2c6a7659b5d56bbc4 1,435 1.00/1.00 vMB 7
557,203 557,203 00000000000000000028549cfdb6cecc123b2d255036dabc98c7717a901dcda4 2,559 1.00/1.00 vMB 10
557,202 557,202 0000000000000000000cd3e7ccc5625ccfc7eb271dc5cafd1e806dbec080cf7d 3,298 1.00/1.00 vMB 13
557,201 557,201 00000000000000000025f5b0a5804804d223947b4f9118c437a6da1e25ad9d7c 1,142 1.00/1.00 vMB 3
557,200 557,200 00000000000000000023d1f4e97b84c5b6dd5001abcdf0cbe9b0b8de708d6bda 3,400 1.00/1.00 vMB 17
557,199 557,199 0000000000000000000d13cd331daad7be54be03116c419c3c731392d9dbb7bd 1,757 1.00/1.00 vMB 6
557,198 557,198 00000000000000000015163baea7df8f7ea19dad19294e66866fef7f401ae34a 3,287 1.00/1.00 vMB 19
557,197 557,197 0000000000000000001f3fb52bc9e419405208088ac1956d70a9a4001df558e9 2,218 1.00/1.00 vMB 2
557,196 557,196 00000000000000000005978913d85ed361343a1df3f1d4b9ecfec97fdeb535ce 3,010 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.20 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.02 GB
    • Received: 14.08 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.