Loading Tool

Explorer IconExplorer

Memory Pool

28,756 transactions
6.99 vMB
0.05176399 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.21/200 MB

Candidate Block

Mining Attempt d81495ca7216b963bcc6fec6149479ba42bd33524467778dce7fc7ddbca3c4cd
Version 20000000
Previous Block 000000000000000000010aae71661ec974f19f60e6845081a7dd81ae0148c404
Merkle Root 29cc71e06de5947afe87eebbd8ef6786d771a1d62e80f3209419348e685a3322
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,688
Size: 1.00 vMB
Total Fees: 0.03092847 BTC
Avg Feerate: 2.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,016 (754,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,133 158,133 0000000000000def2af0315efe685e9a27cb3addc66a97c0ac2edf90c402ed01 0.01 MB 14 66
158,132 158,132 000000000000094769ac022f52c947f0f2dbd7a9278caf92fcd1757b1c3a8c2d 0.01 MB 27 42
158,131 158,131 00000000000005afb257d470036caebe684a38e140cfc79f66c8e91c168ccbc2 0.02 MB 34 40
158,130 158,130 0000000000000484c2b8551ccd9a877d5f077dfbd2a47ddc2e8325f1e80b99a3 0.00 MB 6 111
158,129 158,129 000000000000043cd1c9dca912fbacac3e046e764c64737613107a90cc9c0597 0.00 MB 13 0
158,128 158,128 0000000000000a2a2de6952789f47e06960b1a822c847d2657fddde503e1239b 0.02 MB 42 158
158,127 158,127 00000000000005cd57d20795dd5817d4ee329a74802e4ef7aebb9a36794316d1 0.00 MB 11 0
158,126 158,126 0000000000000b2bcf311bb1531b5ccefd389539dce8ea0794d6063e6c88414d 0.03 MB 55 34
158,125 158,125 00000000000009873e4516f1ddc33e33a6f02d36ffb09f27ded43e55ca033f2d 0.01 MB 35 273
158,124 158,124 0000000000000a30397d19fed2e74c797aa65567f12c75bc9d571919265518c5 0.04 MB 63 198
158,123 158,123 00000000000008d2f5b0dcf916e5b2d8cbb5e96b090cae689ea057ab064563bb 0.00 MB 4 0
158,122 158,122 00000000000007db8032d444afbb57d5b6bb397a6adb5fda6d45b5934e956d36 0.00 MB 4 19
158,121 158,121 0000000000000c1a52900befd6618cce310dffe13cf239c44ab2dbb514d1b768 0.02 MB 51 146
158,120 158,120 0000000000000bd246034fcd12bdce2bc1ca318fa7c7f4dd2cef7417e6abb7d5 0.00 MB 4 959
158,119 158,119 0000000000000e1d542e2c0738dbf300f683948567bff9e2d9795b19ba8e09f0 0.04 MB 111 11
158,118 158,118 0000000000000517d4bbd6f8a9e244d7cedfd9e9d1b133dc5b862d8327dc605a 0.04 MB 57 106
158,117 158,117 0000000000000a33055ac8c26c452fda1cafaee725ac43c3536df8e22a9cbacc 0.01 MB 27 46
158,116 158,116 000000000000082886201201e813f1853cbbd2edb5c2db6732482885034d1d1c 0.02 MB 38 65
158,115 158,115 000000000000076f5a3a327b6220d08065d863ef3c2b6875ccbb3e94925b4597 0.01 MB 14 16
158,114 158,114 00000000000002446c2387fe5bb5239f8fa16674499c93443a7f7252d5f2b321 0.01 MB 13 16
158,113 158,113 0000000000000e2b1e041754be70542a3819fc047c044a4e36bc7a5ede9c0b03 0.02 MB 43 249
Previous 10 blocks ↓
Total Size: 778.87 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: 397.59 GB
    • Received: 3.56 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.