Loading Tool

Explorer IconExplorer

Memory Pool

41,785 transactions
26.83 vMB
0.06134936 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt 48b7c72e8817aefa7adb00bce63bffe125ae0d18401d8c3b13e7cb6ed2f1fa1c
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 67b68aa51c07c9b3f86dad289467b747a024a302da0b7ac2dcc4314dd5e1b98f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,157
Size: 1.00 vMB
Total Fees: 0.01169508 BTC
Feerates: 60.14 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (156,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
758,156 758,156 000000000000000000005a9d042bef36d4f189bfaab60e6b74b5e9b7b772956a 2,976 1.00/1.00 vMB 11
758,155 758,155 00000000000000000000aef052fe0dab20e63e4cba1f8a445a3155ba958d2f37 2,785 1.00/1.00 vMB 6
758,154 758,154 00000000000000000002227fa54c9c2fb6168d9944b24212bf664117bf563e6f 2,235 1.00/1.00 vMB 11
758,153 758,153 000000000000000000057873d079c51f574b6a93da1d27fca5c706616cc32305 2,939 1.00/1.00 vMB 16
758,152 758,152 00000000000000000006b0671e387bc7989d8f1cc20c2d6e3492fb01b563d42d 1,823 1.00/1.00 vMB 8
758,151 758,151 0000000000000000000339dbd7cd93fc109dc05ea14c5553c75b8993f4e2af0d 1,234 1.00/1.00 vMB 5
758,150 758,150 00000000000000000005cb5633e5bd7450df8daa0b44b558d5f7b1ecafd7694a 2,640 1.00/1.00 vMB 11
758,149 758,149 000000000000000000008ed658397edee4fe73ef5a009a6a495c5502534519e9 1,162 0.42/1.00 vMB 6
758,148 758,148 00000000000000000007039269a84fe0782d62e1ff12acc7da94fe86dc4106ec 174 0.07/1.00 vMB 7
758,147 758,147 000000000000000000016a933f3d89dd41fed4323a3e3f1c0cedc8352e7e9719 1,176 0.39/1.00 vMB 7
758,146 758,146 000000000000000000035869472c8d26155160733da04a735d80a35c97ace8de 425 0.85/1.00 vMB 2
758,145 758,145 0000000000000000000424babda5bc1303832a476eef2c0c055f32f7db5b6138 1,941 1.00/1.00 vMB 6
758,144 758,144 00000000000000000007da7334c267d56604d113062ed7a2e755e8255a7e1225 1,567 0.87/1.00 vMB 3
758,143 758,143 00000000000000000004ebeee5a39634b2e5f460da775551d83061ddd27a9deb 1,962 1.00/1.00 vMB 3
758,142 758,142 00000000000000000001f802753f9b3abd637f4463376d8e0a85c6d859cb21cd 1,836 1.00/1.00 vMB 5
758,141 758,141 00000000000000000007290584e1d98185c3ff4876e604e4f309b13e1314d148 1,458 1.00/1.00 vMB 12
758,140 758,140 000000000000000000002747371e8a869d46ba3f18cdb0305e8b1fcb007f281b 3,004 1.00/1.00 vMB 8
758,139 758,139 00000000000000000001ce52427b1a72b8aaf01e47c40da54458667eba248601 693 0.20/1.00 vMB 6
758,138 758,138 00000000000000000006e588701003d54f9b2cf843ed60e1cf489ddc7e00bae7 1,220 0.47/1.00 vMB 6
758,137 758,137 00000000000000000006e5f9e440289a41e8dbfc3b9d12165fcf44d03bd00b66 909 0.54/1.00 vMB 5
758,136 758,136 000000000000000000009aa023d8d36cdc0233379184df90943ea6a368eefa26 255 0.07/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.