Loading Tool

Explorer IconExplorer

Memory Pool

72,632 transactions
28.03 vMB
0.06608490 BTC
Random Selection Loading Transactions
Max Size: 166.23/200 MB

Candidate Block

Mining Attempt 9c1800b74470fba3ca496bfcb412db2562c6e28042ed36abca1366159dc15508
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 54070be87a7391d70941d8800efdb7f38c1eb2958a63855cd1036e18ef4f99d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,925
Size: 1.00 vMB
Total Fees: 0.00998128 BTC
Feerates: 150.93 > 1.00 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (232,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,315 682,315 00000000000000000000d617437248f424866ebf505c68cd8009ed1d2908814b 1,999 1.00/1.00 vMB 45
682,314 682,314 00000000000000000009beb6a0a79359979b9f9c28958fe55af7c226b991b884 2,440 1.00/1.00 vMB 57
682,313 682,313 0000000000000000000b162d4da2d0d9a4c546ec59a0c0af00e7c57a80029127 1,861 1.00/1.00 vMB 72
682,312 682,312 0000000000000000000615b98200fbfe23ddbfce8b7fdde386f87d9c264ea713 2,860 1.00/1.00 vMB 110
682,311 682,311 00000000000000000009919914b407fd2a181374a09437f5240e38780fbcd00c 582 1.00/1.00 vMB 14
682,310 682,310 00000000000000000006cc05a8b7e927b1a3ed0b783e48af3dd9f1e2aa4e52b7 453 1.00/1.00 vMB 4
682,309 682,309 00000000000000000006b03271d28dfe5e7688fee60ab2500ba035a5ac9e0c68 1,409 1.00/1.00 vMB 22
682,308 682,308 00000000000000000008f1f5998e5ba3201f04544183d3b18a4726571c55ba4c 1,768 1.00/1.00 vMB 21
682,307 682,307 0000000000000000000b197152c150b752590a5dc7f3b5c92fdaa3a051d4ab49 1,909 1.00/1.00 vMB 84
682,306 682,306 00000000000000000001e39a975146131d05dd0a7c188827aa48f2db9c6b49b2 2,832 1.00/1.00 vMB 117
682,305 682,305 0000000000000000000d10c2e807bb46747cb4002a97a5c66acd4bad8c2abeb1 740 1.00/1.00 vMB 93
682,304 682,304 00000000000000000006b3674424db6cd9619316cad9d5c9c8f4fa79d5b2092b 983 1.00/1.00 vMB 15
682,303 682,303 0000000000000000000a4bdb23115582064f3c638ed7fc47eee6cde6653382b6 1,142 1.00/1.00 vMB 28
682,302 682,302 0000000000000000000c58379de6de02adf4b1a66309636df10dc75439f8f310 778 1.00/1.00 vMB 15
682,301 682,301 000000000000000000055d6e5f51b35b013eff0aefc8211be5002b7054614642 509 1.00/1.00 vMB 4
682,300 682,300 0000000000000000000c1631663f13015c474c95d16863dcd61c9b86289e8534 1,178 1.00/1.00 vMB 33
682,299 682,299 00000000000000000000ad89243aca8d9441650aa59ec30e1bd801e9e86e65aa 1,717 1.00/1.00 vMB 43
682,298 682,298 00000000000000000008686f7f706f336f150fd7a74b419bf77cd50f71d2a2a4 1,379 1.00/1.00 vMB 14
682,297 682,297 00000000000000000003deb3a188cbd0ff985b30c8fea862c5d107d24eb04bfa 1,533 1.00/1.00 vMB 12
682,296 682,296 000000000000000000049ab04221f386c6db6fef4e3f7d74ef76e9e0a128f79d 1,515 1.00/1.00 vMB 31
682,295 682,295 00000000000000000006244790307bdb8dfc6529d67d4b4e8747f3e870e78eab 2,443 1.00/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.