Loading Tool

Explorer IconExplorer

Memory Pool

79,464 transactions
29.65 vMB
0.12644326 BTC
Random Selection Loading Transactions
Max Size: 179.12/200 MB

Candidate Block

Mining Attempt 0a1e4c1b920f415ba4b969356d8a97db0ce7d34b717a1cf88e92edd9f24f6cc5
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root d62c7647ea6238f82ff7c04a946c7bebcf20c8c04efee7cdd8d8115213e7a284
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,810
Size: 1.00 vMB
Total Fees: 0.04531003 BTC
Feerates: 198.58 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (147,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,397 767,397 00000000000000000001335123135e07fb18f830826ade01ce6f45a4bd96eb14 2,807 1.00/1.00 vMB 18
767,396 767,396 000000000000000000025bedf997cd4d84349cfe7899e4f97c94baf5cab95898 1,840 1.00/1.00 vMB 15
767,395 767,395 00000000000000000000fc71ab92c910f266a0820c640d80000cc1cec54f2b0c 2,444 1.00/1.00 vMB 18
767,394 767,394 00000000000000000000ca11639a76706a88502e057ef4a9ff018c7211a11d5a 3,696 1.00/1.00 vMB 21
767,393 767,393 00000000000000000004f2a2646238590fcbb8038db1a5b6afbe40de7039fd82 2,539 1.00/1.00 vMB 17
767,392 767,392 000000000000000000043c6a3230677806201bdba48510455e1f034fb1456d0d 3,301 1.00/1.00 vMB 18
767,391 767,391 00000000000000000007474d5438a2aa39f1dc6e727b759d7f79e2b6c236b80c 3,171 1.00/1.00 vMB 7
767,390 767,390 00000000000000000000960ec59ab6e98666cdfc501fd42e978e4937a3b90282 3,440 1.00/1.00 vMB 20
767,389 767,389 000000000000000000016c295d4ddeb1a9bf43d23e030a3d700d7d078a63cd8e 3,266 1.00/1.00 vMB 8
767,388 767,388 000000000000000000047a2852af966f48848b40b6440fd2f36f0a252d687860 2,262 1.00/1.00 vMB 13
767,387 767,387 00000000000000000007f832cfd1ac671a09486f7a7dadf8768aad4788a65255 2,368 1.00/1.00 vMB 16
767,386 767,386 00000000000000000004ff6c70bfee0fe87e9d88abb0e757dafa5eeca4871234 1,813 1.00/1.00 vMB 8
767,385 767,385 0000000000000000000565cd9ecf2761bd5d4a694e8e56271ae00c60eef9902e 3,708 1.00/1.00 vMB 14
767,384 767,384 00000000000000000001a6ae0c0fc0a46b407795f58dd8d2c21c53ea9f244530 3,498 1.00/1.00 vMB 18
767,383 767,383 00000000000000000006b82ddc1757a19b72f188110e2fc9baf6db3548123cb4 2,875 1.00/1.00 vMB 11
767,382 767,382 00000000000000000006cf010b067859bf59c6910326d0d5150fe778b7af1c2f 3,503 1.00/1.00 vMB 27
767,381 767,381 00000000000000000004d4be0d190c52826b80398b6b816848d0ab5f051bbe5b 3,012 1.00/1.00 vMB 20
767,380 767,380 000000000000000000048c79a975e63d19a72336af39b51b1169557f0c65ea2d 3,140 1.00/1.00 vMB 35
767,379 767,379 0000000000000000000070fd2482879a0fd9e0d38ca41c17c4456509fc70dcf3 3,448 1.00/1.00 vMB 16
767,378 767,378 000000000000000000021245462e492cb9ae936a00720a02c5d8316b523e5562 3,324 1.00/1.00 vMB 12
767,377 767,377 00000000000000000006671066201c36cefcde9f6551cc1b7652781af512e8f1 2,997 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.86 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: 712.96 GB
    • Received: 17.25 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.