Loading Tool

Explorer IconExplorer

Memory Pool

91,525 transactions
33.86 vMB
0.48069753 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 3df9f07497b2ac897accf847edb6beb785330f135814716c47732efee5090422
Version 20000000
Previous Block 0000000000000000000061a360752f9b9a6c2ce0f3a6f67e086f33d7493d153a
Merkle Root 0fcfa7534b018b784b84ea3ee22a17e674626521bc4db8f6444e0419ecba505e
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,748
Size: 1.00 vMB
Total Fees: 0.13160938 BTC
Feerates: 1,414.98 > 13.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,527 (128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,399 917,399 00000000000000000001b2b7f1f2c0b713f481e52599fa90ea2836429f3747eb 2,230 1.00/1.00 vMB 3
917,398 917,398 000000000000000000004fbe8f9a344d19ff6b2a3917d3dadc845a5e3a0fd49b 3,745 1.00/1.00 vMB 4
917,397 917,397 000000000000000000008c6ae2840158baa00ea0716e1a9c72c4ec4df13991e9 4,141 1.00/1.00 vMB 4
917,396 917,396 00000000000000000000aef5c93766f518efe3b4000ede35d3d247de4d1ebc33 3,400 1.00/1.00 vMB 9
917,395 917,395 000000000000000000007802f6268b545c6b47be52f0a77017e62b409cbe2fb3 2,264 1.00/1.00 vMB 2
917,394 917,394 00000000000000000000efe1a443fee59555a7d90d4198977606078ea37e88d0 3,505 1.00/1.00 vMB 5
917,393 917,393 000000000000000000003a74ae8cebbf6b0c4904b80c23cca13930c230bebb2c 3,644 1.00/1.00 vMB 3
917,392 917,392 0000000000000000000039965eb2291248a1d8d99079353f36d28ddac1dbcc50 3,790 1.00/1.00 vMB 5
917,391 917,391 00000000000000000001a5d5b14315cbedc5058e2cebcd5b00695a4ec28b0799 3,762 1.00/1.00 vMB 7
917,390 917,390 00000000000000000001130d0d391a4f588d5316156cb6cff3e156ecc902c70d 3,206 1.00/1.00 vMB 2
917,389 917,389 000000000000000000007169d9a7550e8c91b50311d678b1db51cd1f78274e8c 2,057 1.00/1.00 vMB 1
917,388 917,388 000000000000000000011f191d2c4f3aa8bf2a2db71ba41c6087aec16ad1cc93 2,833 1.00/1.00 vMB 3
917,387 917,387 000000000000000000019bd2e0afccdff0495ac3afd3af9cc96a8bddea1b3e20 3,139 1.00/1.00 vMB 1
917,386 917,386 00000000000000000001756c9512a0965eb3f486db7c47087a80adef580e8931 3,958 1.00/1.00 vMB 3
917,385 917,385 0000000000000000000070f5385bcd852ec2b0b23defa27e8f44c21ec811c350 3,170 1.00/1.00 vMB 5
917,384 917,384 0000000000000000000000a67ba51692ca072bc6329b89a268dca8c878fd11a1 3,280 1.00/1.00 vMB 4
917,383 917,383 0000000000000000000114eecf31d652618d1ecf94f8dd78a9447610df2854f1 3,769 1.00/1.00 vMB 8
917,382 917,382 00000000000000000001336c46dc31f79a0be35429b300eaa36a89fa8da11480 4,548 1.00/1.00 vMB 1
917,381 917,381 000000000000000000003179a6284057416ddc975714ad20a74d25bcd272c27b 3,042 1.00/1.00 vMB 2
917,380 917,380 00000000000000000000992ff5905a8dd09798866a114454dbf494060cd97cf4 4,163 1.00/1.00 vMB 2
917,379 917,379 0000000000000000000046f8745ecd409cda0ce2e535e2cfa0d29d812163213c 2,272 0.95/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 786.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 1,010.03 GB
    • Received: 34.78 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.