Loading Tool

Explorer IconExplorer

Memory Pool

84,727 transactions
31.81 vMB
0.16535559 BTC
Random Selection Loading Transactions
Max Size: 189.34/200 MB

Candidate Block

Mining Attempt 91553517998fb41eec4c9d1f6f56998308a8c277a917f1e82f73389828940fd2
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 3dfa5f9809bfb41d322cb2be4056348de7463e4fbda9ae91d97d30dd1448d244
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,066
Size: 1.00 vMB
Total Fees: 0.05222167 BTC
Feerates: 402.75 > 5.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (302,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,037 613,037 000000000000000000060fac8d21c8078f01f70eec1df7f79ce6b35ef5ed9669 2,645 1.00/1.00 vMB 21
613,036 613,036 00000000000000000009a412cd831eca6529a6522c025f19e5c99ca758660f56 2,300 1.00/1.00 vMB 16
613,035 613,035 00000000000000000001542d8eac171fa5ff1082fa2c3e352941929e429fbaf4 2,774 1.00/1.00 vMB 22
613,034 613,034 0000000000000000000cf471a8ff91406192d81893d365f8c90abc5bab8f85b8 2,690 1.00/1.00 vMB 24
613,033 613,033 00000000000000000000f1d0c2081dd6dbc8c31089e16ee9808c4e4204deb444 3,082 1.00/1.00 vMB 30
613,032 613,032 00000000000000000006b39d8f412b98b0b132a936c7837caf09a1b135c1be11 2,878 1.00/1.00 vMB 42
613,031 613,031 00000000000000000006ce64d413883a1b4803a313886742f8eeda2eca77f4c9 3,229 1.00/1.00 vMB 36
613,030 613,030 0000000000000000000cbd8a0376633912a2bb05201780a22582ed7e92181e2f 1,261 0.52/1.00 vMB 17
613,029 613,029 0000000000000000000f86fb9b67648fc1caac946f2fb5acbd9ecf37a86562ae 2,713 0.86/1.00 vMB 19
613,028 613,028 00000000000000000000334aa64e477f7010403d4fae0c553e8f5a64f1fae95c 497 0.19/1.00 vMB 16
613,027 613,027 0000000000000000000aa8d05c2030675b4f160e3a72c1cb1b73b88653fff505 396 0.11/1.00 vMB 17
613,026 613,026 000000000000000000071f4019a8e9d39543e85aa5ceffd4fad7a0fe1bccae52 265 0.07/1.00 vMB 17
613,025 613,025 00000000000000000003f9e4531803d974ff646e69571f06c10f712e2f23af7c 708 0.19/1.00 vMB 15
613,024 613,024 0000000000000000000577a8fbcdad26db322388f594a48dd7467e8c3d7c27e0 723 0.22/1.00 vMB 22
613,023 613,023 00000000000000000006a7bb71f9c2bb3472f064bee8746a967d9c7d0c1c6142 1,771 0.52/1.00 vMB 14
613,022 613,022 0000000000000000000e13efecac5e8f846d090c6051a4f50b30652221a2b766 2,861 1.00/1.00 vMB 19
613,021 613,021 0000000000000000000ccee6a576adfe06a1713d49ee8659d0f1f12c132ae8de 720 0.22/1.00 vMB 6
613,020 613,020 0000000000000000000517f22c415379a2bcc4d503e0c691ea5ae5eb985f7c5f 847 1.00/1.00 vMB 12
613,019 613,019 0000000000000000000cbe4d071c31a2a1e83423318ed43cb1dac4f63206f275 2,917 1.00/1.00 vMB 14
613,018 613,018 000000000000000000114aaaa921ca1fb1092ec6a9aae1c8c0060284f1fcaa34 2,490 1.00/1.00 vMB 9
613,017 613,017 0000000000000000000b50f69ba6145260777016d0dd18200a982126e1e85415 3,164 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.