Loading Tool

Explorer IconExplorer

Memory Pool

82,651 transactions
31.17 vMB
0.08957857 BTC
Random Selection Loading Transactions
Max Size: 190.93/200 MB

Candidate Block

Mining Attempt 2100d99252a59a2434fefd1174abec307738f3eaf12fb6a4984f4f5b14821c3a
Version 20000000
Previous Block 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6
Merkle Root 54f2bab42d3788e9d6ad489136172d906b1cab58c9559c6a03b3d320b02a7aa7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,100
Size: 1.00 vMB
Total Fees: 0.01933933 BTC
Feerates: 50.62 > 1.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,222 (429,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,221 486,221 000000000000000000082b197455014d73f23892493047cf183e4d3453ba94fc 1,908 1.00/1.00 vMB 141
486,220 486,220 000000000000000000bd06f4374b4131be482cd4f9aaf99c815e8c5b1b58ebeb 2,683 1.00/1.00 vMB 174
486,219 486,219 0000000000000000000b55a274a7b6e0ea5b083ba542be24168d61f0c18fef51 2,216 1.00/1.00 vMB 158
486,218 486,218 0000000000000000008bafed07b42dd857a45e5dfcd41703f0cce97d852ca274 1,697 0.99/1.00 vMB 171
486,217 486,217 000000000000000000b3e476c055a20c2f3beb5f465782eb0e392dad787dee36 418 0.18/1.00 vMB 126
486,216 486,216 0000000000000000005193b532212c1395b8bc9775ab05883e3a6e37206f5129 819 0.36/1.00 vMB 117
486,215 486,215 000000000000000000c47cd6c3c1f1fa19db8ef85a9164b6ee4c8b77371ddd30 215 0.13/1.00 vMB 140
486,214 486,214 00000000000000000079fc818a5877c79b2af066364982dbfa3e8d734675f5d1 974 0.68/1.00 vMB 53
486,213 486,213 0000000000000000005937ca6fe9ca7d3ec889f84d108a763662cf079da33f35 1,340 0.79/1.00 vMB 72
486,212 486,212 00000000000000000084a5546d2b29bcd2dfa054361599c19441dd3b33226ff0 1,995 1.00/1.00 vMB 56
486,211 486,211 0000000000000000004a8b6ee039973ebb799f3ae8ad66f5637c8d2fd73fa0df 2,009 1.00/1.00 vMB 167
486,210 486,210 0000000000000000002fbfe6ead625a39424cdf631a2f1a7d147c5886d87491e 396 0.16/1.00 vMB 181
486,209 486,209 0000000000000000004c1b249a2fd5fd1c9fac6cccb239760d46bc5ea54fc410 903 0.43/1.00 vMB 59
486,208 486,208 000000000000000000ed5a3c2c25d5b91d981d7c23394c335a659066213b7664 2,164 1.00/1.00 vMB 171
486,207 486,207 0000000000000000001a4146bc9d4bd62c231c0bd3ea40f975722b10664035ed 1,569 0.98/1.00 vMB 34
486,206 486,206 0000000000000000005d1073ccde9a81a7dba06d63f431f66226ffa8da37906a 2,172 0.98/1.00 vMB 157
486,205 486,205 0000000000000000002a40afd8854f3dd986841ffe69b0acce250aeb48e81408 1,595 0.99/1.00 vMB 76
486,204 486,204 000000000000000000ca5a28d7b2b7c1cb329214c6b7606a27922675dc461bfc 2,148 1.00/1.00 vMB 70
486,203 486,203 00000000000000000082ef56a444388dc6d4b0aaf307524edd968731ce7a6591 1,865 1.00/1.00 vMB 60
486,202 486,202 000000000000000000664168fb1569c1f73d6f76d82ea4ea190c8b0c9d1a2b17 1,459 1.00/1.00 vMB 8
486,201 486,201 00000000000000000082ae0e471e77cc7aa8d587050cea88d43130bd80eecc23 2,278 1.00/1.00 vMB 134
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.38 GB
    • Received: 16.89 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.