Loading Tool

Explorer IconExplorer

Memory Pool

60,407 transactions
29.43 vMB
0.06496068 BTC
Random Selection Loading Transactions
Max Size: 163.56/200 MB

Candidate Block

Mining Attempt b0ce764506b44c867733987c8a801494af2b5b40c222081d5b5f5959bc03a2e8
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 931788054070b559a78cadfc7d614fe04242cb41720c3eb9d1b295167c54fd48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,672
Size: 1.00 vMB
Total Fees: 0.00855269 BTC
Feerates: 150.93 > 0.86 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (355,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,037 559,037 0000000000000000002232f17d465ec1b61cb08eb86ff451e3f4dcea3a0cbfea 1,524 1.00/1.00 vMB 4
559,036 559,036 00000000000000000019400f4aadbbd3a3b7ef1ae73f8b6944d54d1626b26436 1,409 1.00/1.00 vMB 12
559,035 559,035 000000000000000000149dc3d2897fa51bdf7fb35a48cfa8deaf436c42633a2d 1,055 1.00/1.00 vMB 8
559,034 559,034 00000000000000000016933e0b67d41847431fbd07a034308737da4e935b9036 1,785 1.00/1.00 vMB 16
559,033 559,033 00000000000000000008c76a28e115319fb747eb29a7e0794526d0fe47608379 1,653 1.00/1.00 vMB 16
559,032 559,032 00000000000000000002256ccae63e48bd35a8efd344c449f356e3a242d77bfd 1,802 1.00/1.00 vMB 31
559,031 559,031 0000000000000000000770b097186d0dd0fb8d2aff3830532d6c44296c023109 691 1.00/1.00 vMB 73
559,030 559,030 00000000000000000006b056b217ca4a2165b9f9916fce5509dff48ef4885c3a 1,779 0.61/1.00 vMB 12
559,029 559,029 0000000000000000000fd3d73519a2f1e63289647aa013d332a88a59b6382bd9 1,689 1.00/1.00 vMB 7
559,028 559,028 0000000000000000000ed0c86132dc3e844ad318ca153c65bf3cf1b053419f32 2,214 1.00/1.00 vMB 7
559,027 559,027 0000000000000000001c3219f5c9c99bac15d9bdc544372baa988a4378a901dc 2,328 1.00/1.00 vMB 7
559,026 559,026 00000000000000000029769da95d4479c139a9e986f05ab75fa9cda8e8632f2f 2,790 1.00/1.00 vMB 9
559,025 559,025 00000000000000000006ffb9b84c5f4d46d39e7edd4befb45290a41ea25abc0e 2,401 1.00/1.00 vMB 22
559,024 559,024 0000000000000000002f2a33c8e141940517ebd119aaf1ab77515d3bfb85fab1 863 1.00/1.00 vMB 7
559,023 559,023 0000000000000000001385472a5c65d6277244ee02abdaf5015260900aab59e0 2,639 1.00/1.00 vMB 19
559,022 559,022 00000000000000000018609f68e06d63f0a316e1e6c9bebdd8df0e46475da25f 2,351 1.00/1.00 vMB 4
559,021 559,021 0000000000000000002498e04b7b862cb1c28fc7d4fb49fe9d6b1e7b24571758 2,647 1.00/1.00 vMB 17
559,020 559,020 0000000000000000001f2cd33eadcb3d142665cbbb80cf8b2646cdb84b1d72c9 1,784 1.00/1.00 vMB 15
559,019 559,019 000000000000000000054ae9b334586cb3c3fba1ea431576063f71df8bda791a 2,420 1.00/1.00 vMB 13
559,018 559,018 0000000000000000001efeafc2492d9d4a453ad5eef9eeda08f9c2b7ae045a36 2,733 1.00/1.00 vMB 12
559,017 559,017 0000000000000000001755c34fcdd000f7a55e7427dbe7ed34b9aecba0c8c797 2,910 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.