Loading Tool

Explorer IconExplorer

Memory Pool

33,776 transactions
25.85 vMB
0.07287365 BTC
Random Selection Loading Transactions
Max Size: 129.66/200 MB

Candidate Block

Mining Attempt 27935c14f784fb7905ac425e504564d58f99cf449a57e9c0cc70cf7799592d1e
Version 20000000
Previous Block 000000000000000000009bccc0ad0d274d77561aa86f75844353a302f9f35411
Merkle Root b3b02cc6108fc4a934e5e36a7012df3f53c8912026a6881ff8b9ee49dcc391ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,460
Size: 1.00 vMB
Total Fees: 0.02516019 BTC
Feerates: 502.67 > 2.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,221 (835,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,475 78,475 00000000002c381b7b8dc6b7748904a98ae07c79ac68d6a0d7c512a5b1bb9695 2 0.00/1.00 vMB 0
78,474 78,474 00000000001112dab2e6f9c2ef186461ab1a3dc8b856b9b860406923cc0f465f 2 0.00/1.00 vMB 0
78,473 78,473 0000000000421a53a51fc8286170ed72351822f62773ff80e6dd89c7663ea5d0 2 0.00/1.00 vMB 0
78,472 78,472 00000000000ba08ebaa95dd82bf7fe8cf0c047f5ccaf770161f54f76b29d3037 1 0.00/1.00 vMB 0
78,471 78,471 00000000004817e74b1f4c0a4937e707d53eaefe8fb6a5a7ee06272479c9fba9 2 0.00/1.00 vMB 0
78,470 78,470 000000000036a90255e4ed904a90f56d3e1945664f965c0ed8021525888e6c1a 1 0.00/1.00 vMB 0
78,469 78,469 000000000052f24d4de1033486a93fb0c4e0a31857bac3bf5b1ccd7832034e04 1 0.00/1.00 vMB 0
78,468 78,468 00000000002bc0cf0d1cd0fbd0111eee3698ac073f72aa1403839945d04eb5c3 1 0.00/1.00 vMB 0
78,467 78,467 000000000027396aabbb0d3742b485d4397a6521ce736dd55908c89cbc4a3aba 1 0.00/1.00 vMB 0
78,466 78,466 0000000000413207a4b14d01f027fa2480228d20ed85c9c2747eaabb76f3b77b 1 0.00/1.00 vMB 0
78,465 78,465 000000000032912fe267922449a34f7776530d22605a16c30409231a25d06322 1 0.00/1.00 vMB 0
78,464 78,464 000000000044b2b0c97dc0bf8fae88cf68446714652f15986e796d018db7c41b 1 0.00/1.00 vMB 0
78,463 78,463 00000000006421a16f399e1e9f4cc2d45c998ed1fc0bd122486c96b0f7b13d85 1 0.00/1.00 vMB 0
78,462 78,462 00000000000e99eb48b67ed5cde05c4caad403b1c3d929d1771e8aa53d767b17 1 0.00/1.00 vMB 0
78,461 78,461 00000000005ee732292a12cb53e541587989580ac3895399df2394fcdf99a24b 1 0.00/1.00 vMB 0
78,460 78,460 0000000000018d8636ab0ca2037f16ffebff0622734d2f3e7a31844bae5d0eea 5 0.00/1.00 vMB 0
78,459 78,459 000000000010c2bb429d1159b5d1a492af484b3a906cd7eaa4cd9467a510e901 1 0.00/1.00 vMB 0
78,458 78,458 000000000038826d8a94ad544a95ab983b10c8d839dc0db41f2c1ece8b1a1e3f 1 0.00/1.00 vMB 0
78,457 78,457 00000000006231c597b20dc5a29922c46bcfe0095c7096d079b29d2736cf3d10 1 0.00/1.00 vMB 0
78,456 78,456 000000000007a97dc699a9d398661cbb82cc2fbaafeaed1a86df64ae02734139 4 0.00/1.00 vMB 0
78,455 78,455 000000000046e96395918dfe5691eb2efb2699fbd0f6e3ce2705a87e816687ac 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.98 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 574.95 GB
    • Received: 8.24 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.