Loading Tool

Explorer IconExplorer

Memory Pool

41,682 transactions
26.50 vMB
0.05659220 BTC
Random Selection Loading Transactions
Max Size: 139.16/200 MB

Candidate Block

Mining Attempt 7cb25b82b49214845c11e951b17ff021a800ab8e411c3834b727300d8f7d6e7d
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 58543e6907e709a0a6726d9b734201908efce55ceaae8946990393655631ef53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,007
Size: 1.00 vMB
Total Fees: 0.00736057 BTC
Feerates: 150.93 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (109,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,137 805,137 000000000000000000020e6b835da85af50ab6d7ae08f85f9414a3da9ba43d12 2,316 1.00/1.00 vMB 8
805,136 805,136 00000000000000000004166d344c8b2f5107d67e1cb75c44559f06d658fe4976 2,716 1.00/1.00 vMB 16
805,135 805,135 00000000000000000003b907985d3e667b9ac553835938e1bfdaef5c5cd82a30 3,267 1.00/1.00 vMB 22
805,134 805,134 00000000000000000003dd0edde4ccdc71e3d9a996b81c1bff2252de56a49d28 1,508 1.00/1.00 vMB 11
805,133 805,133 00000000000000000003532c8d98ef5acad7aacfb0f764f127a8c2ab57cd29b1 2,451 1.00/1.00 vMB 16
805,132 805,132 0000000000000000000342ef5b0485b9ede985df1e68c87393f251dc4f93922a 3,315 1.00/1.00 vMB 11
805,131 805,131 000000000000000000008eeb5f2ada188d79952372f3f3d36136ac650adfd959 3,243 1.00/1.00 vMB 6
805,130 805,130 00000000000000000004551ecb1ce1e17b9a6b7b229899a734ff8813c975fd83 2,911 1.00/1.00 vMB 8
805,129 805,129 00000000000000000001f67c4319ee608b2244d6b0ed433833b34826e12daeb1 3,351 1.00/1.00 vMB 6
805,128 805,128 00000000000000000001fad140e3456d6c1b4de6d2d4b9b972a95a1c6ecd9f58 5,709 1.00/1.00 vMB 7
805,127 805,127 00000000000000000002ffbe716a9906ae124d12eaa453d526481e290ef0baf8 3,313 1.00/1.00 vMB 10
805,126 805,126 00000000000000000004fc424ce53339aa6a9af4fa61ae69ab6ae0cdc508ca86 3,980 1.00/1.00 vMB 7
805,125 805,125 000000000000000000016fda556e9d160ad282f9bac4717c7e44909bb2481b29 2,304 1.00/1.00 vMB 9
805,124 805,124 00000000000000000002007beddd8fd9b0997771631915db854182a99330cc02 2,565 1.00/1.00 vMB 12
805,123 805,123 000000000000000000025f6e08d5a18dff812dc295821e3874bb9cccbf931d16 1,399 1.00/1.00 vMB 11
805,122 805,122 00000000000000000002d6b47182e174dc61f1cd1d51d76a8a552c515696cbd5 4,263 1.00/1.00 vMB 8
805,121 805,121 00000000000000000003b38f4951a73e9ec6250cc2dd6b6863c3868a6b074d75 1,670 1.00/1.00 vMB 9
805,120 805,120 00000000000000000001f6cab7a6c85eb885987f670ee4270d6aec641b244583 2,504 1.00/1.00 vMB 12
805,119 805,119 00000000000000000004a1bbcf5bbfa2e2219b7cebd79c9ef3bfbcffd5cb722b 2,649 1.00/1.00 vMB 15
805,118 805,118 00000000000000000004c10788cf9cfcc3979054aad6b3ac2009c87ee1559e21 3,023 1.00/1.00 vMB 20
805,117 805,117 00000000000000000002328623ee98ea2bd6d1fd3c2cba7ce778e9a9c1efbbff 4,768 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.