Loading Tool

Explorer IconExplorer

Memory Pool

43,957 transactions
29.65 vMB
0.09025000 BTC
Random Selection Loading Transactions
Max Size: 152.63/200 MB

Candidate Block

Mining Attempt 00aa9265840e81c67a6a1913e75a6745c91590ea334ce156b913f9c8e01e8f81
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root ef500f16f5536b8b4418bd8b1f0cf28f277e60da7f5871af7beee28ccf6263df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,633
Size: 1.00 vMB
Total Fees: 0.02996927 BTC
Feerates: 150.75 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (306,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,106 608,106 00000000000000000002933a1e3ad368eee5c7abb30db3c2eeabdaaf31ded522 148 0.04/1.00 vMB 13
608,105 608,105 00000000000000000014f9abbe4630f3f1f6899506d6b98711c373659fbe042d 1,055 0.33/1.00 vMB 19
608,104 608,104 00000000000000000004b3eb5f9eac89298fca35c45d92f5ddc48fb8f2f179d9 2,458 0.71/1.00 vMB 14
608,103 608,103 000000000000000000154a6427218f0688569c4b65faa1ac09fbec2d4060b2c5 2,077 0.63/1.00 vMB 14
608,102 608,102 00000000000000000003a4a2671c4bbd5c41e6e48f7a4e61efbff02992106c14 1,167 0.32/1.00 vMB 8
608,101 608,101 00000000000000000014a3167361812c703757c007e26852da70657075a58944 2,836 1.00/1.00 vMB 18
608,100 608,100 0000000000000000000d5703c94fdf7cfe6ab565735702307b1b89a44d9b9509 1,652 0.83/1.00 vMB 13
608,099 608,099 0000000000000000000ec9f9802b4e152edfb13910bdde22e5041bb9157e080d 383 0.10/1.00 vMB 17
608,098 608,098 000000000000000000062f265a9bbb8c29e38abfdd064e0260492ada41db04b2 2,046 0.78/1.00 vMB 4
608,097 608,097 0000000000000000000e24b4dfdc6df5d7b5dedf1175f44821d337937eed1f5f 1,533 1.00/1.00 vMB 10
608,096 608,096 00000000000000000012101d0c964f52a4e3c675834ca0848285ed42294f3312 1,657 1.00/1.00 vMB 10
608,095 608,095 000000000000000000152427c558d9d5368d9de4d07ebc73bdbe1a64eda91bf1 2,215 1.00/1.00 vMB 17
608,094 608,094 0000000000000000000ea124fb94ed7aaa1fd9c3cd3344a0367c55a46ea16a2e 1,189 1.00/1.00 vMB 56
608,093 608,093 0000000000000000000670935b5cac6a5187a0f55172e186beff652b74961f79 799 0.27/1.00 vMB 14
608,092 608,092 00000000000000000015af4bf233a1c225447ab99d96daf5ce7a38c8cd5d86f7 2,307 0.77/1.00 vMB 12
608,091 608,091 00000000000000000011b1f34129ec8a06ea425e77f0d7ca62cb96c744803b65 2,200 0.62/1.00 vMB 7
608,090 608,090 0000000000000000000fad62ccd023bdf67ce674615d76095bc9f3e7422ae927 2,717 1.00/1.00 vMB 19
608,089 608,089 0000000000000000000bdbcdcca6373b0130b3e376aa8d285cf6360e3ea2f0be 670 0.24/1.00 vMB 3
608,088 608,088 00000000000000000015b4ab13f5bac6efbfccca5bbc7b588c4b647c3f44ce00 2,734 1.00/1.00 vMB 12
608,087 608,087 000000000000000000120ae55e4e5aaae4d5838965696987ac105eed1763903f 2,712 1.00/1.00 vMB 18
608,086 608,086 0000000000000000000f0f088cd73d3d8f4deac30203159192c83c04e208a9ca 2,418 0.85/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.70 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: 629.22 GB
    • Received: 11.88 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.