Loading Tool

Explorer IconExplorer

Memory Pool

53,898 transactions
31.16 vMB
0.16650733 BTC
Random Selection Loading Transactions
Max Size: 167.65/200 MB

Candidate Block

Mining Attempt a536a8113ba55fc7499021b2c53918f90dbfcf4eb49ba76cf77e1c9adaeefe93
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root c1ab4621b0ff26d5586a53f842860a1b4f2e318601ef46db07e286614e92e6c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,685
Size: 1.00 vMB
Total Fees: 0.07997582 BTC
Feerates: 296.74 > 8.01 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (594,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
320,190 320,190 00000000000000000a0d885e8c49f9d2ddcb96c4494c775005366bd1d1afb5bb 138 0.08/1.00 vMB 24
320,189 320,189 00000000000000001c9e8c9015549f18adee6670272a15a9f722f2f3eb965981 437 0.26/1.00 vMB 25
320,188 320,188 00000000000000001dd6612836dd266a2e38f6b6f51ae6bac80ad31dbba80451 124 0.06/1.00 vMB 20
320,187 320,187 0000000000000000246ab27f014e452487e23faa2cf26cdf40122df4eb16ac2c 180 0.10/1.00 vMB 28
320,186 320,186 00000000000000001832710d176a3d967e71a455984783e046f359cce04381b8 308 0.24/1.00 vMB 21
320,185 320,185 0000000000000000014671e07d03e222f2f64b63201822165af79355073de975 832 0.35/1.00 vMB 38
320,184 320,184 00000000000000000be7a2da048b8dac3762437881a7eb0cdff435cbbc5cc52e 180 0.09/1.00 vMB 29
320,183 320,183 000000000000000021870feced1e292d1cd0d9c3a12707ab7daeefe33a1e5fc3 139 0.06/1.00 vMB 28
320,182 320,182 00000000000000001cc0dc57658696e9a01eabdf357ba06274e2c78ec29484b9 111 0.05/1.00 vMB 29
320,181 320,181 00000000000000000e03fe70080ceec022ccd96ce5469ba09ffbdae93f54fa5c 336 0.19/1.00 vMB 22
320,180 320,180 00000000000000001947110676792554ac6a83dc87d62a5153aba3d553e057c2 143 0.06/1.00 vMB 31
320,179 320,179 000000000000000007311dc0dfad3525d2816772ae6fdafe3ce8bfd99860f6f0 461 0.26/1.00 vMB 26
320,178 320,178 00000000000000001119c560f70c35932bffb5ff682d59f9cbf8af42fcdda747 393 0.31/1.00 vMB 23
320,177 320,177 000000000000000027f912db19dc4976569022f24d27ae5f69094d154db08c9a 758 0.35/1.00 vMB 35
320,176 320,176 00000000000000000fe49efb9fafc78f38960b6962894576025400ab80c3442b 258 0.17/1.00 vMB 25
320,175 320,175 0000000000000000088937c33778264f601537f9409256a09801bd5f4fcb4cdd 628 0.33/1.00 vMB 37
320,174 320,174 00000000000000001b9959619c7a556baacaf8d0a6e9a0994ba93f2dfdf30765 124 0.06/1.00 vMB 32
320,173 320,173 0000000000000000183e67f807eb33f4708da2714da3606ff157145d4c09a56d 414 0.22/1.00 vMB 29
320,172 320,172 0000000000000000102c0e933321897d87132171105bb5796d267b06e0b958dd 149 0.08/1.00 vMB 30
320,171 320,171 00000000000000000cb816b0c13d2485e48c6e38da50c131e514b5bcee881208 555 0.28/1.00 vMB 27
320,170 320,170 000000000000000000e2cc68fc9245186abebf43f1bf8c3a69900a8b006b4061 909 0.47/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.06 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: 651.15 GB
    • Received: 13.44 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.