Loading Tool

Explorer IconExplorer

Memory Pool

81,872 transactions
34.35 vMB
0.14748698 BTC
Random Selection Loading Transactions
Max Size: 195.65/200 MB

Candidate Block

Mining Attempt 8ab20a98788b0f6ba22bd6f246d884e24f648a8b41b3fe2039862abdc2e0203c
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 4d9a69d6854849b43de026f87c165a334cbfab431588b5a6b5dd74a5cfc7976a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,472
Size: 1.00 vMB
Total Fees: 0.03417821 BTC
Feerates: 150.78 > 3.42 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (50,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,327 865,327 000000000000000000025eff0368f8a40b45664fca03e7feb1ae8d5c84b4ff4c 6,432 1.00/1.00 vMB 46
865,326 865,326 00000000000000000002aacec33f4a5a031f0dd02c6e0b74d4aee8f108085a6d 5,765 1.00/1.00 vMB 47
865,325 865,325 0000000000000000000045bc965b1f6332505018cbb31e570b89936f2cadd57b 5,711 1.00/1.00 vMB 39
865,324 865,324 000000000000000000015483e2b23eb67dfd82b632a8b2519bee0b8b4a765a0f 6,201 1.00/1.00 vMB 46
865,323 865,323 000000000000000000013e798c651817e9d93d3f39332bbaa9e3ceb0ac5148a6 6,222 1.00/1.00 vMB 50
865,322 865,322 000000000000000000009de1b8114ae7004cf0dc7e75b67c8eebedf63a05b363 5,653 1.00/1.00 vMB 52
865,321 865,321 00000000000000000001afe29f80a3d2808390ac425c3f9771228f1b10f04c9f 5,285 1.00/1.00 vMB 46
865,320 865,320 000000000000000000017b12ed72e2024e8d4f970af6611a824f883185fca897 4,551 1.00/1.00 vMB 47
865,319 865,319 0000000000000000000058aa7aafd5be8b91986389d73fb0dc4a4f3e06a7ccae 4,731 1.00/1.00 vMB 57
865,318 865,318 000000000000000000008565f4dcedd2ed68a1bb6062f4d9c43cdd5ceb801d9e 6,797 1.00/1.00 vMB 28
865,317 865,317 0000000000000000000196bcff568282af727b77c70e551bf3971b413bfc3998 6,274 1.00/1.00 vMB 38
865,316 865,316 00000000000000000000bf763baeb8c4d23f3199ec7a14da3d5a1185a2411b77 6,199 1.00/1.00 vMB 21
865,315 865,315 00000000000000000002c93ed779a9aa8697dd0a9756109e1676d660cc23dfc4 6,886 1.00/1.00 vMB 32
865,314 865,314 00000000000000000001d3a53eb5fe2c50384864ebf52f52a53cdf7e96f987d7 6,970 1.00/1.00 vMB 26
865,313 865,313 000000000000000000024684b4e46c5738d54f63ae394b03cbdfac9dd18a5c70 6,347 1.00/1.00 vMB 27
865,312 865,312 00000000000000000001bd958a7a07f18048164b3af0bcb966d55c61e8cfc586 3,943 1.00/1.00 vMB 19
865,311 865,311 0000000000000000000070bd7f561378adfe2ca8586534beeda56d54d4ebcc53 6,686 1.00/1.00 vMB 25
865,310 865,310 00000000000000000002d5ef04e1e8937c77b63fec1d3c8031ce745f8347e436 5,145 1.00/1.00 vMB 24
865,309 865,309 00000000000000000002ffb1ca803137e57e604850aaa7c51b257d44df604ed9 5,750 1.00/1.00 vMB 28
865,308 865,308 00000000000000000001864145283adab85c79ad4cb4cc99f214113ccb473bad 5,777 1.00/1.00 vMB 27
865,307 865,307 000000000000000000007bc6cecfbb3daf55b55bb9df8a2fe17c319626192e50 4,866 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.10 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: 728.15 GB
    • Received: 18.47 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.