Loading Tool

Explorer IconExplorer

Memory Pool

40,432 transactions
28.53 vMB
0.06473590 BTC
Random Selection Loading Transactions
Max Size: 145.83/200 MB

Candidate Block

Mining Attempt 0d247d62e70ea97f14530b110449fda591e0439949e4eb23bed1d8c3535f5a58
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 3b54d863f4b4f8df9506a4e71e82ccc15e5b792eb4e3b10df9f81f925addee1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,883
Size: 1.00 vMB
Total Fees: 0.00966828 BTC
Feerates: 100.19 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (280,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,827 633,827 000000000000000000111491754ce10370c732b558d256b800d81d0338ddebf8 1,765 0.98/1.00 vMB 18
633,826 633,826 00000000000000000004b71eefe71e49eff0268c2efc8639e5bb0958b69168c5 1,807 0.77/1.00 vMB 18
633,825 633,825 0000000000000000000e86e1700d993039d6b861150d3c07f581d7e0e198c70f 1,532 0.68/1.00 vMB 23
633,824 633,824 00000000000000000010cda4245fb363055f42290f3ea6436115c490a1401a96 699 0.33/1.00 vMB 16
633,823 633,823 0000000000000000000e9a7f6eed586aaf989e5346fb45217c6a707217638e6d 1,922 0.79/1.00 vMB 22
633,822 633,822 00000000000000000009d02fca101c7bbc64bd90c69d0df412cc84cc91748a11 320 0.20/1.00 vMB 7
633,821 633,821 00000000000000000009f5708a82deadd770e019204aa1b0c33efcb2ecbffca9 1,053 1.00/1.00 vMB 8
633,820 633,820 0000000000000000000d9dc9a2f49f107fcef4cdc76dfbdcd5526a5b756eb1d4 1,548 0.54/1.00 vMB 24
633,819 633,819 00000000000000000005214ed6db25a7b62a37793739e618fd5e7a756fb23637 983 1.00/1.00 vMB 2
633,818 633,818 000000000000000000012c790d23e966f6fd534ac78966bc9729b2f412c98109 1,433 1.00/1.00 vMB 5
633,817 633,817 00000000000000000008a0a1c68404f848e07ca5c963509c128e8ff3cf485e23 2,677 1.00/1.00 vMB 30
633,816 633,816 000000000000000000131b95c4c9f9d86e8aadfb5f2fbdbae97b031ac56ede92 2,500 1.00/1.00 vMB 14
633,815 633,815 00000000000000000011970b1f27dd6a4eb7069151cc99225a11a46b8f4de468 2,572 1.00/1.00 vMB 30
633,814 633,814 000000000000000000049efbf1a6d6fc131104600f89d2231e2c78ed1c1199a1 502 1.00/1.00 vMB 2
633,813 633,813 0000000000000000000046105781e35d09288a65575d519105cd7fa866277217 1,840 1.00/1.00 vMB 23
633,812 633,812 0000000000000000000b5086872cf5658db5d0dfdf652c9f44a48598f431f2df 1,620 1.00/1.00 vMB 21
633,811 633,811 0000000000000000000a2bcd56d6c97c01273a8891345dddcfb27ebb0c7af821 2,247 1.00/1.00 vMB 12
633,810 633,810 0000000000000000000bf3a4fea91c205bac6f68a5d1b54dcac2b3e499ce01c4 2,978 1.00/1.00 vMB 38
633,809 633,809 00000000000000000009ff414ddca5ede9312d52c84642ccc5cfacbb7f04d249 877 1.00/1.00 vMB 10
633,808 633,808 000000000000000000020f14e738c58d893dbc2719bc2b9fc363e28bb5074e81 1,969 1.00/1.00 vMB 16
633,807 633,807 000000000000000000121098932930bab0aced4cb8328e48a21860134eeffc93 2,236 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.