Loading Tool

Explorer IconExplorer

Memory Pool

83,209 transactions
31.16 vMB
0.09336443 BTC
Random Selection Loading Transactions
Max Size: 191.19/200 MB

Candidate Block

Mining Attempt 88ad3bebd8cc8ae1f98eebb0d641b9d0c08e1a5c668b09c0f7085eea71a78998
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 65d76f1f39f32fff33714e550a025fb4da8704f4c602b1ed9b94481e561ab69a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,729
Size: 1.00 vMB
Total Fees: 0.02319066 BTC
Feerates: 301.57 > 2.32 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (51,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
863,475 863,475 00000000000000000000222f6e90a9b67d0ac6c2e0dc800ca860d2343aea574d 3,962 1.00/1.00 vMB 3
863,474 863,474 00000000000000000001ff0dd6f619d00d0b69e1c9b6a96d8404ab440ec8ac54 4,171 1.00/1.00 vMB 8
863,473 863,473 00000000000000000002546d6ebe33179037f897b5e0246faec959f879ea7d9c 3,167 1.00/1.00 vMB 10
863,472 863,472 00000000000000000000712de1134eebf6232181cdf291d1501f5a95dc931d58 3,608 1.00/1.00 vMB 6
863,471 863,471 0000000000000000000088a4b23cfcb00feadc51a789254feebc22df156744c1 4,303 1.00/1.00 vMB 3
863,470 863,470 0000000000000000000117cce6ce590dae1b59ca9d2c4d42eca3fd3b933ad0e6 2,998 1.00/1.00 vMB 5
863,469 863,469 0000000000000000000090fb459bd1d1a5eee68f044dd98e5a8fce0fea0d41cb 5,537 1.00/1.00 vMB 2
863,468 863,468 00000000000000000001b76458b03d946725f4f99e0c82d07db01f26e96451f0 2,914 1.00/1.00 vMB 4
863,467 863,467 0000000000000000000198d74cb7f3484d30c10b74a5118c2db9387f3e187c26 7,426 1.00/1.00 vMB 1
863,466 863,466 000000000000000000009bd344f4bb48fcf27e6de33aa2f267fef5c7ef270157 4,570 1.00/1.00 vMB 2
863,465 863,465 00000000000000000002c8fe456b4002a97d653515cbc3976cc47d9cb7729a52 2,752 1.00/1.00 vMB 4
863,464 863,464 000000000000000000010c52f7282e79202aacddd421d1c0b0c32a34c04a619e 4,321 1.00/1.00 vMB 5
863,463 863,463 00000000000000000000c25f5bf2d0c5defaa92f0367335a56d40ab03f228ba6 6,184 1.00/1.00 vMB 3
863,462 863,462 00000000000000000001f591b8db089dad8eb3eacf0b9ca466ba5be61f1caf9d 5,540 1.00/1.00 vMB 3
863,461 863,461 0000000000000000000313777631cd0a7400618e75cf9872512946d6a17731c3 6,728 1.00/1.00 vMB 2
863,460 863,460 00000000000000000001a16cc4d29a925377266a3e4a763a54fbf37527405d0a 2,710 1.00/1.00 vMB 4
863,459 863,459 0000000000000000000274ce277df5f184ed5dcadbafcc3594196f9adade9db6 2,721 1.00/1.00 vMB 2
863,458 863,458 000000000000000000004dec9f645fad1911a872294c90b45299bbb53ad85b09 2,814 1.00/1.00 vMB 8
863,457 863,457 000000000000000000001cd09979e3a47781603a55569b94f06f91a0f15c5a49 4,113 1.00/1.00 vMB 4
863,456 863,456 0000000000000000000025f5b6abde17f31096e98c73aa0eaef1ec11ab8e9bf5 3,113 1.00/1.00 vMB 8
863,455 863,455 00000000000000000002fd5aeccf116c3ab10562f4b4cd6c5acf538efd6c839b 5,843 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.78 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: 709.55 GB
    • Received: 16.92 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.