Loading Tool

Explorer IconExplorer

Memory Pool

26,977 transactions
6.51 vMB
0.06664633 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.33/200 MB

Candidate Block

Mining Attempt 739eec4533425ec3d8d57f59350a55e8e10b96690e5d34d62bb3ba92f1ba0429
Version 20000000
Previous Block 0000000000000000000122093735b2f0c7f736a0caf36530187991a0a75008ef
Merkle Root 966ca503122429fd090dd27275719732bc843d48c0e1110e7b5161bda6f58843
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,023
Size: 1.00 vMB
Total Fees: 0.04939889 BTC
Avg Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,004 (723,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,174 189,174 000000000000006168d476db990040ce250589ca61e503ac8609b0b85d30bf24 0.02 MB 58 54
189,173 189,173 000000000000043e65ad9f40b90c3564461edf5d0fab07b2973134f94c5e5733 0.04 MB 120 160
189,172 189,172 000000000000004fad3cc3c95233ca23f61b45253e502e17bb59599bc482ebfa 0.04 MB 88 92
189,171 189,171 0000000000000176a998a52eae0396b06f663f75f61cf2258d7a1a15761cda93 0.09 MB 118 103
189,170 189,170 0000000000000149c02029141f6ed9a2fb883e68a971ec9d4c8eeef83b12936e 0.19 MB 570 157
189,169 189,169 0000000000000280d375964064734507a9b3372760827bfcad3cd46f3b465dde 0.07 MB 225 96
189,168 189,168 0000000000000128131780178902a64c0fbea0683c975fd03f48899ff17f6a07 0.00 MB 7 0
189,167 189,167 000000000000055d603d5124dedc61afc0881f4daa1e0c8180c436bc9fed0358 0.12 MB 308 114
189,166 189,166 000000000000059b04a7f4eb6ec0edba62b1484617949d26521599136c30ae02 0.05 MB 153 77
189,165 189,165 00000000000007179df644f9dcfa9f2c36ba3ae72510b8f5ec406df638fc292a 0.15 MB 302 107
189,164 189,164 000000000000003602050f0c7b87d84b332ef9cf82746410c84c5acc3cd036b9 0.25 MB 637 149
189,163 189,163 00000000000005fcbeb568987849d95ec7d1b1b6c9421cbe1ae33d06e6f9eea6 0.05 MB 151 13
189,162 189,162 000000000000035e764b65e2882fbb2fa8192444b19e60fc68402ee713d6671a 0.07 MB 157 114
189,161 189,161 00000000000005d6a602e3f67f6e8b4aa2a27ecd5792b6961b03599038ed29eb 0.00 MB 4 153
189,160 189,160 00000000000000cb1ba187999f4426a7b9a82335b61e3d1b2898413c7f3ccf70 0.02 MB 50 189
189,159 189,159 00000000000004aca3511b243ddf3e755641040f7847fa26a80f6e9103fa7c80 0.02 MB 36 88
189,158 189,158 000000000000018c45974468e28fb61e835490b37819cb2b53ce3aa639c02c93 0.01 MB 28 53
189,157 189,157 000000000000007b0404a974a85fd85baee3589536d114b7253fe819802982ff 0.00 MB 9 364
189,156 189,156 0000000000000759ec55b40886b857e4bef5a82482920fd57d8132faa1b6b0a1 0.06 MB 140 159
189,155 189,155 00000000000001a47ea659918ec71fbfcfacb9ae586e59ec5f5e2e7640c3ddc9 0.00 MB 13 171
189,154 189,154 00000000000001a520b9dc4feed80e68fbebac4be5bb9caa143fa9f6d27057aa 0.06 MB 105 181
Previous 10 blocks ↓
Total Size: 778.85 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: 385.16 GB
    • Received: 3.46 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.