Loading Tool

Explorer IconExplorer

Memory Pool

78,782 transactions
29.43 vMB
0.06503739 BTC
Random Selection Loading Transactions
Max Size: 177.12/200 MB

Candidate Block

Mining Attempt f3cc9e1c75fd88058c7158e7fb1bbc9c2094d7215418710e53af412ab8396324
Version 20000000
Previous Block 00000000000000000001fb8d6cf84379783287b1b8c366cfbfbd7af86dc1bc05
Merkle Root 29a6bcffd5364f66d5c4fc9ceb7ab67abc4daab301aed0b171972357ff5c04a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,349
Size: 1.00 vMB
Total Fees: 0.00536157 BTC
Feerates: 30.21 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,990 (511,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,746 403,746 000000000000000002a134d6d4370bebb0f9bd19819c302c7484867b3c116563 895 0.51/1.00 vMB 51
403,745 403,745 0000000000000000045a44be4fd12e5acb5217b06b77dd4f4cb3ce26be30688b 1,336 0.79/1.00 vMB 35
403,744 403,744 000000000000000001d87d86a4487204fd2f3d6cdece528c3b5db25cc408ab5e 1,532 0.99/1.00 vMB 22
403,743 403,743 00000000000000000072d0169877e81beba3b51f13c05997aad058cad34a498c 2,879 0.99/1.00 vMB 62
403,742 403,742 000000000000000002d6b72487a0eb9a2a04862d7fb44ba6879f4f496e63b867 1 0.00/1.00 vMB 0
403,741 403,741 0000000000000000037c0a4903c4f3c38664ef26d22af8cee4639549ccd0a5e2 152 0.07/1.00 vMB 36
403,740 403,740 0000000000000000038c2605cc4fdae71b2ffa2e22429920fca02fa7bbc277ea 528 0.25/1.00 vMB 42
403,739 403,739 000000000000000003f73a82bbcfbe1fe55b57cd6399b75a4e91e285276a5bce 31 0.01/1.00 vMB 43
403,738 403,738 000000000000000004f2d6730807001b0c9ff0e6e7a4fa36b3e8919f1ddbd95e 523 0.26/1.00 vMB 36
403,737 403,737 0000000000000000019e3eafc5010e6410135c27781952241961f74f2ee023ff 119 0.05/1.00 vMB 38
403,736 403,736 0000000000000000011c48f1470030793a7c36638f3eea86b09431068ae29543 1,046 0.82/1.00 vMB 27
403,735 403,735 000000000000000004e75cf26215132d431e39a764010bddaeba5e9e52060d09 2,257 1.00/1.00 vMB 46
403,734 403,734 00000000000000000615d8156407bf6ee0e189ec9ca778d907d4e8418f8e1dd5 884 0.87/1.00 vMB 20
403,733 403,733 000000000000000002a77da4d7c553e9b7ad6e3aad9e6abe473ff2385d878095 2,511 1.00/1.00 vMB 44
403,732 403,732 0000000000000000030936fe116309ceda9ceb6515270fb3d126006a1bb3a9dd 2,102 1.00/1.00 vMB 39
403,731 403,731 0000000000000000030a47b9c60e1db0203a913c99953d271d2e1556b922c575 1 0.00/1.00 vMB 0
403,730 403,730 00000000000000000310be6249456edd5a8f5efa01d5bb6878d4258b5d0b9f91 2,022 1.00/1.00 vMB 37
403,729 403,729 00000000000000000483bb27bf1f820279ee1ef340cf064c0208285dee5fcddc 1,139 0.58/1.00 vMB 34
403,728 403,728 000000000000000005352b5482c652bcc855918d76fd299530a5f44469559894 806 0.53/1.00 vMB 28
403,727 403,727 0000000000000000066ca3fd6e0f7bb7b096cbbcbdea867cfac6cd1e3c2dc89d 1,088 0.58/1.00 vMB 35
403,726 403,726 00000000000000000252cc01382ff52482b3e3fb77dff71625e8fcf1da2c9b22 913 0.51/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.37 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: 663.87 GB
    • Received: 14.94 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.