Loading Tool

Explorer IconExplorer

Memory Pool

82,376 transactions
31.10 vMB
0.12494987 BTC
Random Selection Loading Transactions
Max Size: 186.94/200 MB

Candidate Block

Mining Attempt 5f89e8ab39953644d76511fbc4f4a6c8d642a9c73f21e9c7a93660442e8196e0
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root d3c29b4248c7fd4b785610ff62e0027269d5310904e32e193c9ac8cfc4792b85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,067
Size: 1.00 vMB
Total Fees: 0.05400795 BTC
Feerates: 180.34 > 5.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (297,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,325 617,325 000000000000000000111f3389efe1304595e83b8fa08d5b49ea4afea9e52cf6 2,939 1.00/1.00 vMB 34
617,324 617,324 0000000000000000000c986ec3441916365fd7df821f058a18918dbfd3e52aed 2,705 1.00/1.00 vMB 14
617,323 617,323 000000000000000000016ad1138e7bed883da35e38646bac87383eca455cba1f 3,240 1.00/1.00 vMB 38
617,322 617,322 0000000000000000000b4d367e381455ed0716e1ea361d6e67f6c342336b3a4d 2,366 1.00/1.00 vMB 10
617,321 617,321 000000000000000000114cd0ccbf8551db8b6467c50ef35e31a9c4787546226f 2,423 1.00/1.00 vMB 27
617,320 617,320 00000000000000000002671e839b1102ccffc0868d2b384e9ded18c7916d7633 3,412 1.00/1.00 vMB 39
617,319 617,319 00000000000000000003e7ab942cb24a1adec901796d1d642e69531e2fbe86ad 1,410 0.48/1.00 vMB 18
617,318 617,318 0000000000000000000f5fa0c6e1b289b321e9438a5937cb5c7cc6c9597a776b 1,782 0.55/1.00 vMB 21
617,317 617,317 0000000000000000000111510ecf4c2959d44375b9e466d4ab616530b7497bf7 1,278 0.37/1.00 vMB 21
617,316 617,316 00000000000000000011ef794985f99acbc41a33174bae62ba9203f1bf4a9289 60 0.02/1.00 vMB 28
617,315 617,315 00000000000000000006325d3912dea324e62d29cc0b71dd386d547e572bff54 2,888 0.83/1.00 vMB 21
617,314 617,314 00000000000000000009c5c0a273744bf23c929dc0b23e79d89136f11730289c 1,475 0.34/1.00 vMB 6
617,313 617,313 000000000000000000096d94ab9e3d04a40c9a4a3e5bf811b9318712bd8f3231 2,788 1.00/1.00 vMB 24
617,312 617,312 00000000000000000010580f08b27120af1c916243897f27f5d3c83c2b1983c1 90 0.03/1.00 vMB 18
617,311 617,311 00000000000000000000f8a6410f9c36dc489d976ff29097fa13e4144cc9cd75 1,774 0.60/1.00 vMB 18
617,310 617,310 0000000000000000000e4137f77fdde32b332cd9709998b343926cbb12b5ff6a 2,173 0.64/1.00 vMB 8
617,309 617,309 0000000000000000000f0a60680a227595cb6dc1b95be51e2cfcf1311a31cdf5 3,097 1.00/1.00 vMB 16
617,308 617,308 000000000000000000095c02fb152069a438e9795f41033c7c03568a00069800 2,077 1.00/1.00 vMB 46
617,307 617,307 0000000000000000000a6b74b22e94422078b933e2979e0c29f859d28abe5ae2 2,242 0.75/1.00 vMB 4
617,306 617,306 000000000000000000079715b6ec613754ae01cc39d84e958ffc9dcc115101b0 3,234 1.00/1.00 vMB 36
617,305 617,305 00000000000000000004868f0d9b00b66e38636fcf9e7365009c52df2938bb3c 53 0.02/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.53 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.