Loading Tool

Explorer IconExplorer

Memory Pool

78,177 transactions
29.35 vMB
0.06478354 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt 458ff66305e431639c1186fb6b3dbaea12dfe0995348030c82427a8138cad773
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root a227270835fafe6ebcf5df26c4648c1870c0bc572c78c28e92f5cd8c6ef5ccbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,091
Size: 1.00 vMB
Total Fees: 0.00526930 BTC
Feerates: 18.31 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (169,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,395 745,395 00000000000000000002b57008ba9e7913a8b26e72d684c73a1b5de331400b1b 2,768 1.00/1.00 vMB 21
745,394 745,394 0000000000000000000820e1c743569b967d9ad75b0e2a9b34cf991f81a64a0a 256 0.09/1.00 vMB 17
745,393 745,393 00000000000000000001f6e6e9c3f71543e6c9bdae6b87930cbdb0a3483b45ff 1,323 0.73/1.00 vMB 8
745,392 745,392 000000000000000000041fbe5198768028980665a5f01fe29aa0fbad6c4157a9 2,429 1.00/1.00 vMB 23
745,391 745,391 000000000000000000041cc4495e6955b82a189d958f5f0c725a3ff0caa4d36b 2,054 1.00/1.00 vMB 13
745,390 745,390 000000000000000000060b3b7791bbf033011d0ba1dbb0bb619c84864ad57188 1,929 1.00/1.00 vMB 10
745,389 745,389 0000000000000000000242f11047dd6e8970cde0d9d88944b5c44ba8260fad3d 1,167 1.00/1.00 vMB 18
745,388 745,388 00000000000000000008c22e3b85c9a41df91c411dc337f6f702393989a17ef0 2,043 0.79/1.00 vMB 3
745,387 745,387 00000000000000000000e048fae4c49bd08a96d19c1f4e03d45ff9ba600ce07f 2,907 1.00/1.00 vMB 20
745,386 745,386 00000000000000000002a3db0556fbf2c9d6316557ed21054ffbfd80a57f15ea 3,106 1.00/1.00 vMB 32
745,385 745,385 00000000000000000004991f349d9f8913ee7628175edfbf6d1097a54f963817 578 0.49/1.00 vMB 2
745,384 745,384 00000000000000000005cb855bbff8f87223cd79aaeb1d7a67ba7593fd329f0d 884 1.00/1.00 vMB 2
745,383 745,383 000000000000000000057f430c503f1d7f2b08cbf5915642d80354e37716cfad 2,363 1.00/1.00 vMB 9
745,382 745,382 000000000000000000083467ae7cc03e1faa4f5feedb333293bd6ba698024071 2,939 1.00/1.00 vMB 22
745,381 745,381 00000000000000000005fe8930da00c19b1c6f0a592743aaa821b1151fd24ea8 2,937 1.00/1.00 vMB 11
745,380 745,380 00000000000000000001b4c9d1c990a7db489ea25c7f66b4940d3e075d0a2fb3 2,392 1.00/1.00 vMB 16
745,379 745,379 0000000000000000000034d71fb18ccf4e3a4eac17023bbe1c75ba0483243e09 778 1.00/1.00 vMB 15
745,378 745,378 0000000000000000000457301c343122a6731a474d71c0ba4dff024532d3593d 2,383 1.00/1.00 vMB 22
745,377 745,377 000000000000000000030e41a73c437f975593fea191c33344362d760cbfb3b2 2,409 1.00/1.00 vMB 31
745,376 745,376 000000000000000000079f663fb51ef414d7969546b541c82b01e7f71604ef6a 3,619 1.00/1.00 vMB 31
745,375 745,375 0000000000000000000794b95762317c93859753681a6e89823b052a1cbeebae 1,907 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.