Loading Tool

Explorer IconExplorer

Memory Pool

34,970 transactions
18.94 vMB
0.04652592 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 102.92/200 MB

Candidate Block

Mining Attempt 69de362c63a27cbe47ca985b24a420962a268941434d8896196e1bb6ffceee94
Version 20000000
Previous Block 00000000000000000000c9f8044b87e64f6245a851397985fb6a93dbfe758e41
Merkle Root 586a6ebf10eed6ee271ef3d9c05df74060c6cb5afc64fee70d4b245790f1df2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,178
Size: 0.9978685 1.00 vMB
Total Fees: 0.01096460 BTC
Feerates: 90.60 > 1.10 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,840 (767,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
146,750 146,750 00000000000001dd8ff27378239e6937b7286f553786a9e231d6f19bb399b5bf 11 0.00/1.00 vMB 163
146,749 146,749 00000000000001c8d14ac8f32a9132077093c09034aad24828c89c1b117a6103 74 0.02/1.00 vMB 232
146,748 146,748 000000000000083b54e1c9d1a5b0c574748e961de17a24978c7426749dcf03ce 67 0.04/1.00 vMB 97
146,747 146,747 0000000000000165124ed437b2f67d5da725aab9b5fafa89a238a16298eb56bd 52 0.02/1.00 vMB 95
146,746 146,746 000000000000059fb6397cd4ba05b7676fe1836df61b78c58568b8b5997810a0 120 0.04/1.00 vMB 175
146,745 146,745 000000000000065ed473cb2c4ead60aa3bdd119da7b233d9c34fca9eeffbb113 99 0.03/1.00 vMB 122
146,744 146,744 000000000000089ef2ae7286a390ceeac749a9938b0c7e3bff4ebd85d160da7a 20 0.01/1.00 vMB 101
146,743 146,743 000000000000093cc7227063ea9f39de5c9e8c1caa6ccc39bcd3e3dd4da56069 74 0.03/1.00 vMB 133
146,742 146,742 000000000000069e3cbaa0304ddc4c711da6ba1bad37dccd50a671387a7ff90d 71 0.04/1.00 vMB 92
146,741 146,741 00000000000006469cf3feaefe3e208116fed828f53fa95cf8ea6d48f6ec3d4b 87 0.02/1.00 vMB 18
146,740 146,740 000000000000037d6215848c1aca47ed53a02f0372d403ec3f38d5c57bce5f89 25 0.02/1.00 vMB 65
146,739 146,739 00000000000006d5207e5e14e0ced2f52816b631136f43f21b685c10461db3f0 116 0.04/1.00 vMB 151
146,738 146,738 0000000000000354b51a1ca9586e2c95b8f12df239e87ff63a02ad5e88f2310d 7 0.01/1.00 vMB 31
146,737 146,737 00000000000006352990319ed221cacef95fa39b4efd8a3f00c2d43fc0dcdab5 6 0.00/1.00 vMB 36
146,736 146,736 000000000000081d0e485f315b7322c48e3e0059bf5f3b127801a2f3f52296ff 16 0.01/1.00 vMB 252
146,735 146,735 00000000000007a900a4ab8d71ecad1ddfc5ac363ed8016c27a2d5a0fdc6b27d 39 0.02/1.00 vMB 170
146,734 146,734 0000000000000814797bb59e9d799938aa3f5160fa87e6aa7f4334b1d57d7a51 3 0.00/1.00 vMB 0
146,733 146,733 00000000000006863c8fde605cf0227552d151ba015a61693194b5defb59bd23 26 0.01/1.00 vMB 117
146,732 146,732 00000000000005f102549289d0699578b6de81bde547c29f9d2bf6f5fa068a5a 18 0.01/1.00 vMB 378
146,731 146,731 00000000000006e040ce691912eb67a1d63ebf2865ceef75a95d9e3cfe766121 102 0.03/1.00 vMB 194
146,730 146,730 000000000000090e957b049cb15162e21028a51d22e4f53395b6e20b5ca4ea41 71 0.03/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 780.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 520.75 GB
    • Received: 4.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.