Loading Tool

Explorer IconExplorer

Memory Pool

72,037 transactions
27.23 vMB
0.06828169 BTC
Random Selection Loading Transactions
Max Size: 164.81/200 MB

Candidate Block

Mining Attempt 3db0665e7504280e6fa5f223fd86f6ab5adb0424a5390da30ca866ccf0a554f1
Version 20000000
Previous Block 00000000000000000000d5166db3d3b6559a749cab42b23239d347ebdf56fe1a
Merkle Root f7d743c501dde51d1a41756acc83d8bad4f2dbba36aef7db10baf3a65b7323d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,617
Size: 1.00 vMB
Total Fees: 0.00978968 BTC
Feerates: 90.91 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,568 (826,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,389 89,389 000000000008eebc2944fb2f9a25c5ffc416aba9124895efe86822dd7f05356f 1 0.00/1.00 vMB 0
89,388 89,388 000000000008c3908a3af7a257b44b31a463ad150138b5a876a5b23534180071 4 0.00/1.00 vMB 0
89,387 89,387 0000000000131e04f9c89f02739a4ca3bcc07de045c5f84875a2aca15f47c165 1 0.00/1.00 vMB 0
89,386 89,386 000000000012f77025497bd777f8b2813ccdd205d4cfb9e844bec7ac2bd1a636 1 0.00/1.00 vMB 0
89,385 89,385 00000000000916f64f71a8e4b20bf8a9ca3cd5e11cc8ad28550b00aabce0af87 1 0.00/1.00 vMB 0
89,384 89,384 00000000000a4f47ab6470aac7a7213d7cc207ca99b08b797b6ca2900cf97467 1 0.00/1.00 vMB 0
89,383 89,383 00000000000fdb0bef11d17b344f54c53402ac77b532a1a6782656d99cb5b5de 1 0.00/1.00 vMB 0
89,382 89,382 000000000012c1e18de45cec02d08a3a493256d1b48a1adccdedfd99bac4f842 1 0.00/1.00 vMB 0
89,381 89,381 0000000000005baec5e5ca29dc6ded7366ccf9ee402c57b12a6a2a90cdc1de85 2 0.00/1.00 vMB 0
89,380 89,380 0000000000078c2333a8988653858a9762503d41f6a8aa2e9fdf577c268af960 2 0.00/1.00 vMB 0
89,379 89,379 000000000011d671a3d9b0b9fecea3f09443015d105527b75596f0d5f1f45ce2 2 0.00/1.00 vMB 0
89,378 89,378 000000000011c81f9d8ea6dafb7dfcafe6f0c2799d71cf3e9f82aea47ebc3979 2 0.00/1.00 vMB 0
89,377 89,377 0000000000009b71bf0da494ebc9f00571b53631147c29701db74830892081e2 1 0.00/1.00 vMB 0
89,376 89,376 00000000000846071e378216e03d144aff0643ad75a8437cb47e3b4aa0304494 2 0.00/1.00 vMB 0
89,375 89,375 00000000000cb13caadfb1334bad53cc6d986dda8dd7e1d00c2dd46223324704 5 0.00/1.00 vMB 0
89,374 89,374 00000000000a99ab0bfbf568bdc6c80c39e89c562abd959880ed0574e7334244 1 0.00/1.00 vMB 0
89,373 89,373 000000000006abc28cbdb8be2cc8f60095e6810ea2ddaaacaf52fbaf39732cf6 5 0.00/1.00 vMB 0
89,372 89,372 00000000000505f4365cd5d6bbd8caebac312f4380061d310acdec4cae569c8e 4 0.00/1.00 vMB 0
89,371 89,371 00000000000fafa3fb736b6e3fcb7fb383e85550afbf338e0e068b9814e457d4 1 0.00/1.00 vMB 0
89,370 89,370 00000000000474695e0ab1b6821c9d2bbd33d60cac795fb15002e1d9bad9046c 2 0.00/1.00 vMB 0
89,369 89,369 000000000005e07d895aba7d71f21a47f79af65c4d413f8ac3bb8c533098c56f 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.37 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: 768.69 GB
    • Received: 19.64 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.