Loading Tool

Explorer IconExplorer

Memory Pool

35,340 transactions
25.84 vMB
0.06807003 BTC
Random Selection Loading Transactions
Max Size: 131.50/200 MB

Candidate Block

Mining Attempt aac02b3d1447ee35cee58ecf3bd90ebb001b74eacb36a44a5695a6c953557fe0
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root e8762268506b7da5c0436b6aaab96745425e94b153c2a84bad7e6234dfcb554b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,332
Size: 1.00 vMB
Total Fees: 0.02079252 BTC
Feerates: 150.77 > 2.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (109,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,180 805,180 000000000000000000042d85a3de0a290f8320a09fec5c0cd92c6977259a5139 2,692 1.00/1.00 vMB 18
805,179 805,179 000000000000000000036a7c96367ae811d6c6d1145b113a0ddb01ee4744ffb4 640 1.00/1.00 vMB 13
805,178 805,178 000000000000000000021fac105618d5c5aaf337e07cf90ee8b160396f1f525f 2,936 1.00/1.00 vMB 18
805,177 805,177 0000000000000000000170fbe408d22fbbf1c9a01f997ab3b5de5ca0d084c617 3,293 1.00/1.00 vMB 14
805,176 805,176 000000000000000000001405ee20d610abff1d6d5f736a5e7d839af57d9dca38 2,613 1.00/1.00 vMB 21
805,175 805,175 0000000000000000000469604a3fcedb421ad32e19c98d4f1dfe9edd557eb9e7 3,340 1.00/1.00 vMB 29
805,174 805,174 00000000000000000002a3e5d816cce24437afa03f9564ffd3592c032a2cf54e 2,811 1.00/1.00 vMB 23
805,173 805,173 000000000000000000048a72a947f1c8b6c300b4590d746adea6e8d0e5e170ac 3,360 1.00/1.00 vMB 23
805,172 805,172 00000000000000000001a113a28e94a0b6d1b037158c42d5b3135b53cd0542ff 6,499 1.00/1.00 vMB 7
805,171 805,171 00000000000000000001295594bcd312c518aa76ee6af5c8f4ed3aefcfaaef34 5,324 1.00/1.00 vMB 9
805,170 805,170 00000000000000000005054acac4aa92ed67092eeeec9dfedcf84fedac6b9502 6,511 1.00/1.00 vMB 6
805,169 805,169 00000000000000000004b2a9b5818fd9f1420efbead9030c2e35d00b99db9e50 2,349 1.00/1.00 vMB 7
805,168 805,168 00000000000000000002115180d76b9f8398bc5eabb78b479ad0f66b92055e80 1,500 1.00/1.00 vMB 8
805,167 805,167 000000000000000000035df367cdff8acda30c989be480697821e3076b08a264 2,767 1.00/1.00 vMB 15
805,166 805,166 0000000000000000000189b28b989475f2085433f67730bbdaf6ae66c1e82e75 1,998 1.00/1.00 vMB 10
805,165 805,165 00000000000000000001ebf9b6f2d2e4cf0f54430de75a11bbf7000115f898dd 1,822 1.00/1.00 vMB 9
805,164 805,164 00000000000000000001fc327433df1e9e025c00eb4501cfe4cd5eda1ceb31a1 1,849 1.00/1.00 vMB 17
805,163 805,163 0000000000000000000481085c8c21b6ba458e1e34b666d6efa1a50da4f99b62 2,856 1.00/1.00 vMB 16
805,162 805,162 000000000000000000040c5326b1c95f574c2d4bc3efe52c92df142767e858f8 2,754 1.00/1.00 vMB 11
805,161 805,161 00000000000000000004da3ce88ce690002f72e2087017a099a2987a9170c071 2,886 1.00/1.00 vMB 14
805,160 805,160 000000000000000000009f0f4778f77a88087fa41bb44f446cf6ea634d918a3b 1,859 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.85 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: 638.82 GB
    • Received: 12.50 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.