Loading Tool

Explorer IconExplorer

Memory Pool

80,713 transactions
29.77 vMB
0.09356335 BTC
Random Selection Loading Transactions
Max Size: 180.62/200 MB

Candidate Block

Mining Attempt 19ea27cc8a9fb95ff0f3714f3e9d6b9a6bd857e6400503a7a86952268019ff00
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root ead4afa36ab7cc6dc470df5383d912c96b24cf2b87966cc46c7dfb07f8a26f72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,979
Size: 1.00 vMB
Total Fees: 0.02661363 BTC
Feerates: 90.00 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (281,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,234 633,234 000000000000000000071d51b4ab0fb70f4ae1a96c301e7243a5c8998ff09498 1,384 1.00/1.00 vMB 8
633,233 633,233 000000000000000000002bf734872a5fd79f9b6c01c57260846d7f4fb4953842 2,741 1.00/1.00 vMB 20
633,232 633,232 00000000000000000003acc111fe9ea01ffc59f69db1027c67cbd91b081f2029 2,105 1.00/1.00 vMB 42
633,231 633,231 000000000000000000007519f35b2dc2441f15dc9a5662a01f46f0632a743ad8 2,842 1.00/1.00 vMB 16
633,230 633,230 00000000000000000011ed6e9ce2eb2fa58247bced5032d5780f8a695d0400bc 2,625 1.00/1.00 vMB 38
633,229 633,229 0000000000000000000e1b6a80c0ff9c84ad53c274e2ae50515ef74254be6792 2,576 1.00/1.00 vMB 41
633,228 633,228 000000000000000000129bfd9ce9f02e51edfd9f9617aba6b0b7474e3636996c 2,748 1.00/1.00 vMB 34
633,227 633,227 0000000000000000000acba7da00135aec07b1fb755bac949011c0bcd0506478 2,802 1.00/1.00 vMB 39
633,226 633,226 00000000000000000011ba9d42c77791565a19e33b93ebdb2acd1e679834ebe3 2,596 1.00/1.00 vMB 62
633,225 633,225 000000000000000000045a44c0a3193a78726d49e7ceb15330d97452f7b38058 2,487 1.00/1.00 vMB 28
633,224 633,224 0000000000000000001315d3b171b3bbfb604d2ae84b92ce0271d0613d2bf3ca 2,705 1.00/1.00 vMB 39
633,223 633,223 000000000000000000024cfd85e688590ecd8318c296fcb54025700c283c5d42 2,963 1.00/1.00 vMB 28
633,222 633,222 000000000000000000015f4b7af01c7b64b1d0ca47776bad6d4af03fbc361101 2,758 1.00/1.00 vMB 65
633,221 633,221 0000000000000000000455ee424e84e2d2cdd811b35396b5ef1a2cbbf0e7662b 2,892 1.00/1.00 vMB 52
633,220 633,220 00000000000000000000b078867de04ff83dd8a5d77c30ef92505cbb0d544d05 2,336 1.00/1.00 vMB 46
633,219 633,219 00000000000000000009013052d1b341bf00db0740e14cf9e97fe5700d4c5c4a 2,325 1.00/1.00 vMB 67
633,218 633,218 0000000000000000000386f1b8776307e3e54a92e0a8edfd8dbd97d0d8f253d9 2,356 1.00/1.00 vMB 58
633,217 633,217 0000000000000000000bcffbee879af8f722b3aee257845867ddb46b3c57d3be 2,904 1.00/1.00 vMB 88
633,216 633,216 00000000000000000007734a4a604945f63796a1a1affe1ee03c8af5226c51ff 182 0.06/1.00 vMB 35
633,215 633,215 0000000000000000000ae5dde391982ea3154578ac6895641e726b79261ada31 1,795 0.77/1.00 vMB 35
633,214 633,214 00000000000000000003c4726e546b0618688fb0ec349818b0a2b0a631764fd3 1,982 0.73/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.