Loading Tool

Explorer IconExplorer

Memory Pool

35,189 transactions
26.59 vMB
0.05669890 BTC
Random Selection Loading Transactions
Max Size: 134.14/200 MB

Candidate Block

Mining Attempt ff5f42b20bdb8bb951edc5ed3a6a5ec73019cb3e643914762cde871e19c40a9e
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 704d1f4d00efd4ce08a446ab552da165ee9f4623d3706c2c0222c2eddb5fe40d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.00710808 BTC
Feerates: 160.84 > 0.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (786,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,258 128,258 0000000000001255d75002a2cdce0a4485cd30f157068d8e8fad1f9c0e578f59 153 0.06/1.00 vMB 257
128,257 128,257 0000000000000264a6ffa258bfebb80b5a09cc59a7a83ad06f8abcc91039f9d9 28 0.03/1.00 vMB 1,068
128,256 128,256 0000000000001955dd0b31b54b3c80e224c8e18e4fe07c914bc41f2fc435a827 24 0.01/1.00 vMB 1,170
128,255 128,255 000000000000082d8de2bb6ca36defa12244f0dc6a65735a60aa39750593fa31 10 0.00/1.00 vMB 20
128,254 128,254 000000000000245864875f94cf05c83feb6ab91e2bdbbae29e191c1e029d356a 14 0.00/1.00 vMB 301
128,253 128,253 0000000000000528128a700cc64e584049fd16467889bdb4978e11fb9a960c12 119 0.05/1.00 vMB 517
128,252 128,252 00000000000011dd1e2e374348986d16f5e3d8f12b1ab3573af3028d67408e14 1 0.00/1.00 vMB 0
128,251 128,251 00000000000011ede58f83c64ec40e503fab279deddc46801d50180e807441b5 5 0.00/1.00 vMB 682
128,250 128,250 0000000000000ad053fc2bab21f59e2581ae09bc6b65469791a6158541b4b837 14 0.01/1.00 vMB 1,479
128,249 128,249 0000000000000b08545b3f7c30f69f2edda0341984ae27af9df3ab7752291e73 16 0.01/1.00 vMB 1,433
128,248 128,248 000000000000182da434ee4d889be234d13a5d6a4cea1b33037366ea43c8d417 5 0.00/1.00 vMB 34
128,247 128,247 0000000000000a5b3ea04f41665f438c60e9a585ae2f229bc469ec2ab3bcae04 24 0.01/1.00 vMB 743
128,246 128,246 000000000000048fe5dd9edf731e7ca824a95fc2721811feeacd943439d40217 13 0.00/1.00 vMB 11
128,245 128,245 00000000000018f2337ccd19daab82c14438019b954f47e568f84f8b0e83431e 17 0.02/1.00 vMB 659
128,244 128,244 0000000000001c70a424496e53e12b373e413dd81315ac9ce80f85228025750f 85 0.03/1.00 vMB 515
128,243 128,243 0000000000000514cf889a2a9d98677271d93323f0578d21ff0c49f223b29d7e 15 0.00/1.00 vMB 330
128,242 128,242 0000000000001885d928327489e59299d1d9be3c9e56e38d2ffea773f35f9a0f 11 0.00/1.00 vMB 719
128,241 128,241 00000000000006d039807882e8a065f54a5925cf61c5c3b0186bdb90828f9a08 11 0.00/1.00 vMB 2,241
128,240 128,240 0000000000001bd23b27c094c2381fe553effe0b0538f55253e0aa2991d463ad 57 0.02/1.00 vMB 937
128,239 128,239 00000000000025b0d8808ec0279dd0308d74eb028b1a80b32b1c257e99aed7c2 4 0.00/1.00 vMB 639
128,238 128,238 0000000000000e3c5e4ee33fc3384146e5996903779eb1ef8d9455aa0d07322e 11 0.01/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 632.84 GB
    • Received: 12.15 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.