Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Mining Attempt 604e58db47a93608375ce30f0354f47dc62cd161b0f1f798e81b3044238ff833
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 (213,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,710 701,710 000000000000000000069ea79f5479f516dcef00033ee604b696009c532d4166 3,322 1.00/1.00 vMB 7
701,709 701,709 0000000000000000000912777c1a35c6af7125a22b4c0ceab86269118b71586b 2,626 1.00/1.00 vMB 17
701,708 701,708 0000000000000000000c535736779240605849aab5b53b7675d9008a97e8eb90 2,804 1.00/1.00 vMB 17
701,707 701,707 00000000000000000004f0c7933539c63b93096e63c52e24e7454a6feb047df8 2,335 1.00/1.00 vMB 7
701,706 701,706 0000000000000000000d50036549f8a5fa476fd7301ddc34da7a8de9ce198eb1 3,116 1.00/1.00 vMB 7
701,705 701,705 0000000000000000000ab603533b9fc61aa538b7d49db024fdc2b7a7279f2aa2 2,784 1.00/1.00 vMB 12
701,704 701,704 0000000000000000000c421a47d4e291afd7b7c142efc167b2f28e3e544611d8 103 1.00/1.00 vMB 7
701,703 701,703 000000000000000000022aa5f4a880fc804eab8fea4e829a6bd13ec18c83db49 3,124 1.00/1.00 vMB 17
701,702 701,702 0000000000000000000cc29e94e6f874404a9c7e4108e63a3d23deaba0345d08 2,661 1.00/1.00 vMB 19
701,701 701,701 0000000000000000000b0ef62a8e183f7014334cec97f2a4d83db0d81f037e97 2,663 1.00/1.00 vMB 16
701,700 701,700 000000000000000000040145e61b252e8da4fbf524a5b61d8b2c66fb9c0adb50 3,457 1.00/1.00 vMB 6
701,699 701,699 0000000000000000000e9512345c7e6073efa09d5d421c6e21655278ac43c307 2,470 1.00/1.00 vMB 17
701,698 701,698 0000000000000000000529f91762a6f1f568c91bf02bdbc3aebbce0f5e5fc8d2 2,855 1.00/1.00 vMB 27
701,697 701,697 000000000000000000034553562464d864193a7e2ac1367c044d41011c058e08 2,971 1.00/1.00 vMB 6
701,696 701,696 00000000000000000008a8cc4916531d0e831833ff97a704d3b4fb8f94564536 2,664 1.00/1.00 vMB 19
701,695 701,695 00000000000000000000e3f9648478e5b2b78fcb1a7ed78a7d1210e258f18c22 2,275 1.00/1.00 vMB 13
701,694 701,694 000000000000000000099480d01f8dbacb60800c9054a87c7ca5b4fd49952087 2,236 1.00/1.00 vMB 21
701,693 701,693 00000000000000000004fc2ade7ce1e6a72e984da3b67c4bf84171ecfa17ca8b 2,752 1.00/1.00 vMB 17
701,692 701,692 00000000000000000004935f05e3ffdbde2b34f39f90dd7d024674262bd0f2f0 2,596 1.00/1.00 vMB 14
701,691 701,691 0000000000000000000309ea8f7ba839508934753e9904d709ea3a46c56afd25 2,997 1.00/1.00 vMB 16
701,690 701,690 00000000000000000009a68ab53fca9b1fff51c35964233993d083611ee77b4a 2,480 1.00/1.00 vMB 29
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.