Loading Tool

Explorer IconExplorer

Memory Pool

80,924 transactions
29.47 vMB
0.07900472 BTC
Random Selection Loading Transactions
Max Size: 179.38/200 MB

Candidate Block

Mining Attempt dd63e76551359a4eea3a79fcbf32db5b6a7537fbc3874f9d1b2d05799598d7dc
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root f2210573b5646165c1eb5abd7e66fc509c8b4349441108a888d6050d02152cee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,386
Size: 1.00 vMB
Total Fees: 0.01703768 BTC
Feerates: 100.53 > 1.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (106,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,426 808,426 000000000000000000005eb45f24ce8b9915bd9345753f386da44377286b3efb 3,763 1.00/1.00 vMB 50
808,425 808,425 00000000000000000000b4843493d8a6e07a356d073e502b5be7869054798ffe 3,455 1.00/1.00 vMB 32
808,424 808,424 00000000000000000000f60d6b8708485e538b4813fb67b40bd1a563e4ad6e8d 6,123 1.00/1.00 vMB 24
808,423 808,423 00000000000000000000fb32db8e90d88f669dec5b3a1cecb2e4551e8d052514 5,348 1.00/1.00 vMB 23
808,422 808,422 000000000000000000025fdb45da1536c65c353ef8d4c5a3947f3db7a402f8cb 5,233 1.00/1.00 vMB 25
808,421 808,421 000000000000000000010284166c7f9249187a4bbbba744fdb41a79a017bb797 3,593 1.00/1.00 vMB 30
808,420 808,420 000000000000000000034e96c4329248484d9001b3a19c7d42c14a420c304396 3,806 1.00/1.00 vMB 24
808,419 808,419 00000000000000000002feb4a7cd84a05582bb8827c07728d791e05f65fb9160 3,286 1.00/1.00 vMB 29
808,418 808,418 000000000000000000001a6a0c8e2d64b655329af44ea7aa483d845bfdf691d2 3,750 1.00/1.00 vMB 30
808,417 808,417 00000000000000000003edb749076df74c40bf186f471a281051b8f13c2d0e43 2,356 1.00/1.00 vMB 27
808,416 808,416 000000000000000000006d03019345e5619988db8739ea62f1393f6afc0c99a1 1,931 1.00/1.00 vMB 32
808,415 808,415 000000000000000000027ecc78c2da1cc5c0b0496706baa7e4d7c80812c10bf3 1,686 1.00/1.00 vMB 43
808,414 808,414 000000000000000000034e9e6f6191b7d7e2527d959186f72a1da769c6f9d1df 2,733 1.00/1.00 vMB 32
808,413 808,413 000000000000000000051c29ef9835fc08331c2791d726f240bbf93f15407e39 2,091 1.00/1.00 vMB 38
808,412 808,412 0000000000000000000059b954f486b2ff33700102a37a49f6e32e80845bffb2 5,070 1.00/1.00 vMB 22
808,411 808,411 00000000000000000003d8e5b243154eee4785794a1223faba66a402f01023b9 5,082 1.00/1.00 vMB 25
808,410 808,410 00000000000000000003c3fd40a0664d9c8f0eb6e7b144b542a9fc35c601d456 5,069 1.00/1.00 vMB 24
808,409 808,409 00000000000000000002905c4ecea242a65cf4fd5d1d67def5ab7c06ec804852 2,513 1.00/1.00 vMB 39
808,408 808,408 0000000000000000000000705ea4a5b31b366c9919c38933ba162fcfec3c73ef 2,352 1.00/1.00 vMB 30
808,407 808,407 000000000000000000022e8a883c6bca6d1903714c3bd3b8d31011326c2956e2 2,330 1.00/1.00 vMB 42
808,406 808,406 000000000000000000022884c334557b6cb445fbcd68cb538541e7c924c961ad 2,844 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.