Loading Tool

Explorer IconExplorer

Memory Pool

82,159 transactions
31.70 vMB
0.10726428 BTC
Random Selection Loading Transactions
Max Size: 190.08/200 MB

Candidate Block

Mining Attempt d60fd2e8f271eea193b5371c310b56e83ca2ae85e25af6706d2ebe5aae25879a
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 05996b22a8778a59a3d22055f3cb5f27db39d41f8d840f9873f21697df88aaa0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,949
Size: 1.00 vMB
Total Fees: 0.02381098 BTC
Feerates: 99.50 > 2.39 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (449,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,093 466,093 00000000000000000029e7048948537d5c6f2ffa27e8704f7badc02a1cdaa8df 2,836 1.00/1.00 vMB 309
466,092 466,092 0000000000000000001e33805fc349460418c06fa306fded095c56370a6dd0b9 1,912 1.00/1.00 vMB 213
466,091 466,091 000000000000000001790ed56e831edbf6a5c688d813a441bd0a36dbd67bebb9 2,203 1.00/1.00 vMB 248
466,090 466,090 0000000000000000019102c732c67d85b0087d1359bc98f7c7c92591a44b22b2 2,399 1.00/1.00 vMB 238
466,089 466,089 00000000000000000083bc1e739acc62d3fb964b39d5fe1762bbae2b9931c529 2,754 1.00/1.00 vMB 347
466,088 466,088 000000000000000001cb2918a65adcbb71aa3035a82b096eb55cd11133e02e31 2,087 1.00/1.00 vMB 221
466,087 466,087 000000000000000001543c21633341c7608d3bc8260cd03be8f15ea7da171b41 2,746 1.00/1.00 vMB 251
466,086 466,086 00000000000000000192f56f377c2ab823dd1e39b6216a12674f110a99a108ee 1,727 1.00/1.00 vMB 324
466,085 466,085 000000000000000000aa2ebdf2c19d0dfb93f530225e4c8f2c76de154d2bc8d4 2,498 1.00/1.00 vMB 271
466,084 466,084 000000000000000000f74d7f56c41759bd2c0e4d36d286f5a6ab88f0672d4e34 2,157 1.00/1.00 vMB 178
466,083 466,083 0000000000000000015dd8654341e82bd55a8d2ce27db3a34af56ac938a27db8 1,802 1.00/1.00 vMB 191
466,082 466,082 000000000000000000fc343ca8b52b587d51e3419ea60e3c3dd09ab3b22d57d1 1,645 1.00/1.00 vMB 149
466,081 466,081 00000000000000000144d483d7cdc66d5c90b8678912bdaa4317db3e47182f41 1,868 1.00/1.00 vMB 287
466,080 466,080 000000000000000001b392e20408fe69379cf6b2c059212f1586f9c51c546cc7 2,651 1.00/1.00 vMB 282
466,079 466,079 000000000000000000c3b5f691cc5cee0388b6e30178d7dab2910201af764227 2,542 1.00/1.00 vMB 265
466,078 466,078 000000000000000000b0e57ec7aa4157ee13878b8dc00ec8d27d16b608d3edb2 2,381 1.00/1.00 vMB 230
466,077 466,077 00000000000000000104476880ca3005ac8ed4e7c3e0c65bcbe395a22bf09d51 2,625 1.00/1.00 vMB 128
466,076 466,076 0000000000000000006fe2bc3fc1a7df876db3abc4f64f7076588610edf7a53e 2,562 1.00/1.00 vMB 146
466,075 466,075 00000000000000000081d70cf0682cd69935d567252671444ed85f86772aed7c 1,982 1.00/1.00 vMB 181
466,074 466,074 0000000000000000018dd91330391b109f9eedae17ad841b8b51fa81f7fc1fb5 2,043 1.00/1.00 vMB 255
466,073 466,073 0000000000000000006fad3581693a1ed89774b9c44ac0ade6a2a0e30dd4b1c8 2,185 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.