Loading Tool

Explorer IconExplorer

Memory Pool

83,654 transactions
30.75 vMB
0.17054128 BTC
Random Selection Loading Transactions
Max Size: 186.58/200 MB

Candidate Block

Mining Attempt 01391f64116e0071cd77e6c5a9cabf0b1437cfada44c5e88638d4c3f8338242e
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 90dff0bea7fcac5882a9a452a08d37bbca6dc84e27efede8c047521de45b7a1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,102
Size: 1.00 vMB
Total Fees: 0.08769845 BTC
Feerates: 150.79 > 8.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (304,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,138 610,138 000000000000000000124a2a19f2524b9bd39e463eed7b36ad1d9a3cab779fa0 503 0.15/1.00 vMB 18
610,137 610,137 00000000000000000013b77910e55e32299e47dcd0da50b542a2570e6a6b704e 1,032 0.29/1.00 vMB 11
610,136 610,136 0000000000000000000d7300601b5e5dbc9357d08eed3810b9023580723f8bf8 2,989 0.93/1.00 vMB 15
610,135 610,135 00000000000000000006375af7a46f55d048481c804a2fc5da889d6f365f876d 1,670 0.64/1.00 vMB 2
610,134 610,134 0000000000000000000a4ce18e0ff1378e47551d8a778fd505ebcbf5f08fa306 2,987 1.00/1.00 vMB 21
610,133 610,133 0000000000000000000779b4a3e22689faa1fb2c71323686696f89d8df91d8ba 1,720 0.52/1.00 vMB 4
610,132 610,132 00000000000000000009fb2dd314a817038ddc89c2af9804c75eb517884e15b8 3,230 1.00/1.00 vMB 20
610,131 610,131 0000000000000000000cc558b60885458a33a68cf476f8830f0be0fe247df553 1,128 0.36/1.00 vMB 14
610,130 610,130 000000000000000000035f58a2388202b52fb3a1920fc6e53bcf3f72dbc1d770 442 0.15/1.00 vMB 1
610,129 610,129 00000000000000000009f31cfd440998bb6b242da721af874c1081cc46a00a58 2,696 1.00/1.00 vMB 11
610,128 610,128 00000000000000000013652f2709f802a8b71b09e4ed78a91218738f9323b1bf 2,868 1.00/1.00 vMB 8
610,127 610,127 00000000000000000014c8d8d96cd9dbe54b5aaaf098078186a5a9cc96fe4d22 3,074 1.00/1.00 vMB 8
610,126 610,126 00000000000000000006dc33c0474a998ee8709aeaa035610cda4f8ffd4c8ecd 2,440 1.00/1.00 vMB 38
610,125 610,125 00000000000000000000de3467404ed03782efe86aa971520c094bfabe4ea6c3 2,072 0.77/1.00 vMB 9
610,124 610,124 0000000000000000000d5a9cb90474d42323d87057bc75534af254630ccafd9b 2,890 1.00/1.00 vMB 15
610,123 610,123 0000000000000000000ab552a4218318858f5676569f099a5eb97ce314413718 2,704 0.80/1.00 vMB 7
610,122 610,122 0000000000000000000178b0f2b70b65496dd42b8a82f2fef508ecc3f8fec10c 2,762 1.00/1.00 vMB 19
610,121 610,121 0000000000000000000dc0e661b33052436a59f53a8fec8170ac42d99c14eb43 2,321 0.69/1.00 vMB 5
610,120 610,120 00000000000000000000f846a622bcd7725a06baf6b1cf5149b6680bf39500d0 3,131 1.00/1.00 vMB 20
610,119 610,119 00000000000000000011b2df1fe36ab462a9a9499cf4fb533482d5793cbef0d7 2,039 0.62/1.00 vMB 11
610,118 610,118 0000000000000000000cf6165a35b3c394e434dfa2b703280dffc74b8137ca52 439 0.14/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.61 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: 671.92 GB
    • Received: 16.06 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.