Loading Tool

Explorer IconExplorer

Memory Pool

83,364 transactions
29.17 vMB
0.07708086 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt 613f1b5c8a6bdf42c0b08e7caa8e180f5e48cf5cc0037cab78095e281a9a2eb0
Version 20000000
Previous Block 00000000000000000000aff128195e345133b8158c003d35948ffebe1b4bb614
Merkle Root b3084acdc08ed1b5471afb96980d23d1a84bceeb13da831f056854dcd8db2a7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,929
Size: 1.00 vMB
Total Fees: 0.01291568 BTC
Feerates: 129.78 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,621 (906,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,340 9,340 000000006486e9b59af9a133b725ec47e6041929d874d290870d98805584ca67 1 0.00/1.00 vMB 0
9,339 9,339 00000000d82b8a7e2ab966ff06c1ff991bfb1ec76dec5d0ab73ca46c6139c8c1 1 0.00/1.00 vMB 0
9,338 9,338 000000005016fdbd61cc2f2d78780512bd5b722c17e92b3fabe822546cda1a89 1 0.00/1.00 vMB 0
9,337 9,337 00000000cc3b5b188b3e1d413a52c04f392a9276c5529a05af81393073ba530d 1 0.00/1.00 vMB 0
9,336 9,336 000000000494c1e7e3c3b80f24c736542c0a28e24c710d91f9d727fa13dceb21 1 0.00/1.00 vMB 0
9,335 9,335 00000000cee1ebe5ca4698c8dc203ec6a430eb43f85326273c5934a428861df0 1 0.00/1.00 vMB 0
9,334 9,334 00000000261b4765edf334510ef4e167cbaf58406af6281891b4d57595c10fc9 1 0.00/1.00 vMB 0
9,333 9,333 00000000164fc769f695423278b637e89dd8baa2889292dab6ebbb1ae8b2026f 1 0.00/1.00 vMB 0
9,332 9,332 000000002fa9f963ce14897a499814b22027b4c18442f4b5075b505a36e61a51 1 0.00/1.00 vMB 0
9,331 9,331 00000000dad22f80e7a1cbb83690b4ac00de1a1a00125dc536eb084d71c550b4 1 0.00/1.00 vMB 0
9,330 9,330 0000000095b78bacd196e1ca586236a82c1ee91e7e07984e580bf1d8fee56ddc 1 0.00/1.00 vMB 0
9,329 9,329 000000008fc19732f7f8c2eaecb187234c8b571c2a2bfa470fdd9a58aa934115 1 0.00/1.00 vMB 0
9,328 9,328 00000000aeee3e3f2da0bc9e43a94e391c182b044835a1f7c5bfbc8041192cdb 1 0.00/1.00 vMB 0
9,327 9,327 0000000091d4de698e62f92b77990f39d6613afbccd4d1bc258dd8aed90ff894 1 0.00/1.00 vMB 0
9,326 9,326 00000000c458c22c6f410e89196ec635aa6e816b99c6a0054c2332fce646bbdb 1 0.00/1.00 vMB 0
9,325 9,325 000000007e0311199389a24ea5f110872900737957520ebd543cdbb0d27b85ea 1 0.00/1.00 vMB 0
9,324 9,324 00000000174707e83cc0d60c0878037d536f67678e5d545995665de6403ccd92 1 0.00/1.00 vMB 0
9,323 9,323 00000000a88719e11a80c259ccb094d96baed3c97bce37a9520831884a1b1db7 1 0.00/1.00 vMB 0
9,322 9,322 000000001b1f52515b653e6ea7a852604291031240bf64ea1c61e45f46f6d837 1 0.00/1.00 vMB 0
9,321 9,321 0000000069e4461ea0adb0e3e9d9e71ed022d14e27ad8a309417b3b742c16f4f 1 0.00/1.00 vMB 0
9,320 9,320 00000000eaeeff813cc2ef15fd33a82d26c44830304a8667472d4d3dcd53d7dd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 771.99 GB
    • Received: 20.10 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.