Loading Tool

Explorer IconExplorer

Memory Pool

80,445 transactions
30.14 vMB
0.09036123 BTC
Random Selection Loading Transactions
Max Size: 180.76/200 MB

Candidate Block

Mining Attempt 90df6b272de2692011bda2ce2ea37aff62c6d07db260523d3bbead2ee16ec724
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root b62513f52fdc875c9db91603d86ad4afdbdc85c3535a54ea4abbce9adc97f30a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,358
Size: 1.00 vMB
Total Fees: 0.02802887 BTC
Feerates: 301.07 > 2.81 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (267,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,737 647,737 0000000000000000000e63071cf53ac990922db048efe8d42af0315fba9f2e01 2,439 1.00/1.00 vMB 40
647,736 647,736 00000000000000000000ed206e2819a175ed9d935a18c24f901d4fe5aa4d8d6b 1,656 1.00/1.00 vMB 13
647,735 647,735 000000000000000000057d929c54025d4f788cbdfa1b9501a13528ae4ddd9f37 2,802 1.00/1.00 vMB 65
647,734 647,734 0000000000000000000806484433f14dabb5e6b440776112229f66a1f6aa9a4c 2,379 1.00/1.00 vMB 37
647,733 647,733 0000000000000000000846a35462498560ac09bb29e32902c6e5cc0190def62d 2,241 1.00/1.00 vMB 44
647,732 647,732 0000000000000000000b21dd20061b8386e9f1f5eff392c0177d9f28d4841cb4 2,349 1.00/1.00 vMB 45
647,731 647,731 0000000000000000000deb961aab25bbc9c9f72fe6fdedfc8aaa506376853c4a 2,394 1.00/1.00 vMB 70
647,730 647,730 00000000000000000003b0d2c9e4bb81616a74aa0c965d925271b1061dd0d461 2,637 1.00/1.00 vMB 107
647,729 647,729 000000000000000000064b9fcad14d747b725552005db1a77e6344a7c672a9bf 1,627 1.00/1.00 vMB 30
647,728 647,728 00000000000000000005877577947323646da3d0fdfa6aab46480b2dc928f5bc 2,069 1.00/1.00 vMB 58
647,727 647,727 000000000000000000040c41fc3237d73afcb9ca8e7f86219420fccb2f21c221 2,480 1.00/1.00 vMB 49
647,726 647,726 000000000000000000049ee65ca33499c031b1b61f65eab6cb4684d8083ccce0 1,842 1.00/1.00 vMB 100
647,725 647,725 00000000000000000005de4c7097584b3299da6592ef526ec6660a4c44a54fe1 2,414 1.00/1.00 vMB 66
647,724 647,724 00000000000000000009832bc12b9d1dfbf333be6338c95ff3aef096e1e840e8 1,986 1.00/1.00 vMB 45
647,723 647,723 00000000000000000001b108b62ad2328e275427fbcac1a0ff79ef05e8427c57 2,489 1.00/1.00 vMB 104
647,722 647,722 00000000000000000008d0682d44d9c0370285270a1d6a46ebc8cc13a07272f4 2,487 1.00/1.00 vMB 57
647,721 647,721 00000000000000000000dfcec4f7a9bfb8e866a1ce84c65413f823a30d58be65 2,435 1.00/1.00 vMB 109
647,720 647,720 00000000000000000009f9e8564911c0ea80094daf9c6f08828e9777acee65d5 2,284 1.00/1.00 vMB 52
647,719 647,719 00000000000000000005e8917429bd0380145af0b366562869a5732c1c226f65 2,421 1.00/1.00 vMB 115
647,718 647,718 00000000000000000000c4c5f75813d573b12dfe9841ee853c23c39c98d32b8c 1,384 1.00/1.00 vMB 20
647,717 647,717 0000000000000000000712890db98529a682b3eaccab1b1a54ff73c894f4a6ca 1,703 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.