Loading Tool

Explorer IconExplorer

Memory Pool

50,572 transactions
30.35 vMB
0.14284783 BTC
Random Selection Loading Transactions
Max Size: 162.03/200 MB

Candidate Block

Mining Attempt 1201d823a3b15c5cf7b3bf20fdaea80211009d0257e434a2d52048fa947d2cd0
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 0f02099734b329c29cafff37236a24def2feb266d7cd48c662c14815e576b3aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.07211116 BTC
Feerates: 529.61 > 7.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (833,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,132 81,132 00000000000cfde5c65526e79df7f22961cd07d42c5e716548262b488040bf60 3 0.00/1.00 vMB 0
81,131 81,131 000000000005e3f2279709c79104f0ae61e1b36a8a60dcf1e320c7d30614bec8 1 0.00/1.00 vMB 0
81,130 81,130 00000000003463988116fcdf0251302c1e9bc4aa650bb6438e84b4e9e6bffff4 5 0.00/1.00 vMB 0
81,129 81,129 0000000000165b9dbce5d7b97c5d82bf8d7e457f3306bfb4a71009ecb1996b35 1 0.00/1.00 vMB 0
81,128 81,128 0000000000292390cc4d26abb8c63b19f23fb4c41a2a5910cc9de6045da7da1b 2 0.00/1.00 vMB 0
81,127 81,127 0000000000015517b041ac55e9ee1e22108bb7653b161d8aa1b2ae5e322f65dc 1 0.00/1.00 vMB 0
81,126 81,126 000000000021aa10a5831d3d20871e3bf24b18630be5cec2d375ae762bbdf2ee 2 0.00/1.00 vMB 0
81,125 81,125 00000000000d628e9bae615344f41832cf18ba00c9da46b724d855a3dad49bcc 2 0.00/1.00 vMB 0
81,124 81,124 000000000035ab16160d63dec9b70de17810190ff75cc44ac7a051f5e1f3faf1 5 0.00/1.00 vMB 0
81,123 81,123 00000000001a4ac38cf549516d01cbd36ddb85fed38560c84192c0d388c4332b 2 0.00/1.00 vMB 0
81,122 81,122 00000000002f92d04acb0daf6d5bd949fe80b4553c5f2211b7faefc29ee24b42 1 0.00/1.00 vMB 0
81,121 81,121 000000000027d4231fbbea32fb95a2f6f61107cf361026f1abc6bb3484907a82 1 0.00/1.00 vMB 0
81,120 81,120 00000000003f5fc1832ccc8c72013a1ea6b6b0497d4aa6c8777e80f464ac26d0 8 0.01/1.00 vMB 0
81,119 81,119 0000000000356c42f39b34159118377e0dfbd6929d1bd4c5b474064dada06c28 1 0.00/1.00 vMB 0
81,118 81,118 00000000001f0a75a50113b9189e74804b5d1d624e59d32fa92778dda18e4d0c 1 0.00/1.00 vMB 0
81,117 81,117 00000000003bb9cf8decc3d99c8e9d8fdc1e498a911c03a7d9a2d1f968c4c60c 4 0.00/1.00 vMB 0
81,116 81,116 000000000035939a940ab63b593a63bebd0bf5cd01280a78bdc12fd4b840643e 1 0.00/1.00 vMB 0
81,115 81,115 0000000000139aa26600ef47e4dd215bfaac60a0a8d604f8a0c6c0e62b88c62c 6 0.00/1.00 vMB 0
81,114 81,114 000000000004d8f8e5a48ffc3debc0c7ee0812e09b56b55542495124fce4702c 3 0.00/1.00 vMB 0
81,113 81,113 00000000001d7199307050a319472091f5f490cf9c29302568fda2379a8ae408 3 0.00/1.00 vMB 0
81,112 81,112 0000000000012c84ef51a27b0ddbefd323812b825eda651b1b2cb80b06adcccc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.