Loading Tool

Explorer IconExplorer

Memory Pool

19,381 transactions
11.28 vMB
0.04664861 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.78/200 MB

Candidate Block

Mining Attempt 88bee3c9480765b8abd39a6b18557f643a60fba5e8fb31c298bfe5cf6869439e
Version 20000000
Previous Block 00000000000000000000d07daa1ab23da8755ba9a9c7012a011a4a71de233add
Merkle Root b7704d257fc269e1bdf9353683a1df7d1bf9fb9bc38b422848eb626fc7727983
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,678
Size: 0.997914 1.00 vMB
Total Fees: 0.02836443 BTC
Feerates: 240.43 > 2.84 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,785 (654,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,398 259,398 0000000000000003f82a595e2bcb839040eb71b9a5b26e2bcfe256d27209966f 703 0.25/1.00 vMB 154
259,397 259,397 00000000000000192f8de1999c77bb37a985c05d55a2a42a382c52e851340f1e 643 0.22/1.00 vMB 161
259,396 259,396 0000000000000019fc0239d7c3e37c4d23f83b29fd14047177e0d2c488d565f6 523 0.41/1.00 vMB 216
259,395 259,395 000000000000001713969f559f2c8d8a6ce261a737e84b353aa40f204e099921 590 0.25/1.00 vMB 88
259,394 259,394 000000000000001de876629a46aa29a359723c9aae07e3ce4e474d99abc11041 683 0.25/1.00 vMB 165
259,393 259,393 00000000000000187eac2182b0069801b6f976e08706f5bb352407c019531d36 53 0.02/1.00 vMB 108
259,392 259,392 0000000000000001533c028e7c78648290024f821aee102a500a081effce3445 180 0.07/1.00 vMB 113
259,391 259,391 000000000000002297a73fbb065078fc070744751da6478dbedcac8792231a91 240 0.13/1.00 vMB 105
259,390 259,390 0000000000000007ca25cf44d7d44c4f57d92d52a35c1681a7ce8f926a0b37ea 302 0.11/1.00 vMB 117
259,389 259,389 000000000000001e2fb4ca46f0b37d6d4638242650b9de9f02ba3384671f1123 193 0.10/1.00 vMB 111
259,388 259,388 00000000000000183e455a0e3a71f2677bf0dc028d93c167b579aced6e4e5d90 38 0.02/1.00 vMB 68
259,387 259,387 000000000000000b5e2230b384261610d4ae6e9c484d31ebb642a9a3088decf5 75 0.04/1.00 vMB 34
259,386 259,386 000000000000001f4526e5b45cd2e8968c641a983c5f27f098312df735b58b00 80 0.05/1.00 vMB 84
259,385 259,385 0000000000000008a3cea87a9c8e99fac892a14af6b19ced4cb0507a882b1557 281 0.12/1.00 vMB 129
259,384 259,384 000000000000001366f42178204a0b2f3ab14369575f7ff63f246f557e7ebc9c 73 0.03/1.00 vMB 66
259,383 259,383 00000000000000088295ab9e0721f8193538163e369e8b89eb795cd66e078899 398 0.19/1.00 vMB 125
259,382 259,382 0000000000000000c93bf185046856b410f7bd5786f1ae36a91a8f60ef68ee55 38 0.04/1.00 vMB 36
259,381 259,381 00000000000000070583d8334ce8d0aa5a5eef5fc7127a0f7a72ab843b3c0234 12 0.01/1.00 vMB 20
259,380 259,380 0000000000000017624084c6110a4167f2c97723ce5caa1228ee8fcda2471bfb 117 0.07/1.00 vMB 35
259,379 259,379 00000000000000197e8967dc551c58ca9805ed0ba6e15ff6d5c9bb87698684b1 230 0.11/1.00 vMB 135
259,378 259,378 0000000000000009b4bec9a4374031762c7c9700eab2a9442336712fc769d7e7 604 0.23/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 780.24 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: 512.46 GB
    • Received: 4.24 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.