Loading Tool

Explorer IconExplorer

Memory Pool

46,284 transactions
28.87 vMB
0.14343954 BTC
Random Selection Loading Transactions
Max Size: 152.74/200 MB

Candidate Block

Mining Attempt 164f71a048d801974b9cde671f5e9b3e7c0a4d749141b85719b9ffb856a039de
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 6f0b33a6c218739a7ccd580fb6a9e750a4255ad9ede76ca4aaaeee526f977fef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.08118788 BTC
Feerates: 15,654.48 > 8.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (605,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
309,118 309,118 000000000000000003968b97e47488247d9678828c884471f5da90520f2d1ca2 23 0.01/1.00 vMB 29
309,117 309,117 00000000000000001993c92f3fa0a63c63614bb87e1affab3012f6c6c37033f7 159 0.10/1.00 vMB 23
309,116 309,116 00000000000000001d6a0522c7cee12288e227b8d53eb657a67eb7abb5c8b4ea 432 0.21/1.00 vMB 31
309,115 309,115 000000000000000041358dd5c088834a11e6915304cc5327234e7b0351b6b6fb 11 0.00/1.00 vMB 25
309,114 309,114 000000000000000002bf79e2e8732d854c7c7d543e6506dc92787b14595dbe0d 337 0.15/1.00 vMB 33
309,113 309,113 00000000000000001102aa3d6a7c9f8ee68d5e10e764fba407c8ea4f5c6ed12f 573 0.26/1.00 vMB 36
309,112 309,112 00000000000000002a607f2b6bfe8dfa36706f920ecbc539c0cd4a5f755f8c2d 387 0.20/1.00 vMB 37
309,111 309,111 0000000000000000068273797c2ebc2dd7e0c53e0d0cdf80576304982cf2bbe4 36 0.04/1.00 vMB 11
309,110 309,110 00000000000000003d4f62f77aaa41b13e2e8e108ff1830d8934c8139500a80f 29 0.02/1.00 vMB 17
309,109 309,109 0000000000000000046be4612c7975659b13be100446e524fb2f0c149e14d553 105 0.05/1.00 vMB 31
309,108 309,108 000000000000000010604134c8e44a0f51fecf2f88e1aef89adbd0cd73f54914 328 0.23/1.00 vMB 29
309,107 309,107 0000000000000000071f9f04a623859adacd9a0bbe80583ec9e84de4e5c195a0 256 0.10/1.00 vMB 42
309,106 309,106 000000000000000023969b5b603469e23ebccd9b0ebe1c28c7b6f0370709959a 296 0.16/1.00 vMB 31
309,105 309,105 0000000000000000313f9c09bd01094ea20aa79ee98fdd780b57d5972f6387f1 24 0.04/1.00 vMB 13
309,104 309,104 0000000000000000178bdf6a9d84fe28f151b8785a5ab1bd1bacf76614a97cd5 57 0.06/1.00 vMB 19
309,103 309,103 000000000000000007b11f9f397617935c90fa61238422975c353bb2f82ef2ca 55 0.03/1.00 vMB 30
309,102 309,102 00000000000000000d82dd40a4c0431b9369af018e99811d4bb41f312522544e 141 0.07/1.00 vMB 33
309,101 309,101 00000000000000002f9fead56b638d06f876045d230a817a6327955a9aab012d 491 0.30/1.00 vMB 22
309,100 309,100 00000000000000002aa928ff4115018610d6931fa124215b8010ad8c1b03ab70 1,616 0.75/1.00 vMB 34
309,099 309,099 000000000000000003236cd37c3014367c536dd3d794d99b535eec33a70d425b 632 0.30/1.00 vMB 32
309,098 309,098 00000000000000002d21d67254427a7f1c33a5eaac67ad0f0415d2a5d20a2d7b 1,253 0.57/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.