Loading Tool

Explorer IconExplorer

Memory Pool

77,203 transactions
28.94 vMB
0.06759579 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt 08ef36063937b910a4abb3bcd7cb2b0a80150979ea02d1f755f24732d5d51806
Version 20000000
Previous Block 0000000000000000000015f42737b0f6cdaf42b1e766cbed553b91a24f37ee91
Merkle Root 265ab26a75d5774a362477ab56a5c348a78e1aa3c8e81538932996a07ad4e212
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,974
Size: 1.00 vMB
Total Fees: 0.00451690 BTC
Feerates: 150.35 > 0.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,240 (644,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
271,007 271,007 0000000000000001a68b9a0c5f20679d30294a2c44fe9b369089a8a121fe0983 937 0.55/1.00 vMB 51
271,006 271,006 0000000000000004f5d35e7c752c73c32b6984b50abd24b9950b6d918a17a10b 1 0.00/1.00 vMB 0
271,005 271,005 000000000000000480fcdda8265545df8e10310f83c2a20cdee9d8890f853459 49 0.03/1.00 vMB 25
271,004 271,004 00000000000000005f304b9b52a4e6f526d4a52e2f77cdc22d7748d0efede2e8 412 0.20/1.00 vMB 54
271,003 271,003 0000000000000003ebb2cb4d4144d7c8bf1ce6a8ba39ed28c4958a1eba32b760 407 0.21/1.00 vMB 53
271,002 271,002 0000000000000000916529e1e9a28d2cab5b41a2af79c501179908a5f02c7f51 411 0.20/1.00 vMB 37
271,001 271,001 000000000000000088fac639a3fa99a23d02f71b9270037e5110240e92de7cb9 386 0.15/1.00 vMB 79
271,000 271,000 0000000000000002ec315dca0e0ea2b00cac28ef02113bdf85a9d1eb907a7511 427 0.24/1.00 vMB 28
270,999 270,999 000000000000000343e958666fed15f2dac938942db421ec28c807e6b834e316 535 0.25/1.00 vMB 213
270,998 270,998 0000000000000004ce3c703e96d8534ecb9275744e3ab13835abdc23a650953e 492 0.21/1.00 vMB 95
270,997 270,997 00000000000000005261d3919ef877f7614db7bd69e9fdc3d50afcb7f738a07c 996 0.53/1.00 vMB 52
270,996 270,996 0000000000000003e7c205b41634e23b0d4bf4015d0b3026d42a6c8b2a3aa0bb 366 0.22/1.00 vMB 37
270,995 270,995 000000000000000526c0d3b18b0a16b4e1e9aa1a38ba290c94a3bb6b3f69217a 268 0.12/1.00 vMB 47
270,994 270,994 00000000000000001995a600c1050cbd23f6a121cdbf9b8982bea9a91e851cd3 273 0.12/1.00 vMB 14
270,993 270,993 0000000000000000b61a1a596fb3b843a778cc75258a049b23548f19ea220291 653 0.34/1.00 vMB 69
270,992 270,992 0000000000000004730a9d732986ab12917b0b1030f600c7faeabcce09969baa 399 0.23/1.00 vMB 39
270,991 270,991 000000000000000279ddcb2ce6838e3e89ccf72573f5db4758c8aeb8adcaf113 425 0.25/1.00 vMB 59
270,990 270,990 000000000000000321e14b0995139a4cb106e55e7c1f98db7d70d5756526ac5f 69 0.02/1.00 vMB 45
270,989 270,989 0000000000000006da67d7a3c656e9267e74c657a07741b4089365ceb59ca868 193 0.15/1.00 vMB 17
270,988 270,988 00000000000000068b4417d6940ddb2bdaa09cbb9cca8b296bc26bf9533a6435 677 0.31/1.00 vMB 72
270,987 270,987 00000000000000069b86fae2ac0f4baf1122906b1e26c35161e3689f4b56bb2b 266 0.20/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.81 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: 710.21 GB
    • Received: 17.04 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.