Loading Tool

Explorer IconExplorer

Memory Pool

75,416 transactions
28.90 vMB
0.09631824 BTC
Random Selection Loading Transactions
Max Size: 170.88/200 MB

Candidate Block

Mining Attempt 3f67504d8c25ee0420712da48521c1a8a58af5c4af9de34c0849f82e1e93356f
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 2749b2ee4a0a268ea08176e84ad3f6e5949e22b4ff3db1e6ccd6e542f070f13d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,239
Size: 1.00 vMB
Total Fees: 0.03631116 BTC
Feerates: 201.37 > 3.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (371,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,032 544,032 00000000000000000002ce94d3433a2428cf43d829d57b5cbcd0ec4f80cb9338 1,189 0.99/1.00 vMB 2
544,031 544,031 00000000000000000012398281fd14ea5c64a7888b0f16ddac8b438a6cf61895 2,775 1.00/1.00 vMB 17
544,030 544,030 0000000000000000000d0bae51a9abd056191035b27bf961360c1bbf9677c6b3 1 0.00/1.00 vMB 0
544,029 544,029 0000000000000000000dadfc127f38f6fcc194ab73d1019cd7567bba9ae4d67d 2,709 1.00/1.00 vMB 19
544,028 544,028 0000000000000000001f0ea0bf24fcd2353320a63230a38d46d3111953f6971b 1,298 0.49/1.00 vMB 29
544,027 544,027 000000000000000000223925f529426998c715f1090d732a174b5ca51ae38daf 1,050 1.00/1.00 vMB 2
544,026 544,026 0000000000000000001ffb86471e8e5209adaa15f02da1dde127c345f886f6ec 2,334 1.00/1.00 vMB 9
544,025 544,025 00000000000000000006bb91d138cebacce37d60f9f1ca8f977f32e908928979 2,511 1.00/1.00 vMB 10
544,024 544,024 00000000000000000021152dd10d0d996f8fa607f340ccb0e0e92435f0cdce6f 2,951 1.00/1.00 vMB 55
544,023 544,023 0000000000000000001ebab53c2117c3e8c1d814e08e886f1f20fbd90aafbc83 323 0.65/1.00 vMB 2
544,022 544,022 00000000000000000014f09d69388277d9a5489ead1609ed489aac895d5602e2 671 1.00/1.00 vMB 4
544,021 544,021 000000000000000000111896497d762f4261f16088614bb292fe78ec20979d88 2,329 1.00/1.00 vMB 16
544,020 544,020 0000000000000000002020f2feabf9c4d8d24392eee42c60a083a5e8a4b65f84 1,525 1.00/1.00 vMB 11
544,019 544,019 000000000000000000241d34b79e6cdf69a53454b3290bb2d433027be2ddd368 333 1.00/1.00 vMB 2
544,018 544,018 00000000000000000008ae36ff5e28720fa6980a0ff71bca7e98e3dc3fe04088 904 1.00/1.00 vMB 4
544,017 544,017 000000000000000000193c2bc546b1288c3d3b7ec613da8dd02a8ed9050adee4 2,290 1.00/1.00 vMB 15
544,016 544,016 0000000000000000001c7aa384eba59b3b80f73bfbfa3c82aceb025f69ab05e5 2,367 1.00/1.00 vMB 24
544,015 544,015 00000000000000000001b81bd1a0c31a2358c87d95aa50e22ea7db5d93f391f6 618 0.33/1.00 vMB 25
544,014 544,014 00000000000000000026169c1c7f7a3a701822c1c26aac156f6a744aa42eab07 800 0.33/1.00 vMB 15
544,013 544,013 0000000000000000000bc761afa623fcb1bf1d04962f5d359e6d26457dc27bba 1,464 0.75/1.00 vMB 15
544,012 544,012 000000000000000000207921b4efb323d44b83fdec12f1974e63754f1007447c 1,162 0.97/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.46 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: 667.90 GB
    • Received: 15.31 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.