Loading Tool

Explorer IconExplorer

Memory Pool

80,513 transactions
30.12 vMB
0.14010918 BTC
Random Selection Loading Transactions
Max Size: 181.89/200 MB

Candidate Block

Mining Attempt 14ff3a8517e24a20b9ab45bccf2e87ac5b16e89689feb763380897db0b629648
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 07bad75e03f047465a6d171154cabc7225c1e18b1811194bfdd5eacaba3a894a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.06875897 BTC
Feerates: 101.64 > 6.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (872,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
42,342 42,342 0000000040417f9ae9f03a3417e7ee4c3b38d59db047365578058fb4481274c6 1 0.00/1.00 vMB 0
42,341 42,341 000000002095d88088e8afd56ef4b5fa0f9de5190bfe96b216179260c6944212 1 0.00/1.00 vMB 0
42,340 42,340 000000002a9ab43ee73579ec6c9b4c3cc2085384f8a30f15f2010bcadcadc022 1 0.00/1.00 vMB 0
42,339 42,339 000000000a3433b0ab1ed1153ec6f758c258b5d736f289f277463f29ee50db52 1 0.00/1.00 vMB 0
42,338 42,338 0000000006218d11601066ead6bd3a72a4ccfd94b63fff4c6808c3c681022d74 2 0.00/1.00 vMB 0
42,337 42,337 000000003366626d75953264e24c0e46eab5e9893a6bb5354a542371b9a0f806 1 0.00/1.00 vMB 0
42,336 42,336 000000000b0078371753a9813d3f902008cec296451cf5d721e4660a2fba9612 2 0.00/1.00 vMB 0
42,335 42,335 00000000308496ef3e4f9fa542a772df637b4aaf1dcce404424611feacfc09e7 1 0.00/1.00 vMB 0
42,334 42,334 000000001d1fff92dcc88e9f8b25eb6d7f93939c50daba539e524fbe757de28d 1 0.00/1.00 vMB 0
42,333 42,333 000000002d4a6ca06ae0fc8c99b130ff3d7cb99be4b3d2b88207c80c206d7eb6 1 0.00/1.00 vMB 0
42,332 42,332 0000000014071b3630f25a878df64159cb24c89272a285230bf96dfa18ba9e96 1 0.00/1.00 vMB 0
42,331 42,331 0000000007889bc2ba265096832305d355632cedc3f027bb6a68fa6fbdac0472 1 0.00/1.00 vMB 0
42,330 42,330 0000000018507b150c701fa163d25146df388421c60954ba2032850c7ce5cb95 1 0.00/1.00 vMB 0
42,329 42,329 0000000044409e2cb8ab7f99f7721e6a8a616a865161c4c376fc2a06f5129184 1 0.00/1.00 vMB 0
42,328 42,328 000000002e49be2357651e351add7de5231bd4420966832ef9103b1af11b0ca9 1 0.00/1.00 vMB 0
42,327 42,327 0000000007f4d3a4373b0a1a477c36370f80fc04b121cbb15e1c2e518663a5ba 1 0.00/1.00 vMB 0
42,326 42,326 0000000022815ec1206f32cfbfc0fa1a41b176707cac0d40bcf3f985144295f4 1 0.00/1.00 vMB 0
42,325 42,325 000000005dd37c766d73256776d985f140e7c403c2c86ca651f4cbd5fc5920c2 1 0.00/1.00 vMB 0
42,324 42,324 0000000039e87a42e96bca1f7192d015f1073935a0af48833b0008ea8bd46e31 1 0.00/1.00 vMB 0
42,323 42,323 0000000010ae4dbf45fb5802df859d12774d7d20dd8bbdfbcb4e78a830a77b71 1 0.00/1.00 vMB 0
42,322 42,322 00000000320a6b682a6dd79fc3ebedcfb240baf1f5af62b0ecbaf16afce71c06 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.22 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.