Loading Tool

Explorer IconExplorer

Memory Pool

80,632 transactions
29.72 vMB
0.09382298 BTC
Random Selection Loading Transactions
Max Size: 180.07/200 MB

Candidate Block

Mining Attempt 27c39706b1e6ee86cddb0de95cc621090b78311219d79ba3fcda5f63d7b84933
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 27f7c1e360d2e04e8a11b6b90bcbe470b83b2e90239f99cad56e4166275799a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,437
Size: 1.00 vMB
Total Fees: 0.02973478 BTC
Feerates: 278.95 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (567,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
347,293 347,293 0000000000000000041a7d829415657b9b302400db70878cf3783a5f3dc69a4b 239 0.11/1.00 vMB 28
347,292 347,292 00000000000000000807b8c6889902ca26c6506b9a8006be81d0b52bf5cf146a 1,140 0.88/1.00 vMB 18
347,291 347,291 00000000000000001134fb568ad3728a8fc753af8f78c112e40c6ea903a4149b 1,329 0.49/1.00 vMB 43
347,290 347,290 00000000000000000d427211d16b7e70049b3f75628f896b57fef522760757d7 31 0.01/1.00 vMB 14
347,289 347,289 000000000000000012fed6d5470b791cc06c9a86ed078c7d749b9b74dfae5d15 657 0.40/1.00 vMB 23
347,288 347,288 0000000000000000028b8d7691204adcd5d602c610eb23d77b464b1a253a1c51 1,203 0.72/1.00 vMB 22
347,287 347,287 0000000000000000035cd59b1cb27f6932f6bd8eefe4c9a45144502de340fb1a 2,086 0.99/1.00 vMB 27
347,286 347,286 000000000000000008e8de040a890798af9ec0a716333a27f72d2aeef5ae9b7d 1,151 0.77/1.00 vMB 22
347,285 347,285 000000000000000006b27ae9d1a2394c3a61f253530f049c3b4ca49082b71ffc 128 0.04/1.00 vMB 34
347,284 347,284 000000000000000010126275c39b75eac7fe1d45677b221e243bf52f183929f0 265 0.12/1.00 vMB 44
347,283 347,283 0000000000000000032ca2a86bfd3a834f866501330a40daa35dc2d15c0d1513 961 0.66/1.00 vMB 26
347,282 347,282 000000000000000003e6a97e9fe4ee7c70172e22c94fa7d62c200d06240372cf 316 0.27/1.00 vMB 10
347,281 347,281 0000000000000000086d45e087fac68a7f7a79646e68d5310d4dcb36a8c57d36 1,221 0.59/1.00 vMB 30
347,280 347,280 000000000000000011ce54e640d876b20cfa22bb1fbcaf74baba0e529dc16a44 680 0.34/1.00 vMB 24
347,279 347,279 00000000000000000ca54758a47ff2123d3dfc1f0c9868fc911ab147c12c1617 259 0.16/1.00 vMB 27
347,278 347,278 0000000000000000098c102b2e3e49fd3df1fa214606261202031cb2ba0c65e1 347 0.22/1.00 vMB 15
347,277 347,277 00000000000000000745461fd2d83506ebce310e236b3034f27304b9cdd49e8b 1,417 0.75/1.00 vMB 24
347,276 347,276 00000000000000000f0227bad9cb6eb19a9ba6e134c8c6fc58e7c1f0f5f017a2 163 0.10/1.00 vMB 27
347,275 347,275 0000000000000000082ab30eff871a8747e4ecd7786fadbc1b8f314d88bed291 594 0.40/1.00 vMB 20
347,274 347,274 00000000000000000b7bf22379c8f03d9019c100f9984cfb7da1a87efe879efb 70 0.06/1.00 vMB 12
347,273 347,273 0000000000000000007ffea785e94e850a264e8e695a2a3bb9053fe878f6f646 1,567 0.75/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.56 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: 670.07 GB
    • Received: 15.81 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.