Loading Tool

Explorer IconExplorer

Memory Pool

27,863 transactions
8.21 vMB
0.03705485 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.36/200 MB

Candidate Block

Mining Attempt 0c0fcc74830dccb5012bcbc0b029f9990dd10e960e356028cc7536b55ab73f6c
Version 20000000
Previous Block 000000000000000000019a7495f46359c21df52045f242ba3c736d3d7dbfd876
Merkle Root 0cc0fcb324de12485a398e98dee65be2f2aad142ea928b466235d6b52375767a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,490
Size: 1.00 vMB
Total Fees: 0.01321931 BTC
Avg Feerate: 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,021 (643,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,214 269,214 0000000000000005d5e3c77e8e1fa8c3d9a003865f68228bd7b252c2a8bfccf0 0.09 MB 193 59
269,213 269,213 0000000000000005a6db9cf5faea36471f091305ec0a576894c22713afe71d07 0.01 MB 32 77
269,212 269,212 0000000000000002570afcaf6286f22a69112e9bc0a9993910cebfab3fa233de 0.14 MB 241 46
269,211 269,211 0000000000000005a80faf216dd69dda6fe18b148fbf6175026593c5d56e50e4 0.04 MB 99 44
269,210 269,210 0000000000000000bb1c08ef2fc2762a905379cb6c7530f1bc5baa60b8bb4d07 0.09 MB 164 57
269,209 269,209 00000000000000067c4f00303bc765a37627466c75b8d8f8d30c9c5bd56b1715 0.01 MB 14 47
269,208 269,208 0000000000000007fc0ea5c2c04990a89e9064bf78a442f50b506e19bc1b2188 0.18 MB 427 63
269,207 269,207 0000000000000005e47fa7a2960773dbc78370b05b96165d3fcab48ad66f7325 0.07 MB 150 77
269,206 269,206 000000000000000245333726c89d7486661260ed558b424814d279c0cecec69a 0.10 MB 146 30
269,205 269,205 0000000000000000ef2b3427bfb1c89362a33aafe05f0e05ceeec349a2de9004 0.02 MB 61 63
269,204 269,204 000000000000000071766d69cd3c6669f4fdb4355c5a62b6e64cdf1f85a84dc4 0.07 MB 175 65
269,203 269,203 00000000000000084adbd51f60ada24b264ab20f6860887b1746f8ce761a2812 0.18 MB 404 87
269,202 269,202 00000000000000079d07addc7166703f13b44bb4a6546fd821c84c22126e91c5 0.06 MB 131 126
269,201 269,201 0000000000000008455e41d0dec1411422b4a54f10592a64fc2c314a4469a98b 0.16 MB 97 23
269,200 269,200 0000000000000007a35e866ea0c0c25510c676fea0220d2140afde5226bbd9e2 0.12 MB 300 79
269,199 269,199 000000000000000503a7bac8e39e0774eb97dff8d437be20a75f7164d4eedac4 0.14 MB 206 31
269,198 269,198 0000000000000007d94bf2b85d8b7a28dd05eeb9213d010a605e09a96ae46574 0.09 MB 213 55
269,197 269,197 000000000000000803c791f269906e934e62dc9ca9af1d4a37e817cabc6de302 0.08 MB 212 72
269,196 269,196 0000000000000001ec455f2a7447362de93735b2a00d1a041c864835c9557510 0.18 MB 346 64
269,195 269,195 0000000000000005cea6d14fc2727d0e2f8d9a7acddb0e5ce8a494b42d932614 0.04 MB 112 78
269,194 269,194 0000000000000004d6c6df28d4a2b40c17f73a8b8d5504326301f3869449fd6d 0.15 MB 203 67
Previous 10 blocks ↓
Total Size: 778.88 GB

Node Details:

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