Loading Tool

Explorer IconExplorer

Memory Pool

32,452 transactions
9.96 vMB
0.15374540 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.05/200 MB

Candidate Block

Mining Attempt 5186a92ec3caf292b06e63927108ac8e3b4e4dc45a0a58d8d2a4d405b38d5d7a
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root b7f331cf3d9dc8d58f26007e3592889905617b53e65de2a8e1c94bc27a14e475
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,559
Size: 1.00 vMB
Total Fees: 0.06689043 BTC
Median Feerate: 4.46 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (673,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,520 239,520 00000000000000e906c80d9d522b2fea71ec1372c889cbc27632d3f2aedc42b6 345 0.16 vMB 159
239,519 239,519 000000000000009a07e222a26b52aa3535bf189fbf0b0c6096846efa25756e89 92 0.08 vMB 116
239,518 239,518 0000000000000067bb9e272929f91bba6b49c71ca01343fa6695f50cfcdb9aa5 249 0.15 vMB 107
239,517 239,517 000000000000001fd23a7b758d5bae04042723b8812b9efa373b412cd71b7b3b 1 0.00 vMB 0
239,516 239,516 00000000000000592e24aa6756a83c60bfec644218433a152c20d43e1cfdfd23 637 0.25 vMB 193
239,515 239,515 00000000000000f47e161ba60cc78500a6bdb836f709c615fea386574b61d0f3 121 0.07 vMB 90
239,514 239,514 000000000000006b13a830719c4f1fe54e7f0479611a3b862b8f618e4911c829 620 0.25 vMB 173
239,513 239,513 0000000000000082d0bb5c88711f7902b0f68a395f5a9783b9f8c09ff0ddbde2 109 0.07 vMB 45
239,512 239,512 000000000000015ba896d2b40b0598d32ed44f3c827896f43a8efbad3bcbc251 269 0.15 vMB 65
239,511 239,511 0000000000000029ec2224ef71d4a3234a46c3807098f5cfd1908a4868d4dadc 714 0.25 vMB 233
239,510 239,510 00000000000000bbddf5fae78c4bea3ccf473c0f68ccc1e0edc3634ca107febd 5 0.00 vMB 550
239,509 239,509 0000000000000006af3cbe118f49192bac2ca790f054bb14101fdb3f045ab333 591 0.29 vMB 139
239,508 239,508 000000000000015d276c6b4e725c2a81096ca8412a25b9ada57c7e8b6e514a4c 628 0.25 vMB 192
239,507 239,507 00000000000000f6d56b57b57e6c175973e071e45138177010ab5edc39ea9ae8 102 0.08 vMB 61
239,506 239,506 000000000000012c75481a44b5f8ec3b5a1b7c6747eebeaf6b4f0a220e618a2e 600 0.25 vMB 189
239,505 239,505 00000000000000c6c9032971047db650f5692fb058a5575186c0efd767a42d9d 473 0.24 vMB 144
239,504 239,504 0000000000000109725c064098636a9f82160c1728aa81aa70c3f436e3fe2346 444 0.21 vMB 159
239,503 239,503 00000000000000fca800aeeb74953ba99cf9facc08cc43abd5f85dd298ec5a59 549 0.25 vMB 182
239,502 239,502 00000000000000bfc18c1f5951db71e633bda32d5520d82f5fc998e7be38f98b 48 0.01 vMB 23
239,501 239,501 0000000000000093801033fbc0f78b4027e65650c913953097412a8dd1ce22b6 319 0.18 vMB 129
239,500 239,500 00000000000001401a9f32d825106023daedfda9f4508476f3d55d3ee7556b4c 655 0.25 vMB 202
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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