Loading Tool

Explorer IconExplorer

Memory Pool

82,473 transactions
31.01 vMB
0.08277664 BTC
Random Selection Loading Transactions
Max Size: 190.28/200 MB

Candidate Block

Mining Attempt dbd140aee1564ee897e92aac11db5a6ae590fa31d40892144a862252dc314623
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 2a07c6023af8dc412f675912fe8aa6004568d1457c6e02e7eb59a5b0555b1359
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,678
Size: 1.00 vMB
Total Fees: 0.01306412 BTC
Feerates: 301.05 > 1.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (91,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,357 823,357 00000000000000000000549a8d8560f2317d09c3c97d1196afed2ffe9ae25144 2,723 1.00/1.00 vMB 131
823,356 823,356 000000000000000000034eb3634d5e34bde53d02cac3ac139ef7bf41be4f9ca3 5,262 1.00/1.00 vMB 98
823,355 823,355 00000000000000000001f9605ee563dfcacade9292a6e42745ae0a0651792759 3,837 1.00/1.00 vMB 89
823,354 823,354 00000000000000000000b7ea14765d43a9b589aba93d14f1d49aa535bfa27b14 4,674 1.00/1.00 vMB 107
823,353 823,353 0000000000000000000258f2d456aacb9d62c562b06a8fe7736c177c5ac06259 4,290 1.00/1.00 vMB 99
823,352 823,352 000000000000000000014c8770723f945c15cc6e54d9fd12f54fd62db1b9605f 4,537 1.00/1.00 vMB 110
823,351 823,351 000000000000000000024ef4eb1992096d1d197cd17496971feca39302a981ce 3,959 1.00/1.00 vMB 132
823,350 823,350 00000000000000000000726682cdfa174bd50e02f6c2e08961f7ff2a298c5db0 4,220 1.00/1.00 vMB 104
823,349 823,349 0000000000000000000344498fd6c26ac1c2fae31f3a783c0f9b76c4110dbb41 4,512 1.00/1.00 vMB 110
823,348 823,348 00000000000000000001d7d891df69a9d50f7e2e07b0f3de52f1bebe4f1543df 3,519 1.00/1.00 vMB 144
823,347 823,347 000000000000000000011be3d71b47ab81b397eccb53b5df95c5b7cd761aa58f 4,035 1.00/1.00 vMB 92
823,346 823,346 0000000000000000000252d97e7a7cff159f5e3ee5e168f9ee9fa5b93c9b8ae8 3,698 1.00/1.00 vMB 141
823,345 823,345 00000000000000000002d9d1d96732b59082ef8e7748cd7436e82ec70315ca8f 3,778 1.00/1.00 vMB 137
823,344 823,344 00000000000000000002af5e76a7be02e5597350bfce12267c7b5dac5b49e351 3,305 1.00/1.00 vMB 139
823,343 823,343 000000000000000000021d96939611cb07b7bbe72d98da3344c43515cea177bc 5,522 1.00/1.00 vMB 81
823,342 823,342 00000000000000000001d6429191f5ba937096ccff96fd7b8000ea46559515fa 5,361 1.00/1.00 vMB 96
823,341 823,341 000000000000000000006e93c9d2ec806a79fed62d79d7f95adf41357ad843e1 5,168 1.00/1.00 vMB 86
823,340 823,340 00000000000000000002687122d85f825e75fd739ccbaa3498178c7ec5ce7d85 4,439 1.00/1.00 vMB 128
823,339 823,339 00000000000000000000f795d99909e931ff2e2ebc1ffc2e91ead35469b49f50 3,979 1.00/1.00 vMB 95
823,338 823,338 000000000000000000020c48b2d29cf6fbdb14a0962ab949d58830f4b6a7eb25 3,770 1.00/1.00 vMB 129
823,337 823,337 00000000000000000000d6e00162b54c50c331b4ba3856f9c0a8b6e5b51a86c8 4,009 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.18 GB
    • Received: 16.86 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.