Loading Tool

Explorer IconExplorer

Memory Pool

38,658 transactions
28.48 vMB
0.06719442 BTC
Random Selection Loading Transactions
Max Size: 144.20/200 MB

Candidate Block

Mining Attempt 274a608aa99b0d8283145dd47cf1efeca6d606879f7329318e56e37f98ff7dff
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 164f150b6ed6e97b2084f0d8e4d3979af3e71e0a8dc18d6ea8ac3bbd4e08f30e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.01215182 BTC
Feerates: 105.82 > 1.22 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (176,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,713 737,713 0000000000000000000002d55824e4dbb35401fd2899488c61979a5ecc74507f 2,919 1.00/1.00 vMB 18
737,712 737,712 00000000000000000005850b9b74772c958f6112b3e16f60c69b6905e6f7013e 1,452 0.51/1.00 vMB 10
737,711 737,711 000000000000000000012dee17e53927af430cc4e70eda944c176f48593da993 164 0.04/1.00 vMB 11
737,710 737,710 00000000000000000008ed3f80c36a92ba6c7a9cd17f50ceb8f814080cc6dd0a 342 0.08/1.00 vMB 10
737,709 737,709 000000000000000000070728bcc348de17edf228025d1eeed91aacca74620e61 1,775 0.72/1.00 vMB 5
737,708 737,708 000000000000000000066a1e48535506f0e90ecc8a8f2764e9a65f54737d924b 3,016 1.00/1.00 vMB 12
737,707 737,707 00000000000000000007c4bfe161c19a52e77a4d58fc7b98bec123df64e100ff 3,010 1.00/1.00 vMB 12
737,706 737,706 000000000000000000052175c2e37993469fb2cdbe6716021ccd3528b14e027a 523 0.17/1.00 vMB 11
737,705 737,705 00000000000000000000e91873c9ba43a3b7d2c6e2173c6823a6b267f12f69f6 2,126 0.73/1.00 vMB 11
737,704 737,704 00000000000000000008005d0dc4c34b9fed3e179f7e332ea579b9a06a0d76a8 201 0.07/1.00 vMB 12
737,703 737,703 000000000000000000000df29a08deb0c999a7d9a3dccfcb5d3b8ba4a667b151 1,613 0.57/1.00 vMB 9
737,702 737,702 00000000000000000007f34bd8e77447a039863e305cbc9c62588d84973fdd44 1,014 0.67/1.00 vMB 6
737,701 737,701 00000000000000000004380e0e27a896ac1d8725bcc165786d1fb6fc3e7800d6 1,064 0.37/1.00 vMB 10
737,700 737,700 00000000000000000008eac4f8b53d7d9a2b2a49c8f13c9e2cee603c756406dc 731 0.75/1.00 vMB 12
737,699 737,699 00000000000000000002a678ef71d736df39eeb1c8cbf39217294647cde3c6ad 345 0.18/1.00 vMB 10
737,698 737,698 0000000000000000000814c82ccaf1b985f896af13e87140d0a3448b76990619 1,218 0.40/1.00 vMB 9
737,697 737,697 000000000000000000066589d9588bbc9e7c864b2b650f40acdf980b7a5c8b77 436 0.12/1.00 vMB 8
737,696 737,696 0000000000000000000614d0709424dbd99baccd607b871e7907fe3bb56aafe6 2,844 1.00/1.00 vMB 11
737,695 737,695 00000000000000000008af5d7cb03df96dfef36acf8119162c6d040f80b63d47 1,987 0.71/1.00 vMB 12
737,694 737,694 0000000000000000000873a8cf7a3b67cc67a54f92722a2c01f5771b981fcda1 2,125 0.91/1.00 vMB 9
737,693 737,693 0000000000000000000076d33131222495a56f427937464e09bc0ecfe036a16f 528 0.23/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.60 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: 623.59 GB
    • Received: 11.46 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.