Loading Tool

Explorer IconExplorer

Memory Pool

45,849 transactions
21.33 vMB
0.09220120 BTC
Random Selection Loading Transactions
Max Size: 120.33/200 MB

Candidate Block

Mining Attempt 7a941c8b1ec3577f17b3682cf2d4403412dfa726ca721168fc9d60d3bde73949
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root e5fd46f1d45df04247beee06cc5408c002a00fc9acae6f6af6e78b3221336b4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.04301670 BTC
Feerates: 265.25 > 4.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (807,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,032 107,032 000000000001c079759fd34e3614b4a40c10860757bf2e5e2cace52644236a52 10 0.00/1.00 vMB 0
107,031 107,031 00000000000145aba0f4d76d62718ce4f5b632caaf1a375046cd9c7df43b335f 23 0.01/1.00 vMB 0
107,030 107,030 0000000000014c9269c101eea7df83627128953e31cfdbf66e88540de77004ac 3 0.00/1.00 vMB 0
107,029 107,029 00000000000203f746833bec99d24e0b8c50a06683a7bc9478f40ab1b88a5d1f 1 0.00/1.00 vMB 0
107,028 107,028 0000000000002a047ed487c1b4ac14c0a18df083414e6dc5054535038390282a 3 0.00/1.00 vMB 0
107,027 107,027 0000000000014a900bb5ffeb54a9c404d114aac3f61eab6fdd9c304f98c4041e 3 0.00/1.00 vMB 0
107,026 107,026 000000000000341914365e7a4a582e2dcb6e3af88ead56c6287fff291574c56c 5 0.00/1.00 vMB 0
107,025 107,025 000000000000ae799e7932a07bbf71aac7443109f4f68c8b0c98ddd2778c01b4 23 0.01/1.00 vMB 0
107,024 107,024 0000000000017bc3849584723c40bf2debf13a5aef477f5aa8fbaf58c0bde2ec 5 0.01/1.00 vMB 373
107,023 107,023 00000000000017d905e01ea20b6e64debd3abfd4ea55c527b6f356e7c2ad895e 1 0.00/1.00 vMB 0
107,022 107,022 0000000000016904b39d7ce2ca081444c478ad58c84cc4feefa23cf4a0f8ef2a 3 0.00/1.00 vMB 0
107,021 107,021 000000000002381270f6951688b28f680814e4d713a86643ce1ba61e3c3671ec 1 0.00/1.00 vMB 0
107,020 107,020 0000000000022ef46a10a83c5ebb8abd14fefa2e4babe055276fe7afa7ffc9bd 2 0.00/1.00 vMB 0
107,019 107,019 000000000000cec84824ded702e344d50c912c1730dbabc851f65b0de7fb9aaf 3 0.00/1.00 vMB 0
107,018 107,018 00000000000081a5c9711b6bd0348ad4e1711c9a1fdf2dd4f451b2efdeb6dd53 1 0.00/1.00 vMB 0
107,017 107,017 000000000002032c48956caeeaefc48310782f1fbf85f1beeaf13221e0538507 4 0.00/1.00 vMB 0
107,016 107,016 000000000000e6db8294c2ac5ba2517404007d8bb48547d696c621c4faf5c5c6 4 0.00/1.00 vMB 734
107,015 107,015 0000000000019c0db53b2d532e20d9225ab06d004cce5d4bd475df4983df569f 1 0.00/1.00 vMB 0
107,014 107,014 00000000000226c7b0d7ee4330f95d915f692494c6bf2e1b5f9f6539f9dbad2a 1 0.00/1.00 vMB 0
107,013 107,013 00000000000077af5d226a0d48124055c292f48374df83690dba7f3da26a88ce 3 0.00/1.00 vMB 0
107,012 107,012 000000000000266282dda4fc74db1b101689f2b187325701fd5a7bb334bb21e2 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 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: 554.99 GB
    • Received: 6.85 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.