Loading Tool

Explorer IconExplorer

Memory Pool

80,875 transactions
31.01 vMB
0.07117651 BTC
Random Selection Loading Transactions
Max Size: 188.85/200 MB

Candidate Block

Mining Attempt eed0a01b54fcfd5a4f45f045d3425feec37d4e9476426492a64f8bd4711543e3
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root 79062c16977d2492d7cd408e4c88cddf353f083ba33945c590cdcbf23f58aeff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,343
Size: 1.00 vMB
Total Fees: 0.00428840 BTC
Feerates: 60.16 > 0.43 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (615,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
299,260 299,260 000000000000000001963d5960e788afbbfa2a365ae0d5d966bac6b79cbcdb0d 256 0.09/1.00 vMB 37
299,259 299,259 00000000000000002d9b5cb685b5a36e27c26ad2af94dcdef2dc161f71a9f532 251 0.23/1.00 vMB 21
299,258 299,258 0000000000000000389efc984d7cedd61eb6a5f0e2d0bbce7d0f0ae0004fd028 552 0.35/1.00 vMB 29
299,257 299,257 00000000000000007e2e75250e39117477ba7926f5a24ddca60ee74df18c5d5d 973 0.35/1.00 vMB 51
299,256 299,256 000000000000000055df5c5478a6e2bf67b5ea7df7a0fa3bf85bb3d8dcc3211f 292 0.30/1.00 vMB 21
299,255 299,255 00000000000000007e09d60d079cb46d9afc2709e5acd569c9cf3751d01fd015 1,699 0.90/1.00 vMB 38
299,254 299,254 000000000000000040a78527e2373149f612d00279b1061c7f36562fdf9c75dd 1,142 0.92/1.00 vMB 26
299,253 299,253 000000000000000012a447d2713a1c7ba5948ada874b0a8ea4c1c4f26d95000e 1,210 0.50/1.00 vMB 33
299,252 299,252 00000000000000000c7d1c44d9d7c28bdc8d85b1bc9b6becaefff46da16b4205 1,157 0.35/1.00 vMB 77
299,251 299,251 0000000000000000265279760dbaa4cd55072fca1a43ba95f3019597456ebc55 100 0.05/1.00 vMB 30
299,250 299,250 000000000000000021dc55c1bf2850100f1c19b92320aace0336623c1109d43a 567 0.45/1.00 vMB 22
299,249 299,249 0000000000000000884a493248e862801ef822db0e92f60892c009f1f1302906 662 0.25/1.00 vMB 52
299,248 299,248 00000000000000004e3b1af615ba5c9e784721e43d4194f0edc85c7aac24a6de 99 0.05/1.00 vMB 29
299,247 299,247 000000000000000076b3d55072e36f91a340c8f1a7adaf0acc390ffd662df58c 176 0.25/1.00 vMB 19
299,246 299,246 000000000000000073e0b2ae8d63eeb4f865640ca8f00a28092deeadcc3cf463 597 0.35/1.00 vMB 25
299,245 299,245 00000000000000005100e55505a412bb9c4212d23791ff21e2313d4e5074552c 772 0.25/1.00 vMB 71
299,244 299,244 00000000000000004e11dbbc6a304122062781f185e10540b4ecddd14a59d9f7 625 0.37/1.00 vMB 31
299,243 299,243 00000000000000001d6ba6de3851c7047cfdc38324599fde67f49d28ab02917e 1,135 0.53/1.00 vMB 50
299,242 299,242 00000000000000004b80627e03a111a6d58d0cd6b6de3fc28cb7b1ea9eb66736 462 0.27/1.00 vMB 36
299,241 299,241 000000000000000037ca51945226c7929f2f7f7bf6eeb61e77e1c0a30ce71a2e 606 0.34/1.00 vMB 31
299,240 299,240 0000000000000000648522c93b21c0566fb6305dfc23edfe62a6b2921488eab2 679 0.42/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.74 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: 707.89 GB
    • Received: 16.71 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.