Loading Tool

Explorer IconExplorer

Memory Pool

45,666 transactions
29.05 vMB
0.13905325 BTC
Random Selection Loading Transactions
Max Size: 151.40/200 MB

Candidate Block

Mining Attempt 6a6f850ee36885b969e86ab7415cdcef7a5aa1d0d478582465549f53d99e7d15
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root c6590f419ce9420bfa4f01080c61d54ac0a5a57643ee61b7a41ec04da35cde69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,649
Size: 1.00 vMB
Total Fees: 0.03922424 BTC
Feerates: 100.25 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (830,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,236 84,236 00000000002a2d4d447ab7e832d9da5dfad8c3f848153b0520b06e286c713d06 3 0.00/1.00 vMB 0
84,235 84,235 00000000000cebe84db1bdb5cd1e928a9a9db1c9d0d87d20eb1e42500637a04d 6 0.00/1.00 vMB 0
84,234 84,234 000000000024c7f9e8b7b469441ac19a9463c625e57f6a9328e41ffd5d4aaf99 2 0.00/1.00 vMB 0
84,233 84,233 00000000001789c1e19bc701d223edaa7c7ac1dc96c541016c466cb8dba3b57b 5 0.00/1.00 vMB 0
84,232 84,232 00000000000d0b0c29f48eb9c81821e2a0a20c6118a56d6a3923e187ed048f53 8 0.00/1.00 vMB 0
84,231 84,231 00000000000632a16df3d8e6b45815582be92780da291dfb51ca9bbaf81d01d2 8 0.00/1.00 vMB 0
84,230 84,230 00000000000a33d8b6f84383496b0ef5338bfc2b6ec9d3387d45ecd26ea6a77b 1 0.00/1.00 vMB 0
84,229 84,229 000000000014b10ddbaf864bc5048c012a28ccfe67fca0247daed6b6d73dfa35 2 0.00/1.00 vMB 0
84,228 84,228 00000000000454df3466ed1a613b5383a525b215d92de734ec1d343867e0bf2b 1 0.00/1.00 vMB 0
84,227 84,227 000000000019599bd4f564fb9fb54ae45599071001a9449a77f3cffd858a8449 1 0.00/1.00 vMB 0
84,226 84,226 000000000021606785ef133dd8efc2b2790b53c204c96d956005cd6b20294f44 2 0.00/1.00 vMB 0
84,225 84,225 0000000000306ae8357720e98e662ba70ab21da1e2f0ae7f78a3d7bc265c449c 1 0.00/1.00 vMB 0
84,224 84,224 000000000016a690eaf286b317b4ea9e9bbf76f76996f2546c1f8ca963c66acf 3 0.00/1.00 vMB 0
84,223 84,223 00000000000ffedd2854b8f0d609bc12bacf3a350527caddeaee5bc055bc946c 1 0.00/1.00 vMB 0
84,222 84,222 00000000002a52a6d4ae68fffe73ed3076bd3df4309ec07b382a74ca045f355e 6 0.00/1.00 vMB 0
84,221 84,221 000000000029bb4acb654d01dfa7989d5807c72009dd0f7669ef3837656ba832 1 0.00/1.00 vMB 0
84,220 84,220 000000000016d28facee95bf4ba6a130541d4694bd3482bdadc50ed9f9fca192 1 0.00/1.00 vMB 0
84,219 84,219 000000000013c94a9bd7e6178661f44477bd1ff5fe21ddc000c80f8b3480c795 5 0.00/1.00 vMB 0
84,218 84,218 00000000000b30d88f7b2bed28d124be4b76f9459c12e4e92aa9f70e6731d3e3 5 0.01/1.00 vMB 0
84,217 84,217 00000000001702b20683d9014337e3dcbb9d744d90d81b22825ce9498130b389 2 0.00/1.00 vMB 0
84,216 84,216 000000000018ab66ad32ecc511bc7c20aec8babafa6f91a9614b23f9e1706fa7 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.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.