Loading Tool

Explorer IconExplorer

Memory Pool

76,093 transactions
28.76 vMB
0.07095284 BTC
Random Selection Loading Transactions
Max Size: 175.86/200 MB

Candidate Block

Mining Attempt f2a85ae5ac1987ccf1fbcfce1f209dd7a2323d32e0f5c14ecd21c2dc9a9114d4
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root bdadd676bd30502e735c7eed26e616bbcce7c8a9871a8687920c2a309d3d3c9d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.00836009 BTC
Feerates: 77.76 > 0.84 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (213,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
701,715 701,715 000000000000000000019145ce62985850e5f7b4a75735201e346e8b9b58c533 1,580 0.74/1.00 vMB 4
701,714 701,714 000000000000000000067d28b9f275cd5e9623637b15741520106ab8665e90d3 2,143 1.00/1.00 vMB 6
701,713 701,713 00000000000000000007d24f0fc9e9792ded93531ea7bd6ec802a23ec5f94bbe 2,418 1.00/1.00 vMB 8
701,712 701,712 00000000000000000007dba1ef87f8f05b747cc5e3441de46b64c399cdd90220 3,016 1.00/1.00 vMB 16
701,711 701,711 00000000000000000009b927aa5645b637a875e46d1352421de3eb72caa358b9 2,954 1.00/1.00 vMB 8
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
Previous 10 blocks ↓
Total Size: 782.82 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.71 GB
    • Received: 17.08 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.