Loading Tool

Explorer IconExplorer

Memory Pool

75,829 transactions
27.64 vMB
0.06778108 BTC
Random Selection Loading Transactions
Max Size: 169.37/200 MB

Candidate Block

Mining Attempt 57b398aa65d3fb39a1015cb5bcca1148d236856e40ee85db91270e6bc9e22da9
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root c0540edbb263bf5ee6f857b6566c133327f83e70f76d941707aefae97fbcafa5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,228
Size: 1.00 vMB
Total Fees: 0.00854546 BTC
Feerates: 81.11 > 0.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (885,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
29,688 29,688 00000000ca20f804639168bb8f1bf48fce8602758bef63539003a0cbf2724f70 1 0.00/1.00 vMB 0
29,687 29,687 0000000093e5750793177ba159259ed64f389586b0d5109753ea15386ace351c 1 0.00/1.00 vMB 0
29,686 29,686 0000000075fa0270a4c8a446bbc773c07368c15536d270108f4e836756c68b85 1 0.00/1.00 vMB 0
29,685 29,685 00000000a39230f9366197f592c6fb3da7c4e669aa9960272512baeb00336b5b 1 0.00/1.00 vMB 0
29,684 29,684 000000004fedc7daca036bb37711f5be63fc2d27885d7720a3a259a58cde11fc 1 0.00/1.00 vMB 0
29,683 29,683 00000000b5cb198782f4342da55f438b7843c07a530bd4c0c725b01c8c472f35 1 0.00/1.00 vMB 0
29,682 29,682 000000004afc37566ee9d716d05c8f485e06b4fbcb1833e887371c1444dcd6a4 1 0.00/1.00 vMB 0
29,681 29,681 00000000b9e4c7d9e3fb3d2478a4eddc99d13fbcb5ac8ee5ae7f90bd57937425 1 0.00/1.00 vMB 0
29,680 29,680 000000003726b185060e9e99be771aecfade8d5e92a260683d2a680f536f3ed2 1 0.00/1.00 vMB 0
29,679 29,679 000000004fc08244efc8275cfceca224310c7004c60e2a96d11d90d17c07f3dc 1 0.00/1.00 vMB 0
29,678 29,678 00000000c80063f4d7d78c82a3ef86bf60bfa09a11caa43b1461270c4d9890d1 1 0.00/1.00 vMB 0
29,677 29,677 000000000bb451b5a7ee92d604baf7fb8b2ac951aee9ce8b0d574e7f041b4cae 1 0.00/1.00 vMB 0
29,676 29,676 00000000a4c68171ca149993073ebfbb49eb37e993a1d7f59ade42db18a27dd5 1 0.00/1.00 vMB 0
29,675 29,675 00000000ecfb52c0b6f14805692bc327c39d41f44e45558ba614a948b70b856a 1 0.00/1.00 vMB 0
29,674 29,674 000000006b18f5529510b9e0734e5e0d301307159a4cb03206d0f385d918cff9 1 0.00/1.00 vMB 0
29,673 29,673 0000000013c7b7e927fcf3741a3eab92126f147e1687a849676be2b615a2cb27 1 0.00/1.00 vMB 0
29,672 29,672 000000007a85635eb6993dc03a3093d24c37b64e44cdd05bbc94e5a0de0e062a 1 0.00/1.00 vMB 0
29,671 29,671 00000000ddef86d4b9fe3d53253b7737e8d631f483b900650f1a14a5c29e27b0 1 0.00/1.00 vMB 0
29,670 29,670 00000000778a25d4ee41a68e76799d95401c49b6e99728db55055c7c9c313b5d 1 0.00/1.00 vMB 0
29,669 29,669 000000003304e23667aff29c684f1634308ca1e1dc42b2df5925d1da9105e0c2 1 0.00/1.00 vMB 0
29,668 29,668 0000000061009146fe8892cf2fa0771adafbba6a07a6591e57d955d0d130b89c 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.93 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: 714.60 GB
    • Received: 17.57 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.