Loading Tool

Explorer IconExplorer

Memory Pool

57,648 transactions
19.13 vMB
0.06134927 BTC
Random Selection Loading Transactions
Max Size: 120.46/200 MB

Candidate Block

Mining Attempt cafe8826f1471755a42421a9b6a161abe97a515f804865cc26bd0998d70c4db2
Version 20000000
Previous Block 0000000000000000000135a6c26e22ce165d21e82c67b2805ee7e021ad3d236d
Merkle Root 61d21fc1d25fd7745648cfc23a228cd5195f03402e9d4d46e309b1e9e2547273
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,248
Size: 1.00 vMB
Total Fees: 0.01828755 BTC
Feerates: 60.00 > 1.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,701 (880,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
35,528 35,528 0000000061666cbc0d1072c45293b13b88f2f29de501d1378f39fe6410cf1fbd 1 0.00/1.00 vMB 0
35,527 35,527 0000000054f189f2bf307916a4bc530ad0c620be65bffd966909cc4e8c3c2f07 1 0.00/1.00 vMB 0
35,526 35,526 00000000329e7c95c150262fd818676a75e3c6124fc4d945109857dfe8b8d84a 1 0.00/1.00 vMB 0
35,525 35,525 00000000934ad3479dee3c2369701f996bc771cf7dadf9c4253d50649bfc4140 1 0.00/1.00 vMB 0
35,524 35,524 0000000054c0bcbf090e127e7e1e77d73da30f4afcaa31c62e7c673f39c0afb8 1 0.00/1.00 vMB 0
35,523 35,523 00000000b1f993e786c09a9db52c442cb61f5df56e19cc9e3c7a8eca4d2fe12a 1 0.00/1.00 vMB 0
35,522 35,522 00000000696a149e92ce72c8d2dac1d1613c9fbad3ef832c1c64b18b6114df10 1 0.00/1.00 vMB 0
35,521 35,521 0000000052dc897fcf1c65d4c09c6c3b758337a285e4ec54eb09592b61bf0170 1 0.00/1.00 vMB 0
35,520 35,520 00000000230275990b4efbaafeb9d0062ef9c017e5dc9e91bbae116d31ab3ae4 1 0.00/1.00 vMB 0
35,519 35,519 0000000049c1fa6d972ef184114b0dedc00f223510cc7ead4cdaded32a4acbc3 1 0.00/1.00 vMB 0
35,518 35,518 0000000040cb47135fc93625893250498859c150a1549f0d397eb03bfce2203e 1 0.00/1.00 vMB 0
35,517 35,517 0000000047777f272d402933e54445d637c33276ce8d802208ca04b178cd3647 1 0.00/1.00 vMB 0
35,516 35,516 0000000060651f4417720feb0d8a9a71e492a84107e64abe3d77e8f1221a9b62 1 0.00/1.00 vMB 0
35,515 35,515 000000009de4d62803f627f6cfa9d048e7b0d1a973805fe59105d586ee428601 1 0.00/1.00 vMB 0
35,514 35,514 00000000b2b4f35ce483a253dcd88659d845e01575359d94efc1874faff6f8dc 1 0.00/1.00 vMB 0
35,513 35,513 00000000a484b9990a51f4c069a11a718bfb807eddd84efb9918ca65c7a1fa35 1 0.00/1.00 vMB 0
35,512 35,512 00000000422fcb3fd99bc1426839099e04e143492642f65232cba46f3faa795d 1 0.00/1.00 vMB 0
35,511 35,511 00000000b3f1cbd256bb1dc0019f7e272295f62490bc00140ef97d3696818bd2 1 0.00/1.00 vMB 0
35,510 35,510 000000002fe6ac647f9768d0d595e5771aab52da6df325659e225cd2a912b667 1 0.00/1.00 vMB 0
35,509 35,509 000000009dac40bee16fff6b0c20f89e99686d69bb3fd32738840a07273fc531 1 0.00/1.00 vMB 0
35,508 35,508 000000007ee0e1b917516cad3adfbe52807651b23cea82a3c3868a737ef8ca77 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.59 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: 775.16 GB
    • Received: 20.79 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.