Loading Tool

Explorer IconExplorer

Memory Pool

42,532 transactions
26.69 vMB
0.06408854 BTC
Random Selection Loading Transactions
Max Size: 140.42/200 MB

Candidate Block

Mining Attempt e844c45ddddfa1fe234e088f4c88d7fa6be838dd78938be838940bfd9e1f0ade
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 5c4003d686dc45f0aa0e1d284d40f1cdf0e3ed33b8cea622da247d1a4490b7bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,888
Size: 1.00 vMB
Total Fees: 0.01479101 BTC
Feerates: 197.49 > 1.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (210,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,746 704,746 0000000000000000000ce78b8773e24f13891802ab7b990e9a6c82e95d0c9f4c 1,113 0.45/1.00 vMB 10
704,745 704,745 000000000000000000055b054c812b8ec70aeded9a62ae4f7754662781613f8c 3,018 1.00/1.00 vMB 15
704,744 704,744 0000000000000000000bdbf69f3f2619c540d189105ab684fa0d180338722f69 1,911 0.98/1.00 vMB 8
704,743 704,743 000000000000000000001d0df737156554807a1d7de0c4510160e71b0a52eb7f 96 1.00/1.00 vMB 1
704,742 704,742 00000000000000000007ea44ff65f2830f9ff6552fe062aa8a1a6c7e90d47eb4 1,354 1.00/1.00 vMB 6
704,741 704,741 0000000000000000000a33056c56e1c63941f0bdd80254469c8707a33768fcfd 729 1.00/1.00 vMB 1
704,740 704,740 000000000000000000022449d51207f4b3c7251edc607a805cd5e4d0f8c59a4e 1,679 1.00/1.00 vMB 6
704,739 704,739 000000000000000000079d0bd6112678336fe045713e174c832afae7fdd999d0 1,787 1.00/1.00 vMB 2
704,738 704,738 0000000000000000000846804ecd4f3be0fd08df27b2a8e4bdb1e59f26498fdd 980 1.00/1.00 vMB 7
704,737 704,737 00000000000000000009eef56affcd7e8112eb67bbd6896d38c19bfd53cce0e4 2,035 1.00/1.00 vMB 13
704,736 704,736 00000000000000000001b61ae385ebaceee1d64da35a70f75d40b7d118583799 1,225 1.00/1.00 vMB 4
704,735 704,735 00000000000000000009a152cf94718e41319db7a9e5b839102479ae83194ce1 956 1.00/1.00 vMB 4
704,734 704,734 00000000000000000005ffe996e1e5e7b06c383fdc20212b7c69309239a93dc5 1,073 1.00/1.00 vMB 6
704,733 704,733 0000000000000000000a3e6b191bdca96a49225a8c9ad9e946a5b4dcacf052bd 2,444 1.00/1.00 vMB 6
704,732 704,732 00000000000000000004c82dc99b4f49de11ec9ff33e82a749d364593bf018ad 1,012 1.00/1.00 vMB 12
704,731 704,731 00000000000000000002ab99aa048d2422ac1457131a3ddd2ee475ebfb4362bb 1,263 1.00/1.00 vMB 17
704,730 704,730 00000000000000000009fd07aa314f1fe23a2e2d2e5b9b2c2e68576aa7aca84d 2,294 1.00/1.00 vMB 11
704,729 704,729 000000000000000000039da99693c30a3c8bbdbfedf922e2fba4b136aba55b5a 4,058 1.00/1.00 vMB 8
704,728 704,728 00000000000000000008ec68a517b011ebd8ad952108f43f547248eb9f0f6119 1,884 1.00/1.00 vMB 9
704,727 704,727 00000000000000000000812bf53385a4e2b22a8d3af66ffa8feb23b9144d99c7 2,749 1.00/1.00 vMB 16
704,726 704,726 00000000000000000002fdde3d4df4bce4f53e9f716452795d769818b96a410f 3,178 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.