Loading Tool

Explorer IconExplorer

Memory Pool

35,957 transactions
25.99 vMB
0.06559041 BTC
Random Selection Loading Transactions
Max Size: 132.91/200 MB

Candidate Block

Mining Attempt 2f30fe7486b1bb9036bbd76295922e940419840eb45c5185bf1440a509a0ab2d
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root faa493c9a95fc0268c33fef00718e200062366c107d27eca16a282c9bf03699e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,049
Size: 1.00 vMB
Total Fees: 0.01790108 BTC
Feerates: 201.13 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (83,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,153 831,153 0000000000000000000035e46c3318a8e636de9088eeb624ae594689bdc98292 3,557 1.00/1.00 vMB 33
831,152 831,152 00000000000000000002e19243e556eccff322dd5600629f39bf75822c44788c 3,412 1.00/1.00 vMB 36
831,151 831,151 00000000000000000002f551bebbcb7073ff5ca5682d2a3299cfae859ec6dd22 3,037 1.00/1.00 vMB 45
831,150 831,150 0000000000000000000074c62d61d931f20d2e4674fcb69d6eb462d275379240 2,834 1.00/1.00 vMB 53
831,149 831,149 000000000000000000035e9e362d5bd3dc9c94e052fce14f515d0e68c134a2eb 2,786 1.00/1.00 vMB 19
831,148 831,148 00000000000000000002d9c376138639211b79d49a7b27ee97d3dbe66fdd018d 3,306 1.00/1.00 vMB 29
831,147 831,147 00000000000000000000a080294db7f08ce3984d2d9eaeaf659efd5357bb8696 2,963 1.00/1.00 vMB 30
831,146 831,146 000000000000000000015259988910ece80aacc3d60c7458e269b75fb6b67265 2,989 1.00/1.00 vMB 40
831,145 831,145 0000000000000000000161f026f98bcce19434c4e09a1d9d2b93f9a4e584b68d 2,623 1.00/1.00 vMB 47
831,144 831,144 00000000000000000001d0f9c8117e90c9b9c78ddbd4e2e5bcee32f4c7d8dce8 2,170 1.00/1.00 vMB 14
831,143 831,143 000000000000000000020fe971a6b058738b2c3dd42dc403dc3df1168224b509 2,703 1.00/1.00 vMB 20
831,142 831,142 00000000000000000002edf0f73926625905da3359a8c5985d8396a04942222d 3,371 1.00/1.00 vMB 24
831,141 831,141 000000000000000000022eb9dba6d7c3e158825f8db805c5a839d33098d90072 3,586 1.00/1.00 vMB 27
831,140 831,140 000000000000000000026349688c7413a926f69d945b1ac13f81ee86c43da292 1,981 1.00/1.00 vMB 14
831,139 831,139 000000000000000000006b2d56c8f1d9fe97e8512219384cfd84600f24048974 3,052 1.00/1.00 vMB 14
831,138 831,138 00000000000000000001591e49fd1ec74a2bf1ca40a4bcac8cf7fb5ca1dd0211 3,438 1.00/1.00 vMB 28
831,137 831,137 0000000000000000000361d2986e405cff2901965e54ac72bed0c3bb737dc332 2,755 1.00/1.00 vMB 20
831,136 831,136 000000000000000000007273d1e5d7023f7f318e28172aeecbdc45292a9aec08 3,565 1.00/1.00 vMB 32
831,135 831,135 00000000000000000002ceeed982fc3940fcc532497d27240274c52b2e0eae34 3,557 1.00/1.00 vMB 20
831,134 831,134 00000000000000000003586783e1eb0b5809f83bd38673c62239a4b614d3b8f0 2,319 1.00/1.00 vMB 14
831,133 831,133 0000000000000000000052724aaca9c494d0e2e9a380c0366a6c0e3f0a66b8e8 2,830 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.82 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: 636.21 GB
    • Received: 12.35 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.